All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5.15 v4 0/7] xfs stable patches for 5.15.y
@ 2022-06-28 18:39 Leah Rumancik
  2022-06-28 18:39 ` [PATCH 5.15 v4 1/7] xfs: use kmem_cache_free() for kmem_cache objects Leah Rumancik
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Leah Rumancik @ 2022-06-28 18:39 UTC (permalink / raw)
  To: stable; +Cc: linux-xfs, amir73il, Leah Rumancik

Hi Greg and Sasha,

This is the 5.15.y series corresponding to the 5.10.y set that Amir
recently sent out [1]. These patches have been tested on both 5.10.y
and 5.15.y with no regressions found. This series has been ACK'ed by
the XFS developers for 5.15.y and are ready for 5.15 stable.

Best,
Leah

Changes from [v3]:
- Post to stable

Changes from [v2]:
- Drop SGID fix [2]
- Added Acks from Darrick for remaining patches

Changes from [v1]:
- Increased testing
- Reduced patch set to overlap with 5.10 patches


[v1]: https://lore.kernel.org/linux-xfs/20220603184701.3117780-1-leah.rumancik@gmail.com/
[v2]: https://lore.kernel.org/linux-xfs/20220616182749.1200971-1-leah.rumancik@gmail.com/
[v3]: https://lore.kernel.org/linux-xfs/20220623203641.1710377-1-leah.rumancik@gmail.com/

[1] https://lore.kernel.org/linux-xfs/20220627065140.2798412-1-amir73il@gmail.com/
[2] https://lore.kernel.org/linux-xfs/20220617100641.1653164-12-amir73il@gmail.com/


Brian Foster (1):
  xfs: punch out data fork delalloc blocks on COW writeback failure

Darrick J. Wong (3):
  xfs: remove all COW fork extents when remounting readonly
  xfs: prevent UAF in xfs_log_item_in_current_chkpt
  xfs: only bother with sync_filesystem during readonly remount

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      | 17 +++++++----------
 fs/xfs/xfs_aops.c             | 15 ++++++++++++---
 fs/xfs/xfs_buf_item_recover.c |  2 +-
 fs/xfs/xfs_extfree_item.c     |  6 +++---
 fs/xfs/xfs_log_cil.c          |  6 +++---
 fs/xfs/xfs_super.c            | 21 ++++++++++++++++-----
 6 files changed, 42 insertions(+), 25 deletions(-)

-- 
2.37.0.rc0.161.g10f37bed90-goog


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-06-30 11:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-28 18:39 [PATCH 5.15 v4 0/7] xfs stable patches for 5.15.y Leah Rumancik
2022-06-28 18:39 ` [PATCH 5.15 v4 1/7] xfs: use kmem_cache_free() for kmem_cache objects Leah Rumancik
2022-06-28 18:39 ` [PATCH 5.15 v4 2/7] xfs: punch out data fork delalloc blocks on COW writeback failure Leah Rumancik
2022-06-28 18:39 ` [PATCH 5.15 v4 3/7] xfs: Fix the free logic of state in xfs_attr_node_hasname Leah Rumancik
2022-06-28 18:39 ` [PATCH 5.15 v4 4/7] xfs: remove all COW fork extents when remounting readonly Leah Rumancik
2022-06-28 18:39 ` [PATCH 5.15 v4 5/7] xfs: check sb_meta_uuid for dabuf buffer recovery Leah Rumancik
2022-06-28 18:39 ` [PATCH 5.15 v4 6/7] xfs: prevent UAF in xfs_log_item_in_current_chkpt Leah Rumancik
2022-06-28 18:39 ` [PATCH 5.15 v4 7/7] xfs: only bother with sync_filesystem during readonly remount Leah Rumancik
2022-06-30 11:22 ` [PATCH 5.15 v4 0/7] xfs stable patches for 5.15.y Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.