mbox series

[5.10,CANDIDATE,v2,0/5] xfs stable candidate patches for 5.10.y (v5.15+)

Message ID 20220624063702.2380990-1-amir73il@gmail.com (mailing list archive)
Headers show
Series xfs stable candidate patches for 5.10.y (v5.15+) | expand

Message

Amir Goldstein June 24, 2022, 6:36 a.m. UTC
Hi all,

This is the subset of patches from Leah's 5.15.y series [1] that was
tested and ACKed for 5.10.y.

The rest of the patches were more subtle to backport, so they need more
time for review.

One patch in v1 also needed missing vfs patches (syncfs error) so those
need to be tested in 5.10 as well before being posted again.

I will send these 5 patches to stable in a few days if there are no
further comments.

Thanks,
Amir.

Changes since [v1]:
- Leave 5 out of 11
- Accked by Darrick

[1] https://lore.kernel.org/linux-xfs/20220616182749.1200971-1-leah.rumancik@gmail.com/
[v1] https://lore.kernel.org/linux-xfs/20220617100641.1653164-1-amir73il@gmail.com/

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(-)