lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 18 Oct 2017 11:38:06 -0700
From:   "Darrick J. Wong" <djwong@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     "Darrick J. Wong" <djwong@...nel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        linux-xfs <linux-xfs@...r.kernel.org>,
        Eric Sandeen <sandeen@...deen.net>
Subject: [GIT PULL] xfs: fixes for 4.14-rc6

Hi Linus,

Here's a fourth round of fixes for bugs and other build problems.

--D

The following changes since commit 33d930e59a98fa10a0db9f56c7fa2f21a4aef9b9:

  Linux 4.14-rc5 (2017-10-15 21:01:12 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-4.14-fixes-6

for you to fetch changes up to 785545c8982604fe3ba79d16409e83993be77d5e:

  xfs: move two more RT specific functions into CONFIG_XFS_RT (2017-10-16 12:26:50 -0700)

----------------------------------------------------------------
Changes since last update:
- fix some more CONFIG_XFS_RT related build problems
- fix data loss when writeback at eof races eofblocks gc and loses
- invalidate page cache after fs finishes a dio write
- remove dirty page state when invalidating pages so releasepage does
  the right thing when handed a dirty page

----------------------------------------------------------------
Arnd Bergmann (1):
      xfs: move two more RT specific functions into CONFIG_XFS_RT

Brian Foster (1):
      xfs: trim writepage mapping to within eof

Dave Chinner (1):
      xfs: cancel dirty pages on invalidation

Eryu Guan (1):
      fs: invalidate page cache after end_io() in dio completion

 fs/direct-io.c           | 20 ++++++++++++--------
 fs/iomap.c               | 41 ++++++++++++++++++++++++-----------------
 fs/xfs/libxfs/xfs_bmap.c | 11 +++++++++++
 fs/xfs/libxfs/xfs_bmap.h |  1 +
 fs/xfs/xfs_aops.c        | 47 +++++++++++++++++++++++++++++++++++------------
 fs/xfs/xfs_fsmap.c       | 48 ++++++++++++++++++++++++------------------------
 6 files changed, 107 insertions(+), 61 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ