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 as v5.5.0-rc1. Patches often get missed, so please check if your outstanding patches were in this update. If they have not been in this update, please resubmit them to linux-xfs@xxxxxxxxxxxxxxx so they can be picked up in the next update. The new head of the for-next branch is commit: caf45d56 (HEAD -> guilt/for-next, tag: v5.5.0-rc1, korg/for-next, refs/patches/for-next/xfsprogs__release_v5.5.0-rc1.patch) xfsprogs: Release v5.5.0-rc1 New Commits: Darrick J. Wong (33): [d73b61f9] libxfs: libxfs_buf_delwri_submit should write buffers immediately [9a54569a] libxfs: complain when write IOs fail [a688242b] libxfs: return flush failures [c335b673] libxfs: flush all dirty buffers and report errors when unmounting filesystem [10fc0759] mkfs: check that metadata updates have been committed [14fb3613] xfs_repair: check that metadata updates have been committed [7c8e6ac7] libfrog: always fsync when flushing a device [d855bce8] libxfs: open-code "exit on buffer read failure" in upper level callers [ac7ad9aa] libxfs: remove LIBXFS_EXIT_ON_FAILURE [b98336dd] libxfs: remove LIBXFS_B_EXIT [e02ba985] libxfs: replace libxfs_putbuf with libxfs_buf_relse [8b4de37c] libxfs: replace libxfs_getbuf with libxfs_buf_get [361379e0] libxfs: replace libxfs_readbuf with libxfs_buf_read [331d5956] libxfs: rename libxfs_writebufr to libxfs_bwrite [456371d8] libxfs: make libxfs_readbuf_verify return an error code [e214b18a] libxfs: make libxfs_readbufr stash the error value in b_error [3f8a028e] libxfs: introduce libxfs_buf_read_uncached [a0846242] xfs_db: use uncached buffer reads to get the superblock [745b7e18] xfs_copy: use uncached buffer reads to get the superblock [c92c796e] libxfs: move log functions for convenience [de319479] libxfs: convert libxfs_log_clear to use uncached buffers [66ab87d3] libxlog: use uncached buffers instead of open-coding them [09468119] libxfs: use uncached buffers for initial mkfs writes [18b4f688] libxfs: straighten out libxfs_writebuf naming confusion [f524ae04] libxfs: remove unused flags parameter to libxfs_buf_mark_dirty [e8bef598] libxfs: remove libxfs_writebuf_int [e7e49100] libxfs: remove dangerous casting between xfs_buf and cache_node [063516bb] libxfs: remove dangerous casting between cache_node and xfs_buf [1a12e432] libxfs: remove the libxfs_{get,put}bufr APIs [b45650ab] libxfs: hide libxfs_getbuf_flags [8288ea3d] libxfs: rename libxfs_readbuf_map to libxfs_buf_read_map [f315ae4f] libxfs: rename libxfs_getbuf_map to libxfs_buf_get_map [af60a998] libxfs: convert buffer priority get/set macros to functions Eric Biggers (1): [dfe209d8] xfs_io/encrypt: support passing a keyring key to add_enckey Eric Sandeen (2): [5896e59e] xfs_admin: revert online label setting ability [caf45d56] xfsprogs: Release v5.5.0-rc1 Code Diffstat: VERSION | 2 +- configure.ac | 3 +- copy/xfs_copy.c | 19 +- db/fsmap.c | 6 +- db/info.c | 2 +- db/init.c | 11 +- db/io.c | 10 +- db/xfs_admin.sh | 42 +-- debian/changelog | 6 + doc/CHANGES | 20 ++ include/builddefs.in | 4 + include/cache.h | 2 +- include/libxfs.h | 1 - include/libxlog.h | 1 - include/xfs_mount.h | 2 +- io/encrypt.c | 90 +++-- libfrog/linux.c | 31 +- libfrog/platform.h | 2 +- libxfs/init.c | 150 ++++++-- libxfs/libxfs_api_defs.h | 6 + libxfs/libxfs_io.h | 131 +++---- libxfs/libxfs_priv.h | 3 - libxfs/rdwr.c | 888 +++++++++++++++++++++++++--------------------- libxfs/trans.c | 23 +- libxlog/xfs_log_recover.c | 35 +- logprint/log_print_all.c | 2 +- m4/package_libcdev.m4 | 21 ++ man/man8/xfs_admin.8 | 4 +- man/man8/xfs_io.8 | 10 +- mkfs/proto.c | 6 +- mkfs/xfs_mkfs.c | 98 +++-- repair/attr_repair.c | 43 +-- repair/da_util.c | 36 +- repair/dino_chunks.c | 18 +- repair/dinode.c | 26 +- repair/dir2.c | 23 +- repair/phase3.c | 10 +- repair/phase5.c | 72 ++-- repair/phase6.c | 36 +- repair/prefetch.c | 42 +-- repair/rmap.c | 11 +- repair/rt.c | 8 +- repair/scan.c | 51 +-- repair/xfs_repair.c | 14 +- 44 files changed, 1176 insertions(+), 845 deletions(-)
Attachment:
signature.asc
Description: OpenPGP digital signature