mbox series

[PATCHSET,0/2] xfs: more random tweaks

Message ID 162872993519.1220748.15526308019664551101.stgit@magnolia (mailing list archive)
Headers show
Series xfs: more random tweaks | expand

Message

Darrick J. Wong Aug. 12, 2021, 12:58 a.m. UTC
Hi all,

These two patches are not really related at all.  The first patch
removes an unnecessary agno parameter from the scrub context because we
can just use the pag reference kept in the same context.

The second patch adds trace points for fs shutdowns to make it a little
easier to trace recoveryloop test activities.

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=random-fixes-5.15
---
 fs/xfs/scrub/agheader.c        |    2 +-
 fs/xfs/scrub/agheader_repair.c |   34 +++++++++++++++++++++-------------
 fs/xfs/scrub/common.c          |    3 ---
 fs/xfs/scrub/repair.c          |   18 +++++++++---------
 fs/xfs/scrub/scrub.c           |    3 ---
 fs/xfs/scrub/scrub.h           |    1 -
 fs/xfs/xfs_error.h             |   12 ++++++++++++
 fs/xfs/xfs_fsops.c             |    3 +++
 fs/xfs/xfs_mount.h             |    6 ++++++
 fs/xfs/xfs_trace.c             |    1 +
 fs/xfs/xfs_trace.h             |   27 +++++++++++++++++++++++++++
 11 files changed, 80 insertions(+), 30 deletions(-)