public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <darrick.wong@oracle.com>
To: tytso@mit.edu, darrick.wong@oracle.com
Cc: linux-ext4@vger.kernel.org
Subject: [PATCH 0/8] e2fsprogs: save checksum seeds; misc fixes
Date: Fri, 04 Dec 2015 18:44:16 -0800	[thread overview]
Message-ID: <20151205024416.31087.14808.stgit@birch.djwong.org> (raw)

Hi all,

Here's a short patch series that rolls up all my pending fixes for
e2fsprogs.  The first five patches introduce the "metdata_csum_seed"
feature which decouples the metadata block checksums from the FS UUID
so that said UUID can be changed while the FS is mounted.

Patch #6 fixes filefrag not to report holes as fragmentation.

Patch #7 changes tune2fs so that prior to making invasive changes to
the filesystem it'll check that the FS has been fsck'd recently and if
so confirms with the administrator that they actually want to proceed.

Patch #8 teaches tune2fs to recover the journal if necessary.  This
prevents tune2fs modifications from being clobbered by a journal
replay.

The patchset should apply cleanly against the -next branch as of 30
November.  Comments and questions are, as always, welcome.

--D

             reply	other threads:[~2015-12-05  2:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-05  2:44 Darrick J. Wong [this message]
2015-12-05  2:44 ` [PATCH 1/8] libext2fs: store checksum seed in superblock Darrick J. Wong
2015-12-05  2:44 ` [PATCH 2/8] tune2fs: allow user to turn on saving the checksum seed Darrick J. Wong
2015-12-05  2:44 ` [PATCH 3/8] e2fsck: check the checksum seed feature flag is set correctly Darrick J. Wong
2015-12-05  2:44 ` [PATCH 4/8] mke2fs: store checksum seed at format time Darrick J. Wong
2015-12-05  2:44 ` [PATCH 5/8] tests: check proper operation of metadata_csum_seed Darrick J. Wong
2015-12-05  2:44 ` [PATCH 6/8] filefrag: accommodate holes when calculating expected values Darrick J. Wong
2015-12-05  2:45 ` [PATCH 7/8] tune2fs: confirm dangerous operations Darrick J. Wong
2015-12-05  2:45 ` [PATCH 8/8] tune2fs: recover the journal Darrick J. Wong
2015-12-05  5:15 ` [PATCH 0/8] e2fsprogs: save checksum seeds; misc fixes Andreas Dilger

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=20151205024416.31087.14808.stgit@birch.djwong.org \
    --to=darrick.wong@oracle.com \
    --cc=linux-ext4@vger.kernel.org \
    --cc=tytso@mit.edu \
    /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