linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] xfs: iclog small cleanup
@ 2025-06-20  7:07 cem
  2025-06-20  7:07 ` [PATCH 1/2] xfs: replace iclogs circular list with a list_head cem
  2025-06-20  7:08 ` [PATCH 2/2] xfs: kill xlog_in_core_2_t typedef cem
  0 siblings, 2 replies; 12+ messages in thread
From: cem @ 2025-06-20  7:07 UTC (permalink / raw)
  To: linux-xfs; +Cc: hch, david, djwong

From: Carlos Maiolino <cem@kernel.org>

I noticed that the iclogs circular ring could be simplified by replacing
the current infra-structure with the list_head framework. As a bonus,
another typedef goes away.

I've been testing this successfully on xfstests with no apparent issues

Carlos Maiolino (2):
  xfs: replace iclogs circular list with a list_head
  xfs: kill xlog_in_core_2_t typedef

 fs/xfs/libxfs/xfs_log_format.h |   4 +-
 fs/xfs/xfs_log.c               | 136 ++++++++++++++-------------------
 fs/xfs/xfs_log_cil.c           |  13 +++-
 fs/xfs/xfs_log_priv.h          |  13 ++--
 fs/xfs/xfs_log_recover.c       |   2 +-
 5 files changed, 76 insertions(+), 92 deletions(-)

Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
-- 
2.49.0


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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-20  7:07 [PATCH 0/2] xfs: iclog small cleanup cem
2025-06-20  7:07 ` [PATCH 1/2] xfs: replace iclogs circular list with a list_head cem
2025-06-24  2:16   ` Dave Chinner
2025-06-24  4:43     ` Carlos Maiolino
2025-06-24 13:57     ` Christoph Hellwig
2025-06-24 18:17       ` Carlos Maiolino
2025-06-25  6:21         ` Christoph Hellwig
2025-06-25  8:20           ` Carlos Maiolino
2025-06-25 11:22             ` Christoph Hellwig
2025-06-20  7:08 ` [PATCH 2/2] xfs: kill xlog_in_core_2_t typedef cem
2025-06-24 13:59   ` Christoph Hellwig
2025-06-25  8:21     ` Carlos Maiolino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).