linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHSET 0/5] xfs: other stuff for 5.15
@ 2021-08-05  7:00 Darrick J. Wong
  2021-08-05  7:00 ` [PATCH 1/5] xfs: fix silly whitespace problems with kernel libxfs Darrick J. Wong
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Darrick J. Wong @ 2021-08-05  7:00 UTC (permalink / raw)
  To: djwong; +Cc: Bill O'Donnell, Carlos Maiolino, linux-xfs

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(-)


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

end of thread, other threads:[~2021-08-09 15:08 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-05  7:00 [PATCHSET 0/5] xfs: other stuff for 5.15 Darrick J. Wong
2021-08-05  7:00 ` [PATCH 1/5] xfs: fix silly whitespace problems with kernel libxfs Darrick J. Wong
2021-08-06  5:45   ` Chandan Babu R
2021-08-09 14:51   ` Christoph Hellwig
2021-08-05  7:00 ` [PATCH 2/5] xfs: drop experimental warnings for bigtime and inobtcount Darrick J. Wong
2021-08-06  5:51   ` Chandan Babu R
2021-08-09 14:53   ` Christoph Hellwig
2021-08-05  7:01 ` [PATCH 3/5] xfs: automatic resource cleanup of for_each_perag* Darrick J. Wong
2021-08-06  7:15   ` Chandan Babu R
2021-08-09 15:07   ` Christoph Hellwig
2021-08-05  7:01 ` [PATCH 4/5] xfs: grab active perag ref when reading AG headers Darrick J. Wong
2021-08-06 11:25   ` Chandan Babu R
2021-08-05  7:01 ` [PATCH 5/5] xfs: dump log intent items that cannot be recovered due to corruption Darrick J. Wong
2021-08-06 11:41   ` Chandan Babu R
2021-08-09 14:55   ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).