From: David Sterba <dsterba@suse.com>
To: linux-btrfs@vger.kernel.org
Cc: David Sterba <dsterba@suse.com>
Subject: [PATCH 00/13] Btrfs-progs: partial mkfs/convert, error handling, cleanups
Date: Tue, 23 Aug 2016 12:25:04 +0200 [thread overview]
Message-ID: <1471947917-5324-1-git-send-email-dsterba@suse.com> (raw)
Hi,
this series mainly improves error handling in mkfs and convert, plus the
collaterals. There were too many BUG_ONs, now there are 0 in mkfs.c. There's
still work to do, eg. in the generic functions.
The improvement idea is to be able to safely leave around an unfinished
filesystem image, so the error handling is just "report & return". The signature
is intentionally bogus until the entire filesystem is constructed.
This is now in devel.
David Sterba (13):
btrfs-progs: pass OPEN_CTREE flags as unsigned
btrfs-progs: make superblock reading/scanning api more generic
btrfs-progs: introduce signature for a partially set up filesystem
btrfs-progs: mkfs: do not scan partially initialized devices
btrfs-progs: two staged filesystem creation
btrfs-progs: mkfs: return errors from block group creation functions
btrfs-progs: mkfs: improve error handling in main()
btrfs-progs: mkfs: improve error handling in recow_roots
btrfs-progs: document all btrfs_open_ctree_flags
btrfs-progs: mkfs: switch BUG_ON to error handling in
traverse_directory
btrfs-progs: mkfs: handle and report transaction commit failures
btrfs-progs: mkfs: help and usage now to to stdout
btrfs-progs: mkfs: clean up make_image
btrfs-convert.c | 7 +-
btrfstune.c | 2 +-
chunk-recover.c | 8 +-
cmds-check.c | 2 +-
cmds-filesystem.c | 2 +-
ctree.h | 7 ++
disk-io.c | 66 ++++++++++-----
disk-io.h | 69 ++++++++++-----
mkfs.c | 246 ++++++++++++++++++++++++++++++++++++------------------
super-recover.c | 3 +-
utils.c | 22 +++--
volumes.c | 4 +-
volumes.h | 2 +-
13 files changed, 299 insertions(+), 141 deletions(-)
--
2.7.1
next reply other threads:[~2016-08-23 10:43 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-23 10:25 David Sterba [this message]
2016-08-23 10:25 ` [PATCH 01/13] btrfs-progs: pass OPEN_CTREE flags as unsigned David Sterba
2016-08-24 10:24 ` Anand Jain
2016-08-23 10:25 ` [PATCH 02/13] btrfs-progs: make superblock reading/scanning api more generic David Sterba
2016-08-23 10:25 ` [PATCH 03/13] btrfs-progs: introduce signature for a partially set up filesystem David Sterba
2016-08-23 10:25 ` [PATCH 04/13] btrfs-progs: mkfs: do not scan partially initialized devices David Sterba
2016-08-23 10:25 ` [PATCH 05/13] btrfs-progs: two staged filesystem creation David Sterba
2016-08-24 10:27 ` Anand Jain
2016-08-23 10:25 ` [PATCH 06/13] btrfs-progs: mkfs: return errors from block group creation functions David Sterba
2016-08-23 10:25 ` [PATCH 07/13] btrfs-progs: mkfs: improve error handling in main() David Sterba
2016-08-23 10:25 ` [PATCH 08/13] btrfs-progs: mkfs: improve error handling in recow_roots David Sterba
2016-08-23 10:25 ` [PATCH 09/13] btrfs-progs: document all btrfs_open_ctree_flags David Sterba
2016-08-23 10:25 ` [PATCH 10/13] btrfs-progs: mkfs: switch BUG_ON to error handling in traverse_directory David Sterba
2016-08-23 10:25 ` [PATCH 11/13] btrfs-progs: mkfs: handle and report transaction commit failures David Sterba
2016-08-23 10:25 ` [PATCH 12/13] btrfs-progs: mkfs: help and usage now to to stdout David Sterba
2016-08-23 10:25 ` [PATCH 13/13] btrfs-progs: mkfs: clean up make_image David Sterba
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=1471947917-5324-1-git-send-email-dsterba@suse.com \
--to=dsterba@suse.com \
--cc=linux-btrfs@vger.kernel.org \
/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).