From: Qu Wenruo <quwenruo.btrfs@gmx.com>
To: dsterba@suse.cz, Qu Wenruo <quwenruo@cn.fujitsu.com>,
linux-btrfs@vger.kernel.org, jeffm@suse.com
Subject: Re: [PATCH 00/25] Btrfs-convert rework to support native separate
Date: Thu, 26 Nov 2015 18:12:57 +0800 [thread overview]
Message-ID: <5656DB29.2030708@gmx.com> (raw)
In-Reply-To: <20151126093028.GP31035@suse.cz>
On 11/26/2015 05:30 PM, David Sterba wrote:
> On Thu, Nov 26, 2015 at 08:38:23AM +0800, Qu Wenruo wrote:
>>> As far as the conversion support stays, it's not a problem of course. I
>>> don't have a complete picture of all the actual merging conflicts, but
>>> the idea is to provide the callback abstraction v2 to allow ext2 and
>>> reiser plus allow all the changes of this pathcset.
>>>
>> Glad to hear that.
>>
>> BTW, which reiserfs progs headers are you using?
>
> Sorry I forgot to mention it, it's the latest git version,
> https://git.kernel.org/cgit/linux/kernel/git/jeffm/reiserfsprogs.git/
>
> Jeff hasn't released v3.6.25 yet. We have the git version in SUSE
> distros so it works for me here.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
Thanks, now it should be OK to continue the rebase.
But I'm a little concerned about the unstable headers, unlike ext2 its
headers is almost stable but reiserfs seems not.
What about rebasing my patch to your abstract patch (btrfs-progs:
convert: add context and operations struct to allow different file
systems) first and add back your reiserfs patch?
Your abstract patch is quite nice, although need some modification to
work with new convert.
I hope to add stable things first and don't want another reiserfs change
breaks the compile.
Thanks,
Qu
next prev parent reply other threads:[~2015-11-26 10:13 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-20 3:24 [PATCH 00/25] Btrfs-convert rework to support native separate Qu Wenruo
2015-11-20 3:24 ` [PATCH 01/25] btrfs-progs: extent-cache: Add comments for search/lookup functions Qu Wenruo
2015-11-20 3:24 ` [PATCH 02/25] btrfs-progs: extent-tree: Add add_merge_cache_extent function Qu Wenruo
2015-11-20 3:24 ` [PATCH 03/25] btrfs-progs: Add new init/free function and member for mkfs_config Qu Wenruo
2015-11-20 3:24 ` [PATCH 04/25] btrfs-progs: convert: Read and build up used space tree Qu Wenruo
2015-11-20 3:24 ` [PATCH 05/25] btrfs-progs: utils: Introduce new function to remove reserved ranges Qu Wenruo
2015-11-20 3:24 ` [PATCH 06/25] btrfs-progs: utils: Introduce function to calculate the available space Qu Wenruo
2015-11-20 3:24 ` [PATCH 07/25] btrfs-progs: Reserve space for system/meta chunks and superblock Qu Wenruo
2015-11-20 3:24 ` [PATCH 08/25] btrfs-progs: Introduce function to setup temporary superblock Qu Wenruo
2015-11-20 3:24 ` [PATCH 09/25] btrfs-progs: Introduce function to setup temporary tree root Qu Wenruo
2015-11-20 3:24 ` [PATCH 10/25] btrfs-progs: Introduce function to setup temporary chunk root Qu Wenruo
2015-11-20 3:24 ` [PATCH 11/25] btrfs-progs: Introduce function to initialize device tree Qu Wenruo
2015-11-20 3:24 ` [PATCH 12/25] btrfs-progs: Introduce function to initialize fs tree Qu Wenruo
2015-11-20 3:24 ` [PATCH 13/25] btrfs-progs: Introduce function to initialize csum tree Qu Wenruo
2015-11-20 3:24 ` [PATCH 14/25] btrfs-progs: Introduce function to setup temporary extent tree Qu Wenruo
2015-11-20 3:24 ` [PATCH 15/25] btrfs-progs: Introduce function to create convert data chunks Qu Wenruo
2015-11-20 3:24 ` [PATCH 16/25] btrfs-progs: extent-tree: Introduce function to find the first overlap extent Qu Wenruo
2015-11-20 3:24 ` [PATCH 17/25] btrfs-progs: extent-tree: Enhance btrfs_record_file_extent Qu Wenruo
2015-11-20 3:24 ` [PATCH 18/25] btrfs-progs: convert: Introduce new function to create ext2 image Qu Wenruo
2015-11-20 3:24 ` [PATCH 19/25] btrfs-progs: convert: Introduce function to migrate reserved ranges Qu Wenruo
2015-11-20 3:24 ` [PATCH 20/25] btrfs-progs: Enhance record_file_blocks to handle " Qu Wenruo
2015-11-20 3:24 ` [PATCH 21/25] btrfs-progs: convert: Introduce init_btrfs_v2 function Qu Wenruo
2015-11-20 3:24 ` [PATCH 22/25] btrfs-progs: Introduce do_convert_v2 function Qu Wenruo
2015-11-20 3:24 ` [PATCH 23/25] btrfs-progs: Convert: Add support for rollback new convert behavior Qu Wenruo
2015-11-20 3:24 ` [PATCH 24/25] btrfs-progs: convert: Strictly avoid meta or system chunk allocation Qu Wenruo
2015-11-20 3:24 ` [PATCH 25/25] btrfs-progs: Cleanup old btrfs-convert Qu Wenruo
2015-11-23 17:33 ` [PATCH 00/25] Btrfs-convert rework to support native separate David Sterba
2015-11-24 0:53 ` Qu Wenruo
2015-11-24 8:50 ` Qu Wenruo
2015-11-25 12:42 ` David Sterba
2015-11-26 0:38 ` Qu Wenruo
2015-11-26 9:30 ` David Sterba
2015-11-26 10:12 ` Qu Wenruo [this message]
2015-11-26 14:42 ` David Sterba
2015-11-26 15:10 ` Jeff Mahoney
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=5656DB29.2030708@gmx.com \
--to=quwenruo.btrfs@gmx.com \
--cc=dsterba@suse.cz \
--cc=jeffm@suse.com \
--cc=linux-btrfs@vger.kernel.org \
--cc=quwenruo@cn.fujitsu.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