Hi Linus, Please pull these XFS fixes for-rc4. There are fixes for a nested transaction in quota code, clearing of suid/sgid bits on truncate, and a fix for recovery. There are also some fixes for CRC enabled filesystems: a fix for the reserved block count of remote symlinks, and a fix for corruption in freespace blocks. We're adding support for userspace detection of CRC enabled filesystems with a fsgeom flag, and disabling the swap extents ioctl on CRC enabled filesystems since it is unimplemented and causes corruption. Thanks, Ben The following changes since commit 7ae077802c9f12959a81fa1a16c1ec2842dbae05: xfs: remote attribute lookups require the value length (2013-05-24 16:31:20 -0500) are available in the git repository at: git://oss.sgi.com/xfs/xfs tags/for-linus-v3.10-rc4 for you to fetch changes up to e400d27d1690d609f203f2d7d8efebc98cbc3089: xfs: fix dir3 freespace block corruption (2013-05-30 17:22:54 -0500) ---------------------------------------------------------------- xfs: fixes for 3.10-rc4 - Fix nested transactions in xfs_qm_scall_setqlim - Clear suid/sgid bits when we truncate with size update - Fix recovery for split buffers - Fix block count on remote symlinks - Add fsgeom flag for v5 superblock support - Disable XFS_IOC_SWAPEXT for CRC enabled filesystems - Fix dirv3 freespace block corruption ---------------------------------------------------------------- Dave Chinner (7): xfs: avoid nesting transactions in xfs_qm_scall_setqlim() xfs: kill suid/sgid through the truncate path. xfs: fix split buffer vector log recovery support xfs: fix incorrect remote symlink block count xfs: add fsgeom flag for v5 superblock support. xfs: disable swap extents ioctl on CRC enabled filesystems xfs: fix dir3 freespace block corruption fs/xfs/xfs_buf_item.c | 7 +------ fs/xfs/xfs_dfrag.c | 8 ++++++++ fs/xfs/xfs_dir2_format.h | 1 + fs/xfs/xfs_dir2_node.c | 13 ++++++------- fs/xfs/xfs_fs.h | 1 + fs/xfs/xfs_fsops.c | 4 +++- fs/xfs/xfs_iops.c | 47 ++++++++++++++++++++++++++++++++--------------- fs/xfs/xfs_log_recover.c | 11 +++++++++++ fs/xfs/xfs_qm_syscalls.c | 40 +++++++++++++++++++++++----------------- fs/xfs/xfs_symlink.c | 20 ++++++-------------- 10 files changed, 92 insertions(+), 60 deletions(-) _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs