Hi all, This week, we're fixing a log recovery regression that appeared in 5.19-rc1 due to an incorrect verifier patch, and a problem where closing an O_RDONLY realtime file on a frozen fs incorrectly triggers eofblocks removal. v2: move the history of the leaf header count checks to the commit message 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=xfs-fixes-5.19 --- fs/xfs/libxfs/xfs_attr.c | 38 +++++++++----------------------------- fs/xfs/libxfs/xfs_attr.h | 5 ----- fs/xfs/libxfs/xfs_attr_leaf.c | 35 +++++++++++++++++++---------------- fs/xfs/libxfs/xfs_attr_leaf.h | 3 +-- fs/xfs/xfs_attr_item.c | 22 ---------------------- fs/xfs/xfs_bmap_util.c | 2 ++ 6 files changed, 31 insertions(+), 74 deletions(-)