]> 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)
commit01a60763610b738b56ccf9e994d2961af3d8d1c9
treeb413a0de7c19a040d265f9c9c4e55f39eaa0f4a9
parent1b3808f28d5f64cc966249d802dc4e33f256c03a
parent4709aa778c14c0cac01806bfb6d2935cdd449710
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