cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [GFS2 v2 PATCH 0/4] Speed up journal head lookup
@ 2018-09-10 14:56 Abhi Das
  2018-09-10 14:56 ` [Cluster-devel] [GFS2 v2 PATCH 1/4] gfs2: add timing info to map_journal_extents Abhi Das
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Abhi Das @ 2018-09-10 14:56 UTC (permalink / raw)
  To: cluster-devel.redhat.com

This is a revised version of the patchset I'd posted a few days
ago. It contains fixes and some cleanup suggested by Andreas
and Bob.

It is slightly different in parts from the rhel7 patchset I'd posted
originally, owing to some bits already being present and the hash/crc
computation code being different due to the updated log header structure.

Cheers!
--Abhi

Abhi Das (4):
  gfs2: add timing info to map_journal_extents
  gfs2: changes to gfs2_log_XXX_bio
  gfs2: add a helper function to get_log_header that can be used
    elsewhere
  gfs2: read journal in large chunks to locate the head

 fs/gfs2/bmap.c       |   8 ++-
 fs/gfs2/incore.h     |   8 ++-
 fs/gfs2/log.c        |   4 +-
 fs/gfs2/lops.c       | 180 +++++++++++++++++++++++++++++++++++++--------------
 fs/gfs2/lops.h       |   3 +-
 fs/gfs2/ops_fstype.c |   1 +
 fs/gfs2/recovery.c   | 168 ++++++++++++-----------------------------------
 fs/gfs2/recovery.h   |   2 +
 8 files changed, 194 insertions(+), 180 deletions(-)

-- 
2.4.11



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

end of thread, other threads:[~2018-09-10 18:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-10 14:56 [Cluster-devel] [GFS2 v2 PATCH 0/4] Speed up journal head lookup Abhi Das
2018-09-10 14:56 ` [Cluster-devel] [GFS2 v2 PATCH 1/4] gfs2: add timing info to map_journal_extents Abhi Das
2018-09-10 14:56 ` [Cluster-devel] [GFS2 v2 PATCH 2/4] gfs2: changes to gfs2_log_XXX_bio Abhi Das
2018-09-10 14:56 ` [Cluster-devel] [GFS2 v2 PATCH 3/4] gfs2: add a helper function to get_log_header that can be used elsewhere Abhi Das
2018-09-10 14:56 ` [Cluster-devel] [GFS2 v2 PATCH 4/4] gfs2: read journal in large chunks to locate the head Abhi Das
2018-09-10 15:35 ` [Cluster-devel] [GFS2 v2 PATCH 0/4] Speed up journal head lookup Andreas Gruenbacher
2018-09-10 15:46 ` Bob Peterson
2018-09-10 16:28   ` Abhijith Das
2018-09-10 18:46 ` Abhijith Das

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