2014-10-16 13:09:57

by Anton Altaparmakov

[permalink] [raw]
Subject: [git pull] Small NTFS update

Hi Linus,

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.

Please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git master

to get these changes:

Documentation/filesystems/ntfs.txt | 268
-------------------------------------
fs/ntfs/Makefile | 2 +-
fs/ntfs/aops.c | 163 ++++++++++++++++++++--
fs/ntfs/inode.c | 19 +--
fs/ntfs/ntfs.h | 8 +-
5 files changed, 167 insertions(+), 293 deletions(-)

Shortlog:

Anton Altaparmakov (4):
NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aop
in preparation for them diverging.
NTFS: Remove changelog from Documentation/filesystems/ntfs.txt.
NTFS: Add bmap address space operation needed for FIBMAP ioctl.
NTFS: Bump version to 2.1.31.

Thanks a lot in advance!

Best regards,

Anton
--
Anton Altaparmakov <anton at tuxera.com> (replace at with @)
Senior Kernel Engineer, Tuxera Inc., http://www.tuxera.com/
Linux NTFS maintainer