[resend with PATCH 5.10 prefix] Hi Greg, We started to experiment with the "xfs stable maintainers" concept that Darrick has proposed. My focus is on 5.10.y backports, Leah's focus is on 5.15.y backports and Chandan may pick up the 5.4.y backports. This stable update is the first collaborated series for 5.10.y/5.15.y. It started with a 5.15.y patch series from Leah [1] of patches that specifically fix bugs prior to 5.10, to whom I already had tested 5.10 backport patches for. Leah will be sending the ACKed 5.15.y series [2]. This 5.10.y series is a subset of the 5.15.y series that was ACKed by xfs developers for 5.10.y. All the patches in the 5.15.y series were backported to 5.10. The ones that are not included in this 5.10.y update were more subtle to backport, so the backports need more time for review and I will send them in one of the following stable updates. I would like to thank Darrick for reviewing the backport candidates. I would like to thank Luis for his ongoing support of the kdevops [3] test environment and Samsung for contributing the hardware to drive it. Thanks, Amir. Changes since v3: - PATCH 5.10 prefix Changes since [v2]: - CC stable Changes since [v1]: - Leave 5 out of 11 - Accked by Darrick [1] https://lore.kernel.org/linux-xfs/20220616182749.1200971-1-leah.rumancik@xxxxxxxxx/ [2] https://lore.kernel.org/linux-xfs/20220623203641.1710377-1-leah.rumancik@xxxxxxxxx/ [3] https://github.com/linux-kdevops/kdevops [v1] https://lore.kernel.org/linux-xfs/20220617100641.1653164-1-amir73il@xxxxxxxxx/ [v2] https://lore.kernel.org/linux-xfs/20220624063702.2380990-1-amir73il@xxxxxxxxx/ Brian Foster (1): xfs: punch out data fork delalloc blocks on COW writeback failure Darrick J. Wong (1): xfs: remove all COW fork extents when remounting readonly Dave Chinner (1): xfs: check sb_meta_uuid for dabuf buffer recovery Rustam Kovhaev (1): xfs: use kmem_cache_free() for kmem_cache objects Yang Xu (1): xfs: Fix the free logic of state in xfs_attr_node_hasname fs/xfs/libxfs/xfs_attr.c | 13 +++++-------- fs/xfs/xfs_aops.c | 15 ++++++++++++--- fs/xfs/xfs_buf_item_recover.c | 2 +- fs/xfs/xfs_extfree_item.c | 6 +++--- fs/xfs/xfs_super.c | 14 +++++++++++--- 5 files changed, 32 insertions(+), 18 deletions(-) -- 2.25.1