From: Nikolay Borisov <nborisov@suse.com>
To: linux-btrfs@vger.kernel.org
Cc: Nikolay Borisov <nborisov@suse.com>
Subject: [PATCH 0/3] Misc btrfs-progs fixes
Date: Wed, 30 Oct 2019 14:22:24 +0200 [thread overview]
Message-ID: <20191030122227.28496-1-nborisov@suse.com> (raw)
Here are 2 cleanups and 1 minor fix for mkfs. The gist of the fix is to ensure
sub_stripes is always set to 1 when mkfs creates blockgroups with alloc profile
different than RAID10. This what kernels does.
The other 2 patches are simple cleanups which reduce the number of arguments
of btrfs_alloc_data_chunk.
Nikolay Borisov (3):
btrfs-progs: Initialize sub_stripes to 1 in btrfs_alloc_data_chunk
btrfs-progs: Remove type argument from btrfs_alloc_data_chunk
btrfs-progs: Remove convert param from btrfs_alloc_data_chunk
convert/main.c | 4 +---
volumes.c | 52 ++++++++++++++++++----------------------------------
volumes.h | 3 +--
3 files changed, 20 insertions(+), 39 deletions(-)
--
2.7.4
next reply other threads:[~2019-10-30 12:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-30 12:22 Nikolay Borisov [this message]
2019-10-30 12:22 ` [PATCH 1/3] btrfs-progs: Initialize sub_stripes to 1 in btrfs_alloc_data_chunk Nikolay Borisov
2019-10-30 12:42 ` Qu Wenruo
2019-10-30 12:22 ` [PATCH 2/3] btrfs-progs: Remove type argument from btrfs_alloc_data_chunk Nikolay Borisov
2019-10-30 12:42 ` Qu Wenruo
2019-10-30 12:22 ` [PATCH 3/3] btrfs-progs: Remove convert param " Nikolay Borisov
2019-10-30 12:45 ` Qu Wenruo
2019-11-15 12:22 ` [PATCH 0/3] Misc btrfs-progs fixes 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=20191030122227.28496-1-nborisov@suse.com \
--to=nborisov@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