Merge tag 'for-linus-v3.8-rc1' of git://oss.sgi.com/xfs/xfs
Pull xfs update from Ben Myers: "There is plenty going on, including the cleanup of xfssyncd, metadata verifiers, CRC infrastructure for the log, tracking of inodes with speculative allocation, a cleanup of xfs_fs_subr.c, fixes for XFS_IOC_ZERO_RANGE, and important fix related to log replay (only update the last_sync_lsn when a transaction completes), a fix for deadlock on AGF buffers, documentation and comment updates, and a few more cleanups and fixes. Details: - remove the xfssyncd mess - only update the last_sync_lsn when a transaction completes - zero allocation_args on the kernel stack - fix AGF/alloc workqueue deadlock - silence uninitialised f.file warning - Update inode alloc comments - Update mount options documentation - report projid32bit feature in geometry call - speculative preallocation inode tracking - fix attr tree double split corruption - fix broken error handling in xfs_vm_writepage - drop buffer io reference when a bad bio is built - add more attribute tree trace points - growfs infrastructure changes for 3.8 - fs/xfs/xfs_fs_subr.c die die die - add CRC infrastructure - add CRC checks to the log - Remove description of nodelaylog mount option from xfs.txt - inode allocation should use unmapped buffers - byte range granularity for XFS_IOC_ZERO_RANGE - fix direct IO nested transaction deadlock - fix stray dquot unlock when reclaiming dquots - fix sparse reported log CRC endian issue" Fix up trivial conflict in fs/xfs/xfs_fsops.c due to the same patch having been applied twice (commits eaef8543 and 1375cb65: "xfs: growfs: don't read garbage for new secondary superblocks") with later updates to the affected code in the XFS tree. * tag 'for-linus-v3.8-rc1' of git://oss.sgi.com/xfs/xfs: (78 commits) xfs: fix sparse reported log CRC endian issue xfs: fix stray dquot unlock when reclaiming dquots xfs: fix direct IO nested transaction deadlock. xfs: byte range granularity for XFS_IOC_ZERO_RANGE xfs: inode allocation should use unmapped buffers. xfs: Remove the description of nodelaylog mount option from xfs.txt xfs: add CRC checks to the log xfs: add CRC infrastructure xfs: convert buffer verifiers to an ops structure. xfs: connect up write verifiers to new buffers xfs: add pre-write metadata buffer verifier callbacks xfs: add buffer pre-write callback xfs: Add verifiers to dir2 data readahead. xfs: add xfs_da_node verification xfs: factor and verify attr leaf reads xfs: factor dir2 leaf read xfs: factor out dir2 data block reading xfs: factor dir2 free block reading xfs: verify dir2 block format buffers xfs: factor dir2 block read operations ...
No related branches found
No related tags found
Showing
- Documentation/filesystems/xfs.txt 10 additions, 3 deletionsDocumentation/filesystems/xfs.txt
- fs/xfs/Kconfig 1 addition, 0 deletionsfs/xfs/Kconfig
- fs/xfs/Makefile 1 addition, 3 deletionsfs/xfs/Makefile
- fs/xfs/uuid.h 6 additions, 0 deletionsfs/xfs/uuid.h
- fs/xfs/xfs_ag.h 5 additions, 0 deletionsfs/xfs/xfs_ag.h
- fs/xfs/xfs_alloc.c 113 additions, 27 deletionsfs/xfs/xfs_alloc.c
- fs/xfs/xfs_alloc.h 3 additions, 0 deletionsfs/xfs/xfs_alloc.h
- fs/xfs/xfs_alloc_btree.c 77 additions, 0 deletionsfs/xfs/xfs_alloc_btree.c
- fs/xfs/xfs_alloc_btree.h 2 additions, 0 deletionsfs/xfs/xfs_alloc_btree.h
- fs/xfs/xfs_aops.c 30 additions, 53 deletionsfs/xfs/xfs_aops.c
- fs/xfs/xfs_attr.c 41 additions, 62 deletionsfs/xfs/xfs_attr.c
- fs/xfs/xfs_attr_leaf.c 89 additions, 54 deletionsfs/xfs/xfs_attr_leaf.c
- fs/xfs/xfs_attr_leaf.h 6 additions, 0 deletionsfs/xfs/xfs_attr_leaf.h
- fs/xfs/xfs_bmap.c 39 additions, 25 deletionsfs/xfs/xfs_bmap.c
- fs/xfs/xfs_bmap_btree.c 63 additions, 0 deletionsfs/xfs/xfs_bmap_btree.c
- fs/xfs/xfs_bmap_btree.h 1 addition, 0 deletionsfs/xfs/xfs_bmap_btree.h
- fs/xfs/xfs_btree.c 66 additions, 45 deletionsfs/xfs/xfs_btree.c
- fs/xfs/xfs_btree.h 19 additions, 3 deletionsfs/xfs/xfs_btree.h
- fs/xfs/xfs_buf.c 43 additions, 16 deletionsfs/xfs/xfs_buf.c
- fs/xfs/xfs_buf.h 19 additions, 8 deletionsfs/xfs/xfs_buf.h
Loading
Please register or sign in to comment