Hi all, Bug fixes for XFS for 6.9. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. This has been running on the djcloud for months with no problems. 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=xfs-6.9-fixes --- Commits in this patchset: * xfs: pass xfs_buf lookup flags to xfs_*read_agi * xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmode * xfs: fix potential AGI <-> ILOCK ABBA deadlock in xrep_dinode_findmode_walk_directory --- fs/xfs/libxfs/xfs_ag.c | 8 +++--- fs/xfs/libxfs/xfs_ialloc.c | 16 ++++++++---- fs/xfs/libxfs/xfs_ialloc.h | 5 ++-- fs/xfs/libxfs/xfs_ialloc_btree.c | 4 ++- fs/xfs/scrub/common.c | 4 ++- fs/xfs/scrub/fscounters.c | 2 +- fs/xfs/scrub/inode_repair.c | 50 +++++++++++++++++++++++++++++++++++++- fs/xfs/scrub/iscan.c | 36 +++++++++++++++++++++++++++ fs/xfs/scrub/iscan.h | 15 +++++++++++ fs/xfs/scrub/repair.c | 6 ++--- fs/xfs/scrub/trace.h | 10 ++++++-- fs/xfs/xfs_inode.c | 8 +++--- fs/xfs/xfs_iwalk.c | 4 ++- fs/xfs/xfs_log_recover.c | 4 ++- 14 files changed, 140 insertions(+), 32 deletions(-)