Hi Folks, The for-next branch of the xfs kernel repository at git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git has just been updated. The new head of the for-next branch is commit: b9a350a Merge branch 'xfs-sparse-inode' into for-next New Commits: Brian Foster (20): [d4cc540] xfs: create individual inode alloc. helper [999633d] xfs: update free inode record logic to support sparse inode records [bfe46d4] xfs: support min/max agbno args in block allocator [fb4f2b4] xfs: add sparse inode chunk alignment superblock field [066a188] xfs: use sparse chunk alignment for min. inode allocation requirement [e5376fc] xfs: sparse inode chunks feature helpers and mount requirements [502a4e7] xfs: add fs geometry bit for sparse inode chunks [5419040] xfs: introduce inode record hole mask for sparse inode chunks [12d0714] xfs: use actual inode count for sparse records in bulkstat/inumbers [463958a] xfs: pass inode count through ordered icreate log item [7f43c90] xfs: handle sparse inode chunks in icreate log recovery [4148c34] xfs: helper to convert holemask to inode alloc. bitmap [56d1115] xfs: allocate sparse inode chunks on full chunk allocation failure [1cdadee] xfs: randomly do sparse inode allocations in DEBUG mode [26dd521] xfs: filter out sparse regions from individual inode allocation [10ae3dc7] xfs: only free allocated regions of inode chunks [09b5660] xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster() [22ce1e1] xfs: enable sparse inode chunks for v5 superblocks [2e588a4] xfs: always log the inode on unwritten extent conversion [7f884dc] xfs: fix quota block reservation leak when tp allocates and frees blocks Dave Chinner (2): [e01c025] Merge branch 'xfs-misc-fixes-for-4.2' into for-next [b9a350a] Merge branch 'xfs-sparse-inode' into for-next Eric Sandeen (1): [39e56d9] xfs: don't cast string literals Fanael Linithien (1): [4d66ea0] xfs: fix kernel version in docs Nan Jia (1): [339e4f6] xfs: Clean up xfs_trans_dup_dqinfo Code Diffstat: Documentation/filesystems/xfs.txt | 12 +- fs/xfs/libxfs/xfs_alloc.c | 42 ++- fs/xfs/libxfs/xfs_alloc.h | 2 + fs/xfs/libxfs/xfs_bmap.c | 10 +- fs/xfs/libxfs/xfs_format.h | 52 +++- fs/xfs/libxfs/xfs_fs.h | 1 + fs/xfs/libxfs/xfs_ialloc.c | 541 ++++++++++++++++++++++++++++++++++---- fs/xfs/libxfs/xfs_ialloc.h | 12 +- fs/xfs/libxfs/xfs_ialloc_btree.c | 93 ++++++- fs/xfs/libxfs/xfs_ialloc_btree.h | 10 + fs/xfs/libxfs/xfs_sb.c | 30 ++- fs/xfs/xfs_fsops.c | 4 +- fs/xfs/xfs_inode.c | 28 +- fs/xfs/xfs_itable.c | 13 +- fs/xfs/xfs_log_recover.c | 26 +- fs/xfs/xfs_mount.c | 16 ++ fs/xfs/xfs_mount.h | 2 + fs/xfs/xfs_quota.h | 1 - fs/xfs/xfs_trace.h | 47 ++++ fs/xfs/xfs_trans_dquot.c | 32 ++- 20 files changed, 865 insertions(+), 109 deletions(-) -- Dave Chinner david@xxxxxxxxxxxxx
Attachment:
signature.asc
Description: Digital signature
_______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs