Hi Linus, Please pull these fixes for XFS. These fixes remove shouty warnings which spam system logs, align dir/attr structures with CRCs correctly, set the block number on the new child block during a btree root split correctly, and the last one disables verifiers as a temporary workaround for a flaw in recovery. Thanks, Ben The following changes since commit 0a8aa1939777dd114479677f0044652c1fd72398: xfs: increase number of ACL entries for V5 superblocks (2013-06-06 10:52:15 -0500) are available in the git repository at: git://oss.sgi.com/xfs/xfs.git tags/for-linus-v3.10-rc6 for you to fetch changes up to d302cf1d316dca5f567e89872cf5d475c9a55f74: xfs: don't shutdown log recovery on validation errors (2013-06-14 15:59:45 -0500) ---------------------------------------------------------------- xfs: fixes for 3.10-rc6 - Remove noisy warnings about experimental support which spams the logs - Add padding to align directory and attr structures correctly - Set block number on child buffer on a root btree split - Disable verifiers during log recovery for non-CRC filesystems ---------------------------------------------------------------- Dave Chinner (4): xfs: don't emit v5 superblock warnings on write xfs: fix implicit padding in directory and attr CRC formats xfs: ensure btree root split sets blkno correctly xfs: don't shutdown log recovery on validation errors fs/xfs/xfs_attr_leaf.h | 1 + fs/xfs/xfs_btree.c | 10 ++++++++++ fs/xfs/xfs_dir2_format.h | 5 +++-- fs/xfs/xfs_log_recover.c | 19 +++++++++++++++++-- fs/xfs/xfs_mount.c | 18 +++++++++++------- 5 files changed, 42 insertions(+), 11 deletions(-) _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs