All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5.15 v2 0/6] xfs stable candidate patches for 5.15.y (part 3)
@ 2022-07-21 21:36 Leah Rumancik
  2022-07-21 21:36 ` [PATCH 5.15 v2 1/6] xfs: fix maxlevels comparisons in the btree staging code Leah Rumancik
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Leah Rumancik @ 2022-07-21 21:36 UTC (permalink / raw)
  To: stable, linux-xfs; +Cc: amir73il, Leah Rumancik

Hi again,

This set contains fixes from 5.16 to 5.17. The normal testing was run
for this set with no regressions found.

Some refactoring patches were included in this set as dependencies:

bf2307b19513 xfs: fold perag loop iteration logic into helper function
    dependency for f1788b5e5ee25bedf00bb4d25f82b93820d61189
f1788b5e5ee2 xfs: rename the next_agno perag iteration variable
    dependency for 8ed004eb9d07a5d6114db3e97a166707c186262d

Thanks,
Leah

v1->v2:
- Dropped 3 patches of scrub fixes
- Added Ack's

v1: https://lore.kernel.org/linux-xfs/20220718202959.1611129-1-leah.rumancik@gmail.com/

Brian Foster (4):
  xfs: fold perag loop iteration logic into helper function
  xfs: rename the next_agno perag iteration variable
  xfs: terminate perag iteration reliably on agcount
  xfs: fix perag reference leak on iteration race with growfs

Dan Carpenter (1):
  xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()

Darrick J. Wong (1):
  xfs: fix maxlevels comparisons in the btree staging code

 fs/xfs/libxfs/xfs_ag.h            | 36 ++++++++++++++++++-------------
 fs/xfs/libxfs/xfs_btree_staging.c |  4 ++--
 fs/xfs/xfs_ioctl.c                |  2 +-
 fs/xfs/xfs_ioctl.h                |  5 +++--
 4 files changed, 27 insertions(+), 20 deletions(-)

-- 
2.37.1.359.gd136c6c3e2-goog


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

end of thread, other threads:[~2022-07-23 15:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-21 21:36 [PATCH 5.15 v2 0/6] xfs stable candidate patches for 5.15.y (part 3) Leah Rumancik
2022-07-21 21:36 ` [PATCH 5.15 v2 1/6] xfs: fix maxlevels comparisons in the btree staging code Leah Rumancik
2022-07-21 21:36 ` [PATCH 5.15 v2 2/6] xfs: fold perag loop iteration logic into helper function Leah Rumancik
2022-07-21 21:36 ` [PATCH 5.15 v2 3/6] xfs: rename the next_agno perag iteration variable Leah Rumancik
2022-07-21 21:36 ` [PATCH 5.15 v2 4/6] xfs: terminate perag iteration reliably on agcount Leah Rumancik
2022-07-21 21:36 ` [PATCH 5.15 v2 5/6] xfs: fix perag reference leak on iteration race with growfs Leah Rumancik
2022-07-21 21:36 ` [PATCH 5.15 v2 6/6] xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list() Leah Rumancik
2022-07-23 15:25 ` [PATCH 5.15 v2 0/6] xfs stable candidate patches for 5.15.y (part 3) 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.