Hi all, Well, we've reached the end of the year and the only thing that's ready to go is this pile of bug fixes that I found while I've been quietly QAing the online fsck code. There's no particular order to any of these. 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.17 --- fs/xfs/scrub/dir.c | 15 +++++++++++---- fs/xfs/scrub/quota.c | 4 ++-- fs/xfs/scrub/repair.c | 3 +++ fs/xfs/scrub/scrub.c | 4 ---- fs/xfs/scrub/scrub.h | 1 - fs/xfs/xfs_buf_item.c | 2 +- fs/xfs/xfs_dir2_readdir.c | 28 +++++++++++++++++----------- fs/xfs/xfs_iops.c | 34 +--------------------------------- fs/xfs/xfs_log.h | 1 + fs/xfs/xfs_log_cil.c | 25 ++++++++++++++++++++++--- fs/xfs/xfs_log_recover.c | 24 +++++++++++++++++++++++- fs/xfs/xfs_mount.c | 10 ---------- fs/xfs/xfs_qm_syscalls.c | 11 +---------- fs/xfs/xfs_reflink.c | 5 ++++- fs/xfs/xfs_super.c | 9 --------- fs/xfs/xfs_symlink.c | 19 ++++++++++++++----- fs/xfs/xfs_trans.c | 11 ++++++++++- 17 files changed, 110 insertions(+), 96 deletions(-)