linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] xfs: refactors for xfsprogs
@ 2018-01-05  3:39 Darrick J. Wong
  2018-01-05  3:39 ` [PATCH 1/3] xfs: trace log reservations at mount time Darrick J. Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Darrick J. Wong @ 2018-01-05  3:39 UTC (permalink / raw)
  To: darrick.wong; +Cc: linux-xfs

Hi all,

This is a short patch series of libxfs refactors mostly done for the
benefit of debugging purposes and fixing things in xfsprogs:

The first patch reports transaction reservation data via tracepoints;
eventually xfs_db will grow a similar command so that one can compare
transaction reservations to debug "log minimum size checks fail on
freshly mkfs'd fs" problems.

Patches 2 & 3 move the xfs_fsop_geometry generator function into
libsxfs so that xfsprogs can have common functions to generate the
geometry from a superblock and print the geometry.  Eventually I'll
teach xfs_db, mkfs, and xfs_spaceman to query fs geometry (either
directly or via ioctl) and then pretty print the same information.

--D

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

end of thread, other threads:[~2018-01-05 19:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-05  3:39 [PATCH 0/3] xfs: refactors for xfsprogs Darrick J. Wong
2018-01-05  3:39 ` [PATCH 1/3] xfs: trace log reservations at mount time Darrick J. Wong
2018-01-05 13:08   ` Brian Foster
2018-01-05  3:39 ` [PATCH 2/3] xfs: hoist xfs_fs_geometry to libxfs Darrick J. Wong
2018-01-05 13:08   ` Brian Foster
2018-01-05  3:39 ` [PATCH 3/3] xfs: refactor the geometry structure filling function Darrick J. Wong
2018-01-05 13:08   ` Brian Foster
2018-01-05 17:25     ` Darrick J. Wong
2018-01-05 17:34   ` [PATCH v2 " Darrick J. Wong
2018-01-05 19:02     ` Brian Foster

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