All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH v2 0/3] gfs2: local statfs improvements
@ 2020-09-25  3:46 Abhi Das
  2020-09-25  3:46 ` [Cluster-devel] [PATCH v2 1/3] gfs2: Add fields for statfs info in struct gfs2_log_header_host Abhi Das
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Abhi Das @ 2020-09-25  3:46 UTC (permalink / raw)
  To: cluster-devel.redhat.com

This patchset allows gfs2 to sync statfs info from the journal to the
master statfs file during a log flush or during recovery. We still
write to the local statfs file to allow older versions to recover the
statfs info of newer kernels with this patchset.

Abhi Das (3):
  gfs2: Add fields for statfs info in struct gfs2_log_header_host
  gfs2: lookup local statfs inodes at mount time
  gfs2: Recover statfs info in journal head

 fs/gfs2/incore.h     | 11 +++++++
 fs/gfs2/lops.c       |  2 +-
 fs/gfs2/lops.h       |  1 +
 fs/gfs2/ops_fstype.c | 32 ++++++++++++++-----
 fs/gfs2/recovery.c   | 75 ++++++++++++++++++++++++++++++++++++++++++++
 fs/gfs2/super.c      | 30 ++++++++++++++++--
 fs/gfs2/super.h      |  5 +++
 7 files changed, 145 insertions(+), 11 deletions(-)

-- 
2.20.1



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

end of thread, other threads:[~2020-10-15 14:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-25  3:46 [Cluster-devel] [PATCH v2 0/3] gfs2: local statfs improvements Abhi Das
2020-09-25  3:46 ` [Cluster-devel] [PATCH v2 1/3] gfs2: Add fields for statfs info in struct gfs2_log_header_host Abhi Das
2020-09-25  3:46 ` [Cluster-devel] [PATCH v2 2/3] gfs2: lookup local statfs inodes at mount time Abhi Das
2020-09-25  3:46 ` [Cluster-devel] [PATCH v2 3/3] gfs2: Recover statfs info in journal head Abhi Das
2020-10-15 12:05 ` [Cluster-devel] [PATCH v2 0/3] gfs2: local statfs improvements Andreas Gruenbacher
2020-10-15 14:49 ` Andreas Gruenbacher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.