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. 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 | 57 ++++++++++++++++++++++++++++++++--------- 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, 56 insertions(+), 71 deletions(-)