Linux XFS filesystem development
 help / color / mirror / Atom feed
* [PATCHSET 0/8] xfsprogs: sync libxfs with 5.19
@ 2022-06-28 20:48 Darrick J. Wong
  2022-06-28 20:48 ` [PATCH 1/8] misc: fix unsigned integer comparison complaints Darrick J. Wong
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Darrick J. Wong @ 2022-06-28 20:48 UTC (permalink / raw)
  To: sandeen, djwong; +Cc: linux-xfs

Hi all,

This series corrects any build errors in libxfs and backports libxfs
changes from the kernel.

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.

--D

xfsprogs git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=libxfs-5.19-sync
---
 db/check.c               |   10 +++++++---
 db/metadump.c            |   11 +++++++----
 include/xfs_mount.h      |    7 -------
 libxfs/util.c            |    6 ------
 libxfs/xfs_attr.c        |   47 ++++++++++++++--------------------------------
 libxfs/xfs_attr.h        |   17 +----------------
 libxfs/xfs_attr_leaf.c   |   37 ++++++++++++++++++++----------------
 libxfs/xfs_attr_leaf.h   |    3 +--
 libxfs/xfs_da_btree.h    |    4 +++-
 logprint/log_print_all.c |    2 +-
 repair/attr_repair.c     |   20 ++++++++++++++++++++
 repair/dinode.c          |   14 ++++++++++----
 12 files changed, 84 insertions(+), 94 deletions(-)


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-06-29  7:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-28 20:48 [PATCHSET 0/8] xfsprogs: sync libxfs with 5.19 Darrick J. Wong
2022-06-28 20:48 ` [PATCH 1/8] misc: fix unsigned integer comparison complaints Darrick J. Wong
2022-06-29  7:43   ` Christoph Hellwig
2022-06-28 20:48 ` [PATCH 2/8] xfs_logprint: fix formatting specifiers Darrick J. Wong
2022-06-29  7:43   ` Christoph Hellwig
2022-06-28 20:48 ` [PATCH 3/8] xfs: fix TOCTOU race involving the new logged xattrs control knob Darrick J. Wong
2022-06-28 20:48 ` [PATCH 4/8] libxfs: remove xfs_globals.larp Darrick J. Wong
2022-06-28 20:48 ` [PATCH 5/8] xfs: fix variable state usage Darrick J. Wong
2022-06-28 20:48 ` [PATCH 6/8] xfs: empty xattr leaf header blocks are not corruption Darrick J. Wong
2022-06-28 20:49 ` [PATCH 7/8] xfs_repair: ignore empty xattr leaf blocks Darrick J. Wong
2022-06-28 20:49 ` [PATCH 8/8] xfs: don't hold xattr leaf buffers across transaction rolls Darrick J. Wong
2022-06-28 22:55 ` [PATCHSET 0/8] xfsprogs: sync libxfs with 5.19 Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox