Displaying 2 results from an estimated 2 matches for "btrfstune_s_".
Did you mean:
btrfstune_r
2015 Mar 01
5
[PATCH v2 0/3] btrfs: add support to btrfstune
This series adds new APIs to support btrfstune.
v2:
- merge btrfstune_S_[enable|disable] together
- fix naming issue
Chen Hanxiao (3):
New API: btrfstune_seeding
New API: btrfstune_enable_extended_inode_refs
New API: btrfstune_enable_skinny_metadata_extent_refs
daemon/btrfs.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++
generator/actions.m...
2015 Mar 01
0
Re: [PATCH v2 0/3] btrfs: add support to btrfstune
On Sun, Mar 01, 2015 at 02:20:46AM -0500, Chen Hanxiao wrote:
> This series adds new APIs to support btrfstune.
>
> v2:
> - merge btrfstune_S_[enable|disable] together
> - fix naming issue
>
> Chen Hanxiao (3):
> New API: btrfstune_seeding
> New API: btrfstune_enable_extended_inode_refs
> New API: btrfstune_enable_skinny_metadata_extent_refs
>
> daemon/btrfs.c | 76 +++++++++++++++++++++++++++++++++...