From: Eric Whitney <enwlinux@gmail.com>
To: linux-ext4@vger.kernel.org
Cc: tytso@mit.edu
Subject: [PATCH 0/4] ext4: bigalloc partial cluster handling fixes
Date: Fri, 21 Nov 2014 09:52:47 -0500 [thread overview]
Message-ID: <20141121145247.GA30246@wallace> (raw)
Some xfstests that perform hole punching operations fail as a result of
partial cluster handling bugs when run on bigalloc file systems. These
failures are manifested in the form of bad i_blocks values and block
bitmap differences reported by e2fsck when it is run on the test
filesystem at the conclusion of these xfstests. e2fsck typically
reports that the file system is inconsistent, and messages may appear
in the kernel log indicating that freed blocks are already on the
to-be-freed list, a block bitmap is corrupt, etc. Depending upon the
bug encountered, both overfreeing and underfreeing of blocks can occur.
Examples of these xfstests include generic/300 and shared/298. Once
the first patch in this series is applied, new failures (generic/013,
for example) may appear and then disappear with successive patch
applications until all have been applied.
Eric Whitney (4):
ext4: fix partial cluster initialization
ext4: fix end of leaf partial cluster handling
ext4: miscellaneous partial cluster cleanups
ext4: fix end of region partial cluster handling
fs/ext4/extents.c | 169 +++++++++++++++++++++++++++++-------------------------
1 file changed, 92 insertions(+), 77 deletions(-)
--
1.9.1
reply other threads:[~2014-11-21 14:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20141121145247.GA30246@wallace \
--to=enwlinux@gmail.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;
as well as URLs for NNTP newsgroup(s).