]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'xfs-for-linus-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 Jul 2015 03:36:49 +0000 (20:36 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 Jul 2015 03:36:49 +0000 (20:36 -0700)
commitb055a057858a79f0639f86d0219fe5374cfe9008
tree52f36500bcb717241bbe36ad0522e73bf0417632
parent6123a0d63944270e876df6b2bb318c6d787c3a39
parent7823746435ad5e7ab4683dcdfaf59b4f0cc93748
Merge tag 'xfs-for-linus-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs

Pull xfs fixes from Dave Chinner:
 "There are a couple of recently found, long standing remote attribute
  corruption fixes caused by log recovery getting confused after a
  crash, and the new DAX code in XFS (merged in 4.2-rc1) needs to
  actually use the DAX fault path on read faults.

  Summary:

   - remote attribute log recovery corruption fixes

   - DAX page faults need to use direct mappings, not a page cache
     mapping"

* tag 'xfs-for-linus-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs:
  xfs: remote attributes need to be considered data
  xfs: remote attribute headers contain an invalid LSN
  xfs: call dax_fault on read page faults for DAX