cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Abhi Das <adas@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH 0/3] local statfs improvements
Date: Thu, 13 Aug 2020 15:01:11 -0500	[thread overview]
Message-ID: <20200813200114.5665-1-adas@redhat.com> (raw)

With this patchset, we don't write to the local statfs file
anymore. The local statfs data is written into the journal
and synced to the master statfs file during a log flush or
during recovery.

Abhi Das (3):
  gfs2: Don't write updates to local statfs file
  gfs2: Add fields for statfs info in struct gfs2_log_header_host
  gfs2: Recover statfs info in journal head

 fs/gfs2/incore.h   |   4 ++
 fs/gfs2/lops.c     |  12 ++++-
 fs/gfs2/lops.h     |   1 +
 fs/gfs2/recovery.c | 125 +++++++++++++++++++++++++++++++++++++++++++++
 fs/gfs2/super.c    |   2 +-
 fs/gfs2/super.h    |   2 +
 6 files changed, 143 insertions(+), 3 deletions(-)

-- 
2.20.1



             reply	other threads:[~2020-08-13 20:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-13 20:01 Abhi Das [this message]
2020-08-13 20:01 ` [Cluster-devel] [PATCH 1/3] gfs2: Don't write updates to local statfs file Abhi Das
2020-08-19 17:07   ` Bob Peterson
2020-08-20 11:04     ` Abhijith Das
2020-08-20 11:23       ` Steven Whitehouse
2020-08-13 20:01 ` [Cluster-devel] [PATCH 2/3] gfs2: Add fields for statfs info in struct gfs2_log_header_host Abhi Das
2020-08-13 20:01 ` [Cluster-devel] [PATCH 3/3] gfs2: Recover statfs info in journal head Abhi Das
2020-08-19 17:27   ` Bob Peterson
2020-08-20 11:07     ` Abhijith Das

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200813200114.5665-1-adas@redhat.com \
    --to=adas@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).