linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] mkfs: various cleanups
@ 2017-12-18  9:11 Dave Chinner
  2017-12-18  9:11 ` [PATCH 1/7] mkfs: use opts parameter during option parsing Dave Chinner
                   ` (6 more replies)
  0 siblings, 7 replies; 23+ messages in thread
From: Dave Chinner @ 2017-12-18  9:11 UTC (permalink / raw)
  To: linux-xfs

Hi folks,

This patchset follows up the mkfs refactoring and cleans up some of
the loose ends in that patchset. The first patch makes all the
option parsing use option table poitners consistently. The second
patch gets rid of mkfs/maxtrres.c as we don't need to build a whole
new superblock from individual config state anymore. The third patch
fixes a double call to setup the protofile.

THe next three patches allow the option table to specify conflicts
with options ouside the immediate subsystem. This cleans up the
implicit index in teh subopt name arrays and fixes some suboptimal
error messages.

Finally, the last patch removes all the log-based size options for
different parameters. We don't use them anywhere in xfstests, and
very few people use them, so just remove all the redundant options
and clean up the code to consistently calculate the log based values
needed in the superblock.

Thoughts, comments, flames all welcome...

-Dave.

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

end of thread, other threads:[~2017-12-28 21:45 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-18  9:11 [PATCH 0/7] mkfs: various cleanups Dave Chinner
2017-12-18  9:11 ` [PATCH 1/7] mkfs: use opts parameter during option parsing Dave Chinner
2017-12-20  2:47   ` Darrick J. Wong
2017-12-18  9:11 ` [PATCH 2/7] mkfs: simplify minimum log size calculation Dave Chinner
2017-12-20  3:02   ` Darrick J. Wong
2017-12-18  9:11 ` [PATCH 3/7] mkfs: protofile only needs to be set up once Dave Chinner
2017-12-20  2:48   ` Darrick J. Wong
2017-12-18  9:11 ` [PATCH 4/7] mkfs: support arbitrary conflict specification Dave Chinner
2017-12-20  2:53   ` Darrick J. Wong
2017-12-20  3:52     ` Dave Chinner
2017-12-24 20:45       ` Eric Sandeen
2017-12-28 21:45         ` Eric Sandeen
2017-12-18  9:11 ` [PATCH 5/7] mkfs: convert subopt name,val pairs to enums and declared arrays Dave Chinner
2017-12-20  2:56   ` Darrick J. Wong
2017-12-18  9:11 ` [PATCH 6/7] mkfs: resolve sector size CLI conflicts Dave Chinner
2017-12-20  2:59   ` Darrick J. Wong
2017-12-20  3:56     ` Dave Chinner
2017-12-28 21:36       ` Eric Sandeen
2017-12-18  9:11 ` [PATCH 7/7] mkfs: remove logarithm based CLI options Dave Chinner
2017-12-20  3:01   ` Darrick J. Wong
2017-12-20  4:01     ` Dave Chinner
2017-12-20  5:21       ` Darrick J. Wong
2017-12-28 21:35         ` Eric Sandeen

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