linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] mkfs: large fs IO scalability improvements
@ 2018-09-04  8:28 Dave Chinner
  2018-09-04  8:28 ` [PATCH 1/2] mkfs: stop zeroing old superblocks excessively Dave Chinner
  2018-09-04  8:28 ` [PATCH 2/2] mkfs: rework AG header initialisation ordering Dave Chinner
  0 siblings, 2 replies; 3+ messages in thread
From: Dave Chinner @ 2018-09-04  8:28 UTC (permalink / raw)
  To: linux-xfs

Hi folks,

These are the patches that fell out of looking at why making an 8EB
filesystem was taking so long on one of my faster VMs. Sure, it's
millions of IOs, but there was 3x as much IO as there should have
been, and a large amount of it was unexpected, inefficient RMW
cycles cycles during free list initialisation.

Details in the patches, I don't think there's anything controversial
in them. Let me know what you think.

Cheers,

Dave.

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

end of thread, other threads:[~2018-09-04 12:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-04  8:28 [RFC PATCH 0/2] mkfs: large fs IO scalability improvements Dave Chinner
2018-09-04  8:28 ` [PATCH 1/2] mkfs: stop zeroing old superblocks excessively Dave Chinner
2018-09-04  8:28 ` [PATCH 2/2] mkfs: rework AG header initialisation ordering Dave Chinner

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