linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Sterba <dsterba@suse.cz>
To: Qu Wenruo <wqu@suse.com>
Cc: linux-btrfs@vger.kernel.org, Anand Jain <anand.jain@oracle.com>
Subject: Re: [PATCH v8 12/18] btrfs: reject raid5/6 fs for subpage
Date: Wed, 28 Jul 2021 15:30:21 +0200	[thread overview]
Message-ID: <20210728133021.GJ5047@twin.jikos.cz> (raw)
In-Reply-To: <20210726063507.160396-13-wqu@suse.com>

On Mon, Jul 26, 2021 at 02:35:01PM +0800, Qu Wenruo wrote:
> +			btrfs_err(fs_info,
> +	"raid5/6 is not yet supported for sector size %u with page size %lu",
> +				sectorsize, PAGE_SIZE);

> +		btrfs_err(fs_info,
> +	"RAID5/6 is not supported yet for sectorsize %u with page size %lu",
> +			  fs_info->sectorsize, PAGE_SIZE);

The error messages should use same spelling so I've changed both to say
"RAID56".

  reply	other threads:[~2021-07-28 13:33 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-26  6:34 [PATCH v8 00/18] btrfs: add data write support for subpage Qu Wenruo
2021-07-26  6:34 ` [PATCH v8 01/18] btrfs: properly reset @this_bio_flag in btrfs_do_readpage() to avoid inheriting old bio flags to next extent Qu Wenruo
2021-07-26  6:34 ` [PATCH v8 02/18] btrfs: fix NULL pointer dereference when reading two compressed extent inside the same page Qu Wenruo
2021-07-26  6:34 ` [PATCH v8 03/18] btrfs: disable compressed readahead for subpage Qu Wenruo
2021-07-26  6:34 ` [PATCH v8 04/18] btrfs: grab correct extent map for subpage compressed extent read Qu Wenruo
2021-07-26  6:34 ` [PATCH v8 05/18] btrfs: rework btrfs_decompress_buf2page() Qu Wenruo
2021-07-28 13:23   ` David Sterba
2021-07-26  6:34 ` [PATCH v8 06/18] btrfs: rework lzo_decompress_bio() to make it subpage compatible Qu Wenruo
2021-07-28 13:26   ` David Sterba
2021-07-26  6:34 ` [PATCH v8 07/18] btrfs: extract relocation page read and dirty part into its own function Qu Wenruo
2021-07-26  6:34 ` [PATCH v8 08/18] btrfs: make relocate_one_page() to handle subpage case Qu Wenruo
2021-07-26  6:34 ` [PATCH v8 09/18] btrfs: fix wild subpage writeback which does not have ordered extent Qu Wenruo
2021-07-28 13:28   ` David Sterba
2021-07-26  6:34 ` [PATCH v8 10/18] btrfs: disable inline extent creation for subpage Qu Wenruo
2021-07-26  6:35 ` [PATCH v8 11/18] btrfs: allow submit_extent_page() to do bio split " Qu Wenruo
2021-07-26  6:35 ` [PATCH v8 12/18] btrfs: reject raid5/6 fs " Qu Wenruo
2021-07-28 13:30   ` David Sterba [this message]
2021-07-26  6:35 ` [PATCH v8 13/18] btrfs: fix a crash caused by race between prepare_pages() and btrfs_releasepage() Qu Wenruo
2021-07-26  6:35 ` [PATCH v8 14/18] btrfs: fix a use-after-free bug in writeback subpage helper Qu Wenruo
2021-07-26  6:35 ` [PATCH v8 15/18] btrfs: fix a subpage false alert for relocating partial preallocated data extents Qu Wenruo
2021-07-26  6:35 ` [PATCH v8 16/18] btrfs: fix a subpage relocation data corruption Qu Wenruo
2021-07-26  6:35 ` [PATCH v8 17/18] btrfs: allow read-write for 4K sectorsize on 64K page size systems Qu Wenruo
2021-07-26  6:35 ` [PATCH v8 18/18] btrfs: unify the error paths in __extent_writepage() for subpage and regular sectorsize Qu Wenruo
2021-07-26 10:08 ` [PATCH v8 00/18] btrfs: add data write support for subpage Neal Gompa
2021-07-26 10:31   ` Qu Wenruo
2021-07-27  9:10 ` David Sterba
2021-07-27  9:35   ` Qu Wenruo

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=20210728133021.GJ5047@twin.jikos.cz \
    --to=dsterba@suse.cz \
    --cc=anand.jain@oracle.com \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=wqu@suse.com \
    /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).