mbox series

[PATCHSET,0/8] xfsprogs: sync with 6.4

Message ID 168687941600.831530.8013975214397479444.stgit@frogsfrogsfrogs (mailing list archive)
Headers show
Series xfsprogs: sync with 6.4 | expand

Message

Darrick J. Wong June 16, 2023, 1:36 a.m. UTC
Hi all,

Synchronize with libxfs changs in kernel 6.4 and fix anything that
breaks as a result.

If you're going to start using this mess, you probably ought to just
pull from my git trees, which are linked below.

This is an extraordinary way to destroy everything.  Enjoy!
Comments and questions are, as always, welcome.
xfsprogs git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=libxfs-sync-6.4
---
 include/list.h           |    7 +-
 include/xfs_inode.h      |    3 +
 include/xfs_trans.h      |    7 ++
 libfrog/list_sort.c      |   10 +--
 libxfs/defer_item.c      |   74 ++++++++++++---------
 libxfs/libxfs_priv.h     |    4 +
 libxfs/logitem.c         |  165 +++++++++++++++++++++++++++++++++++++++++++++-
 libxfs/trans.c           |   96 +++++++++++++++++++++++++++
 libxfs/util.c            |    4 +
 libxfs/xfs_ag.c          |    5 +
 libxfs/xfs_alloc.c       |   91 ++++++++++++++++++-------
 libxfs/xfs_alloc.h       |    6 +-
 libxfs/xfs_bmap.c        |   10 ++-
 libxfs/xfs_bmap_btree.c  |    7 +-
 libxfs/xfs_ialloc.c      |   24 ++++---
 libxfs/xfs_log_format.h  |    9 ++-
 libxfs/xfs_refcount.c    |   13 +++-
 libxfs/xfs_trans_inode.c |  113 ++------------------------------
 scrub/repair.c           |   12 ++-
 19 files changed, 456 insertions(+), 204 deletions(-)

Comments

Christoph Hellwig June 16, 2023, 5:49 a.m. UTC | #1
The whole series looks good to me.