]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 May 2016 03:00:28 +0000 (20:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 May 2016 03:00:28 +0000 (20:00 -0700)
commitfe67e43f9b93c416711b369915e75721f5f2e32c
tree9b1eb10e1a0567413443281387b09d02b514b5ec
parent0d6372c68a2f0bcd1d4ed3769e8961d9495f5f3f
parent1f175cf84f2ea083e85fd0cb1e5c08bdc715aeba
Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm

Pull DAX locking updates from Ross Zwisler:
 "Filesystem DAX locking for 4.7

   - We use a bit in an exceptional radix tree entry as a lock bit and
     use it similarly to how page lock is used for normal faults.  This
     fixes races between hole instantiation and read faults of the same
     index.

   - Filesystem DAX PMD faults are disabled, and will be re-enabled when
     PMD locking is implemented"

* tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm:
  dax: Remove i_mmap_lock protection
  dax: Use radix tree entry lock to protect cow faults
  dax: New fault locking
  dax: Allow DAX code to replace exceptional entries
  dax: Define DAX lock bit for radix tree exceptional entry
  dax: Make huge page handling depend of CONFIG_BROKEN
  dax: Fix condition for filling of PMD holes
fs/dax.c
include/linux/dax.h
include/linux/mm.h
mm/filemap.c
mm/memory.c