linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* misc cleanups v3
@ 2025-07-07 12:53 Christoph Hellwig
  2025-07-07 12:53 ` [PATCH 1/5] xfs: clean up the initial read logic in xfs_readsb Christoph Hellwig
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Christoph Hellwig @ 2025-07-07 12:53 UTC (permalink / raw)
  To: Carlos Maiolino; +Cc: John Garry, Darrick J. Wong, linux-xfs

Hi all,

this series has a bunch of cleanups, mostly around the mount code and
triggered by various recent changes in the area.

Changes since v2:
 - drop a now obsolete comment
 - fix a commit message typo
 - drop the previously last patch

Changes since v1:
 - keep the bdev_validate_blocksize call
 - add a new xfs_group_type_buftarg helper
 - make the buftarg awu names even shorter
 - avoid an unused variable warning for non-DEBUG builds

Diffstat:
 xfs_buf.c            |   11 +----
 xfs_buf.h            |    7 +--
 xfs_discard.c        |   29 +++------------
 xfs_file.c           |    2 -
 xfs_inode.h          |    2 -
 xfs_iomap.c          |    2 -
 xfs_iops.c           |    2 -
 xfs_mount.c          |   97 ++++++++++++++++++++-------------------------------
 xfs_mount.h          |   17 ++++++++
 xfs_notify_failure.c |    3 -
 xfs_trace.h          |   31 +++++++---------
 11 files changed, 88 insertions(+), 115 deletions(-)

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

end of thread, other threads:[~2025-07-08 12:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-07 12:53 misc cleanups v3 Christoph Hellwig
2025-07-07 12:53 ` [PATCH 1/5] xfs: clean up the initial read logic in xfs_readsb Christoph Hellwig
2025-07-07 12:53 ` [PATCH 2/5] xfs: remove the call to sync_blockdev in xfs_configure_buftarg Christoph Hellwig
2025-07-07 12:53 ` [PATCH 3/5] xfs: add a xfs_group_type_buftarg helper Christoph Hellwig
2025-07-07 12:53 ` [PATCH 4/5] xfs: refactor xfs_calc_atomic_write_unit_max Christoph Hellwig
2025-07-07 12:53 ` [PATCH 5/5] xfs: rename the bt_bdev_* buftarg fields Christoph Hellwig
2025-07-07 12:58 ` [PATCH 6/5] xfs: remove the bt_bdev_file buftarg field Christoph Hellwig
2025-07-08 12:00 ` misc cleanups v3 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).