]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'xfs-4.14-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 Oct 2017 18:51:50 +0000 (14:51 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 Oct 2017 18:51:50 +0000 (14:51 -0400)
commitedd7ae15072aa5d573ea41ca3d6f149686a7b61d
treeb413a0de7c19a040d265f9c9c4e55f39eaa0f4a9
parentaa192c8eba1aa3f3dbde58c95a512bdadcd4563c
parent03796d108fb87333e6a70fb4f061dc355360b8ad
Merge tag 'xfs-4.14-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux

Pull xfs fixes from Darrick Wong:

 - 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

* tag 'xfs-4.14-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  xfs: move two more RT specific functions into CONFIG_XFS_RT
  xfs: trim writepage mapping to within eof
  fs: invalidate page cache after end_io() in dio completion
  xfs: cancel dirty pages on invalidation
fs/direct-io.c