From mboxrd@z Thu Jan 1 00:00:00 1970 From: Abhi Das Date: Thu, 13 Aug 2020 15:01:11 -0500 Subject: [Cluster-devel] [PATCH 0/3] local statfs improvements Message-ID: <20200813200114.5665-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 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