[GIT PULL] XFS bugfixes for 3.13-rc4

From: Ben Myers
Date: Tue Dec 10 2013 - 14:53:24 EST


Hi Linus,

Please pull these bugfixes for xfs. There is a security fix for memory
corruption in xfs_attrlist_by_handle, a fix for trim, and a fix for buffer
overrun in the agfl when growing filesystems with a v4 superblock.

Thanks,
Ben

The following changes since commit dc1ccc48159d63eca5089e507c82c7d22ef60839:

Linux 3.13-rc2 (2013-11-29 12:57:14 -0800)

are available in the git repository at:

git://oss.sgi.com/xfs/xfs.git tags/xfs-for-linus-v3.13-rc4

for you to fetch changes up to f94c44573e7c22860e2c3dfe349c45f72ba35ad3:

xfs: growfs overruns AGFL buffer on V4 filesystems (2013-12-10 10:04:27 -0600)

----------------------------------------------------------------
xfs: bugfixes for 3.13-rc4

- fix for buffer overrun in agfl with growfs on v4 superblock
- return EINVAL if requested discard length is less than a block
- fix possible memory corruption in xfs_attrlist_by_handle()

----------------------------------------------------------------
Dan Carpenter (1):
xfs: underflow bug in xfs_attrlist_by_handle()

Dave Chinner (1):
xfs: growfs overruns AGFL buffer on V4 filesystems

Jie Liu (1):
xfs: don't perform discard if the given range length is less than block size

fs/xfs/xfs_discard.c | 5 +++--
fs/xfs/xfs_fsops.c | 6 +++++-
fs/xfs/xfs_ioctl.c | 3 ++-
fs/xfs/xfs_ioctl32.c | 3 ++-
4 files changed, 12 insertions(+), 5 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/