From mboxrd@z Thu Jan 1 00:00:00 1970 From: Abhi Das Date: Thu, 24 Sep 2020 22:46:22 -0500 Subject: [Cluster-devel] [PATCH v2 0/3] gfs2: local statfs improvements Message-ID: <20200925034625.56517-1-adas@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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