Hi folks, The for-next branch of the xfsprogs repository at: git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git has just been updated and tagged with v5.7.0-rc0. This is just the libxfs-5.7 sync for now. I should name this release "It takes a village" - thanks again to djwong and this time hch as well for the effort. I'll move on to non-libxfs patches now, if the /next/ update doesn't have your pet patch, please ping me or resend. The new head of the for-next branch is commit: a3e93c7c (HEAD -> libxfs-5.7-sync, tag: v5.7.0-rc0, korg/libxfs-5.7-sync, korg/for-next, refs/patches/libxfs-5.7-sync/5.7.0-rc0) xfsprogs: Release v5.7.0-rc0 --- Code Diffstat: VERSION | 4 +- configure.ac | 2 +- copy/xfs_copy.c | 4 +- copy/xfs_copy.h | 2 +- db/agfl.c | 6 +- db/attrset.c | 65 ++-- db/check.c | 13 +- db/info.c | 2 +- db/init.c | 2 +- db/metadump.c | 7 +- debian/changelog | 6 + doc/CHANGES | 3 + include/xfs.h | 4 + include/xfs_inode.h | 19 + include/xfs_trace.h | 4 + libxfs/Makefile | 2 + libxfs/libxfs_api_defs.h | 7 +- libxfs/libxfs_io.h | 4 +- libxfs/libxfs_priv.h | 45 ++- libxfs/rdwr.c | 42 +++ libxfs/util.c | 30 +- libxfs/xfs_ag.c | 16 +- libxfs/xfs_alloc.c | 99 ++--- libxfs/xfs_alloc.h | 9 + libxfs/xfs_alloc_btree.c | 119 ++++-- libxfs/xfs_alloc_btree.h | 7 + libxfs/xfs_attr.c | 352 ++++++------------ libxfs/xfs_attr.h | 114 ++---- libxfs/xfs_attr_leaf.c | 130 +++---- libxfs/xfs_attr_leaf.h | 1 - libxfs/xfs_attr_remote.c | 2 +- libxfs/xfs_bmap.c | 88 ++--- libxfs/xfs_bmap.h | 3 +- libxfs/xfs_bmap_btree.c | 50 +-- libxfs/xfs_btree.c | 93 +++-- libxfs/xfs_btree.h | 82 +++-- libxfs/xfs_btree_staging.c | 879 ++++++++++++++++++++++++++++++++++++++++++++ libxfs/xfs_btree_staging.h | 123 +++++++ libxfs/xfs_da_btree.c | 17 +- libxfs/xfs_da_btree.h | 11 +- libxfs/xfs_da_format.h | 12 - libxfs/xfs_dir2_block.c | 33 +- libxfs/xfs_dir2_data.c | 32 +- libxfs/xfs_dir2_leaf.c | 2 +- libxfs/xfs_dir2_node.c | 11 +- libxfs/xfs_format.h | 48 ++- libxfs/xfs_fs.h | 32 +- libxfs/xfs_ialloc.c | 35 +- libxfs/xfs_ialloc_btree.c | 104 ++++-- libxfs/xfs_ialloc_btree.h | 6 + libxfs/xfs_inode_buf.c | 43 +-- libxfs/xfs_inode_buf.h | 5 - libxfs/xfs_inode_fork.c | 2 +- libxfs/xfs_inode_fork.h | 9 +- libxfs/xfs_log_format.h | 10 +- libxfs/xfs_refcount.c | 110 +++--- libxfs/xfs_refcount_btree.c | 104 ++++-- libxfs/xfs_refcount_btree.h | 6 + libxfs/xfs_rmap.c | 123 +++---- libxfs/xfs_rmap_btree.c | 99 +++-- libxfs/xfs_rmap_btree.h | 5 + libxfs/xfs_sb.c | 49 ++- libxfs/xfs_trans_resv.c | 2 +- logprint/log_misc.c | 2 +- logprint/log_print_all.c | 6 +- mkfs/xfs_mkfs.c | 11 +- repair/agheader.c | 2 +- repair/dinode.c | 16 +- repair/phase3.c | 2 +- repair/phase5.c | 15 +- repair/phase6.c | 15 +- repair/prefetch.c | 4 +- repair/rmap.c | 2 +- repair/scan.c | 8 +- repair/xfs_repair.c | 4 +- 75 files changed, 2363 insertions(+), 1074 deletions(-) create mode 100644 libxfs/xfs_btree_staging.c create mode 100644 libxfs/xfs_btree_staging.h
Attachment:
signature.asc
Description: OpenPGP digital signature