Hi folks, The xfsprogs repository at: git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/ has just benn updated. This is essentially a fast-forward merge from for-next branch, containing only libxfs-sync patches. Any questions, please let me know. The new head of the master branch is commit: 3c6e12a4a xfsprogs: Release v6.0.0-rc0 New Commits: Andrey Strachuk (1): [798d43495] 798d43495 Carlos Maiolino (1): [3c6e12a4a] 3c6e12a4a Dan Carpenter (1): [17df7eb7e] 17df7eb7e Darrick J. Wong (6): [722e81c12] 722e81c12 [7ff5f1edf] 7ff5f1edf [d4292c669] d4292c669 [4f8415858] 4f8415858 [eae3e30d4] eae3e30d4 [e373f06a3] e373f06a3 Dave Chinner (17): [ef78f876e] ef78f876e [37dc5890e] 37dc5890e [4330a9e00] 4330a9e00 [87db57baf] 87db57baf [f9084bd95] f9084bd95 [bc87af992] bc87af992 [c1030eda4] c1030eda4 [1d202c10b] 1d202c10b [9a73333d9] 9a73333d9 [75c01cccf] 75c01cccf [83af0d13a] 83af0d13a [8aa34dc9b] 8aa34dc9b [cee2d89ae] cee2d89ae [54f6b9e5e] 54f6b9e5e [0b2f4162b] 0b2f4162b [69535dadf] 69535dadf [b9846dc9e] b9846dc9e Slark Xiao (1): [e4a32219d] e4a32219d Xiaole He (1): [ec36ecd2d] ec36ecd2d hexiaole (1): [d3e53ab7c] d3e53ab7c Code Diffstat: VERSION | 6 +-- configure.ac | 2 +- db/fsmap.c | 2 +- db/info.c | 2 +- db/namei.c | 2 +- include/xfs_inode.h | 65 ++++++++++++++++++++++++++- libxfs/defer_item.c | 6 ++- libxfs/init.c | 3 +- libxfs/libxfs_api_defs.h | 1 + libxfs/libxfs_priv.h | 12 +++-- libxfs/rdwr.c | 8 ++-- libxfs/util.c | 7 +-- libxfs/xfs_ag.c | 171 ++++++++++++++++++++++++++++++++++++++++++++++------------------------ libxfs/xfs_ag.h | 75 +++++++++++++++++++++++++------ libxfs/xfs_ag_resv.c | 2 +- libxfs/xfs_alloc.c | 145 ++++++++++++++++++++++++++--------------------------------- libxfs/xfs_alloc.h | 58 +++++------------------- libxfs/xfs_alloc_btree.c | 9 ++-- libxfs/xfs_attr.c | 22 +++++---- libxfs/xfs_attr.h | 10 ++--- libxfs/xfs_attr_leaf.c | 28 ++++++------ libxfs/xfs_attr_remote.c | 15 ++++--- libxfs/xfs_bmap.c | 84 +++++++++++++++++----------------- libxfs/xfs_bmap_btree.c | 10 ++--- libxfs/xfs_btree.c | 29 +++++------- libxfs/xfs_dir2.c | 2 +- libxfs/xfs_dir2_block.c | 6 +-- libxfs/xfs_dir2_sf.c | 8 ++-- libxfs/xfs_format.h | 2 +- libxfs/xfs_ialloc.c | 86 +++++++++++++++-------------------- libxfs/xfs_ialloc.h | 25 ++--------- libxfs/xfs_ialloc_btree.c | 20 ++++----- libxfs/xfs_inode_buf.c | 15 +++---- libxfs/xfs_inode_fork.c | 65 ++++++++++++++------------- libxfs/xfs_inode_fork.h | 27 ++--------- libxfs/xfs_refcount.c | 19 ++++---- libxfs/xfs_refcount_btree.c | 5 +-- libxfs/xfs_rmap.c | 8 ++-- libxfs/xfs_rmap_btree.c | 9 ++-- libxfs/xfs_symlink_remote.c | 2 +- libxfs/xfs_trans_resv.c | 2 +- libxfs/xfs_types.c | 73 ++++-------------------------- libxfs/xfs_types.h | 9 ---- mkfs/proto.c | 2 +- repair/dino_chunks.c | 12 +++-- repair/dinode.c | 5 ++- repair/phase6.c | 11 ++--- repair/quotacheck.c | 4 +- repair/rmap.c | 16 ++++--- repair/scan.c | 70 +++++++++++++++++++++-------- 50 files changed, 660 insertions(+), 617 deletions(-) -- Carlos Maiolino