cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [GFS2 PATCH 0/2] GFS2: Bulk submit ordered writes
@ 2018-05-14 14:18 Bob Peterson
  2018-05-14 14:18 ` [Cluster-devel] [GFS2 PATCH 1/2] GFS2: Move function gfs2_ordered_wait before ordered_write Bob Peterson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bob Peterson @ 2018-05-14 14:18 UTC (permalink / raw)
  To: cluster-devel.redhat.com

This patch set is designed to submit the ordered writes list in bulk.
This is a performance enhancement from the way we currently do it,
which is submit->wait->submit->wait. Submitting them in bulk takes
better advantage of the io elevator and vfs below us.

The first patch merely moves function gfs2_ordered_wait. The second
patch implements the actual change.

Bob Peterson (2):
  GFS2: Move function gfs2_ordered_wait before ordered_write
  GFS2: Submit all ordered writes in bulk, wait after that

 fs/gfs2/log.c | 48 +++++++++++++++++++++++++++++++-----------------
 1 file changed, 31 insertions(+), 17 deletions(-)

-- 
2.17.0



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

end of thread, other threads:[~2018-05-15 20:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-14 14:18 [Cluster-devel] [GFS2 PATCH 0/2] GFS2: Bulk submit ordered writes Bob Peterson
2018-05-14 14:18 ` [Cluster-devel] [GFS2 PATCH 1/2] GFS2: Move function gfs2_ordered_wait before ordered_write Bob Peterson
2018-05-14 14:18 ` [Cluster-devel] [GFS2 PATCH 2/2] GFS2: Submit all ordered writes in bulk, wait after that Bob Peterson
2018-05-15 20:31 ` Andreas Gruenbacher

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