Linux Btrfs filesystem development
 help / color / mirror / Atom feed
From: Jeff Mahoney <jeffm@suse.com>
To: Qu Wenruo <quwenruo.btrfs@gmx.com>,
	dsterba@suse.cz, Qu Wenruo <quwenruo@cn.fujitsu.com>,
	linux-btrfs@vger.kernel.org
Subject: Re: [PATCH 00/25] Btrfs-convert rework to support native separate
Date: Thu, 26 Nov 2015 10:10:58 -0500	[thread overview]
Message-ID: <56572102.8090001@suse.com> (raw)
In-Reply-To: <5656DB29.2030708@gmx.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 11/26/15 5:12 AM, Qu Wenruo wrote:
> 
> 
> 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.

This is entirely due to the fact that splitting out library
functionality for reiserfsprogs was only done to support
btrfs-convert.  Unless there's some pressing need to revise the API,
the headers are pretty much static at this point.

I should just go ahead and release the current snapshot as 3.6.25.
Today's a US holiday and I won't be able to get to it, but I'll do
that in the next few days.

- -Jeff

> 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
> 


- -- 
Jeff Mahoney
SUSE Labs
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2

iQIcBAEBCAAGBQJWVyECAAoJEB57S2MheeWyHFQP/jNSZthnme+Gr6HV9DcGNuWb
F3m4HOauGny+5mWzWjzATcS6YjAB0Hr0ObXi6jgoQxueBTInZKfgRYIqF6q1hdxS
NymluoAi9lkTkgkiCTZWmUexUaGE2pDzWR14dzqkBorqfCkvyvBVrkXV32FQUJ9H
ln85QND805HUiHol3+rqSSFhxN8A8C+3UMkxOuUCrlkBx8KkzdKVrFJNH4+2L3Ml
tt1KYkWa4hCOYqFivzxDJ69HWNBkUIPXsig+38Lw/JkuLbt82DfMAVu5QbttAgus
1/ZOhPwv7grRfV/CpCpNHPV/AvLLLR0wu5DNCej4HsC81WH4KUE5Isavk2WxQAF3
gpFdnxh2Ok3n+g/obFpDKh43XjVIbtRel4bsB13WjfM9mUNFX8lm/vnK8bjmuoGo
FRf0eQwY3YZAzFrTglFBQxK4eUnopDr1CTFTmnLtBoYKSojDdwe8KQTDWuimLyXb
/BY7qeiW3Cahm+V2VrL76cnbxg5/xH0u6CKrfsg9p4NpP9+5bi72vLgy16IJI+a2
jf6pLvgOi9MwMGW42tIHGna+vFwPAaoL4Iqm4qbWqHZ/R91bNAfWgOdBEubqHuYi
qML5RAttojrw7ZtwSLkBxnOyj3ias3c2jDTQ1yqaSVMJ6phn9XwzB5v4I87qEdsS
a8QhP69u++S+PcohdSYQ
=3s6k
-----END PGP SIGNATURE-----

      parent reply	other threads:[~2015-11-26 15:11 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
2015-11-26 14:42             ` David Sterba
2015-11-26 15:10             ` Jeff Mahoney [this message]

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=56572102.8090001@suse.com \
    --to=jeffm@suse.com \
    --cc=dsterba@suse.cz \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=quwenruo.btrfs@gmx.com \
    --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