mbox series

[PATCHSET,0/5] xfs: other stuff for 5.15

Message ID 162814684332.2777088.14593133806068529811.stgit@magnolia (mailing list archive)
Headers show
Series xfs: other stuff for 5.15 | expand

Message

Darrick J. Wong Aug. 5, 2021, 7 a.m. UTC
Hi all,

This is the usual grab bag of miscellaneous things for 5.15: continued
cleanups of the perag iteration code, dropping EXPERIMENTAL warnings,
making log recovery fail louder, dorky whitespace fixes, etc.

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

kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=other-stuff-for-5.15
---
 fs/xfs/Makefile                |    3 ++
 fs/xfs/libxfs/xfs_ag.h         |   66 +++++++++++++++++++++++++---------------
 fs/xfs/libxfs/xfs_attr_leaf.c  |    2 +
 fs/xfs/libxfs/xfs_format.h     |    2 +
 fs/xfs/libxfs/xfs_ialloc.c     |    2 +
 fs/xfs/libxfs/xfs_rmap_btree.h |    2 +
 fs/xfs/libxfs/xfs_sb.c         |   17 +++++-----
 fs/xfs/libxfs/xfs_types.c      |    6 +---
 fs/xfs/scrub/agheader.c        |   23 ++++++++++----
 fs/xfs/scrub/agheader_repair.c |    3 --
 fs/xfs/scrub/bmap.c            |   10 ++----
 fs/xfs/scrub/btree.c           |    2 +
 fs/xfs/scrub/common.c          |   48 ++++++++++++-----------------
 fs/xfs/scrub/common.h          |   18 ++++++++++-
 fs/xfs/scrub/fscounters.c      |   43 ++++++++++++--------------
 fs/xfs/scrub/inode.c           |    2 +
 fs/xfs/xfs_bmap_item.c         |    3 ++
 fs/xfs/xfs_extent_busy.c       |   11 +++----
 fs/xfs/xfs_extfree_item.c      |    3 ++
 fs/xfs/xfs_fsmap.c             |   25 +++++----------
 fs/xfs/xfs_fsops.c             |   12 ++-----
 fs/xfs/xfs_health.c            |    9 ++---
 fs/xfs/xfs_icache.c            |   27 +++++-----------
 fs/xfs/xfs_iwalk.c             |   41 ++++++++++---------------
 fs/xfs/xfs_log_recover.c       |   21 +++++--------
 fs/xfs/xfs_refcount_item.c     |    3 ++
 fs/xfs/xfs_reflink.c           |   10 ++----
 fs/xfs/xfs_rmap_item.c         |    3 ++
 fs/xfs/xfs_super.c             |    8 -----
 29 files changed, 207 insertions(+), 218 deletions(-)