Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Oct 2014 19:54:46 +0000 (12:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Oct 2014 19:54:46 +0000 (12:54 -0700)
commit4869447d21738f9d5bfdf2e9644bcc62db288d88
treea651c0e16d5816f2ea9c9efd574d40cadeefe4aa
parentead13aee235fa1619d85f2ab5cfb9308a19f8da3
parent3569b70c4077db2b70a401c23ac597faf0d1b424
Merge git://git./linux/kernel/git/aia21/ntfs

Pull NTFS update from Anton Altaparmakov:
 "Here is a small NTFS update notably implementing FIBMAP ioctl for NTFS
  by adding the bmap address space operation.  People seem to still want
  FIBMAP"

* git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs:
  NTFS: Bump version to 2.1.31.
  NTFS: Add bmap address space operation needed for FIBMAP ioctl.
  NTFS: Remove changelog from Documentation/filesystems/ntfs.txt.
  NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aops in preparation for them diverging.