linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <djwong@kernel.org>
To: djwong@kernel.org
Cc: Bill O'Donnell <billodo@redhat.com>,
	Carlos Maiolino <cmaiolino@redhat.com>,
	linux-xfs@vger.kernel.org
Subject: [PATCHSET 0/5] xfs: other stuff for 5.15
Date: Thu, 05 Aug 2021 00:00:43 -0700	[thread overview]
Message-ID: <162814684332.2777088.14593133806068529811.stgit@magnolia> (raw)

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


             reply	other threads:[~2021-08-05  7:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-05  7:00 Darrick J. Wong [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=162814684332.2777088.14593133806068529811.stgit@magnolia \
    --to=djwong@kernel.org \
    --cc=billodo@redhat.com \
    --cc=cmaiolino@redhat.com \
    --cc=linux-xfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).