Merge tag 'xfs-for-linus-v3.12-rc1-2' of git://oss.sgi.com/xfs/xfs
Pull xfs update #2 from Ben Myers: "Here we have defrag support for v5 superblock, a number of bugfixes and a cleanup or two. - defrag support for CRC filesystems - fix endian worning in xlog_recover_get_buf_lsn - fixes for sparse warnings - fix for assert in xfs_dir3_leaf_hdr_from_disk - fix for log recovery of remote symlinks - fix for log recovery of btree root splits - fixes formemory allocation failures with ACLs - fix for assert in xfs_buf_item_relse - fix for assert in xfs_inode_buf_verify - fix an assignment in an assert that should be a test in xfs_bmbt_change_owner - remove dead code in xlog_recover_inode_pass2" * tag 'xfs-for-linus-v3.12-rc1-2' of git://oss.sgi.com/xfs/xfs: xfs: remove dead code from xlog_recover_inode_pass2 xfs: = vs == typo in ASSERT() xfs: don't assert fail on bad inode numbers xfs: aborted buf items can be in the AIL. xfs: factor all the kmalloc-or-vmalloc fallback allocations xfs: fix memory allocation failures with ACLs xfs: ensure we copy buffer type in da btree root splits xfs: set remote symlink buffer type for recovery xfs: recovery of swap extents operations for CRC filesystems xfs: swap extents operations for CRC filesystems xfs: check magic numbers in dir3 leaf verifier first xfs: fix some minor sparse warnings xfs: fix endian warning in xlog_recover_get_buf_lsn()
No related branches found
No related tags found
Showing
- fs/xfs/kmem.c 12 additions, 3 deletionsfs/xfs/kmem.c
- fs/xfs/kmem.h 1 addition, 8 deletionsfs/xfs/kmem.h
- fs/xfs/xfs_acl.c 6 additions, 6 deletionsfs/xfs/xfs_acl.c
- fs/xfs/xfs_bmap.c 1 addition, 1 deletionfs/xfs/xfs_bmap.c
- fs/xfs/xfs_bmap_btree.c 44 additions, 0 deletionsfs/xfs/xfs_bmap_btree.c
- fs/xfs/xfs_bmap_btree.h 4 additions, 0 deletionsfs/xfs/xfs_bmap_btree.h
- fs/xfs/xfs_bmap_util.c 44 additions, 25 deletionsfs/xfs/xfs_bmap_util.c
- fs/xfs/xfs_btree.c 152 additions, 18 deletionsfs/xfs/xfs_btree.c
- fs/xfs/xfs_btree.h 12 additions, 7 deletionsfs/xfs/xfs_btree.h
- fs/xfs/xfs_buf_item.c 19 additions, 5 deletionsfs/xfs/xfs_buf_item.c
- fs/xfs/xfs_da_btree.c 1 addition, 0 deletionsfs/xfs/xfs_da_btree.c
- fs/xfs/xfs_dir2_leaf.c 13 additions, 7 deletionsfs/xfs/xfs_dir2_leaf.c
- fs/xfs/xfs_dquot_item.c 2 additions, 1 deletionfs/xfs/xfs_dquot_item.c
- fs/xfs/xfs_extent_busy.c 2 additions, 1 deletionfs/xfs/xfs_extent_busy.c
- fs/xfs/xfs_icache.c 2 additions, 2 deletionsfs/xfs/xfs_icache.c
- fs/xfs/xfs_icache.h 4 additions, 0 deletionsfs/xfs/xfs_icache.h
- fs/xfs/xfs_inode_buf.c 4 additions, 6 deletionsfs/xfs/xfs_inode_buf.c
- fs/xfs/xfs_inode_buf.h 9 additions, 9 deletionsfs/xfs/xfs_inode_buf.h
- fs/xfs/xfs_ioctl.c 12 additions, 24 deletionsfs/xfs/xfs_ioctl.c
- fs/xfs/xfs_ioctl32.c 6 additions, 12 deletionsfs/xfs/xfs_ioctl32.c
Loading
Please register or sign in to comment