Displaying 20 results from an estimated 7000 matches similar to: "[PATCH v2] New API: btrfs_replace"
2015 Jun 17
2
Re: [PATCH v2] New API: btrfs_replace
Hi, pino
在 2015年06月16日 21:58, Pino Toscano 写道:
> On Monday 15 June 2015 15:52:31 Cao jin wrote:
>> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
>> ---
>>   daemon/btrfs.c                    | 37 ++++++++++++++++++
>>   generator/actions.ml              | 16 ++++++++
>>   tests/btrfs/Makefile.am           |  3 +-
>>  
2015 Jun 24
2
[PATCH v3] New API: btrfs_replace
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
v3: modify test script, add content check while remove replace back.
Also fixed other defects as Pino T comment
 daemon/btrfs.c                    | 36 +++++++++++++++++++++
 generator/actions.ml              | 16 ++++++++++
 tests/btrfs/Makefile.am           |  3 +-
 tests/btrfs/test-btrfs-replace.sh | 66
2017 May 30
1
[PATCH] btrfs_replace: fix position of subcommand options
btrfs-progs 4.11 is more strict with option parsing, so subcommand
options must appear now before the subcommand arguments.
---
 daemon/btrfs.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/daemon/btrfs.c b/daemon/btrfs.c
index 23513a9..ae2310b 100644
--- a/daemon/btrfs.c
+++ b/daemon/btrfs.c
@@ -2185,11 +2185,11 @@ do_btrfs_replace (const char *srcdev, const char
2015 Jun 10
2
[PATCH] New API: btrfs_replace_start
Signed-off-by: Pino Tsao <caoj.fnst@cn.fujitsu.com>
---
 daemon/btrfs.c                    | 40 +++++++++++++++++++++++++++++++++++++++
 generator/actions.ml              | 19 +++++++++++++++++++
 tests/btrfs/test-btrfs-devices.sh |  8 ++++++++
 3 files changed, 67 insertions(+)
diff --git a/daemon/btrfs.c b/daemon/btrfs.c
index 39392f7..acc300d 100644
--- a/daemon/btrfs.c
+++
2015 Jun 12
2
Re: [PATCH] New API: btrfs_replace_start
Hi,
在 2015年06月11日 17:43, Pino Toscano 写道:
> Hi,
>
> On Wednesday 10 June 2015 17:54:18 Pino Tsao wrote:
>> Signed-off-by: Pino Tsao <caoj.fnst@cn.fujitsu.com>
>> ---
>>   daemon/btrfs.c                    | 40 +++++++++++++++++++++++++++++++++++++++
>>   generator/actions.ml              | 19 +++++++++++++++++++
>>   tests/btrfs/test-btrfs-devices.sh |
2015 Jun 16
0
Re: [PATCH v2] New API: btrfs_replace
On Monday 15 June 2015 15:52:31 Cao jin wrote:
> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
> ---
>  daemon/btrfs.c                    | 37 ++++++++++++++++++
>  generator/actions.ml              | 16 ++++++++
>  tests/btrfs/Makefile.am           |  3 +-
>  tests/btrfs/test-btrfs-replace.sh | 82 +++++++++++++++++++++++++++++++++++++++
>  4 files changed, 137
2015 Jun 18
0
Re: [PATCH v2] New API: btrfs_replace
ping
在 2015年06月17日 15:31, Cao jin 写道:
> Hi, pino
>
> 在 2015年06月16日 21:58, Pino Toscano 写道:
>> On Monday 15 June 2015 15:52:31 Cao jin wrote:
>>> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
>>> ---
>>>   daemon/btrfs.c                    | 37 ++++++++++++++++++
>>>   generator/actions.ml              | 16 ++++++++
>>>  
2015 Jun 23
1
Re: [PATCH v2] New API: btrfs_replace
Hi,
Ping 2.
please see my last comment:)
在 2015年06月18日 20:02, Cao jin 写道:
> ping
>
> 在 2015年06月17日 15:31, Cao jin 写道:
>> Hi, pino
>>
>> 在 2015年06月16日 21:58, Pino Toscano 写道:
>>> On Monday 15 June 2015 15:52:31 Cao jin wrote:
>>>> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
>>>> ---
>>>>   daemon/btrfs.c          
2015 Jun 24
0
[PATCH] New API: btrfs_replace
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
 daemon/btrfs.c                    | 36 +++++++++++++++++++++
 generator/actions.ml              | 16 ++++++++++
 tests/btrfs/Makefile.am           |  3 +-
 tests/btrfs/test-btrfs-replace.sh | 66 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 120 insertions(+), 1 deletion(-)
 create mode 100755 tests/btrfs/test-btrfs-replace.sh
2015 Jun 11
0
Re: [PATCH] New API: btrfs_replace_start
Hi,
On Wednesday 10 June 2015 17:54:18 Pino Tsao wrote:
> Signed-off-by: Pino Tsao <caoj.fnst@cn.fujitsu.com>
> ---
>  daemon/btrfs.c                    | 40 +++++++++++++++++++++++++++++++++++++++
>  generator/actions.ml              | 19 +++++++++++++++++++
>  tests/btrfs/test-btrfs-devices.sh |  8 ++++++++
>  3 files changed, 67 insertions(+)
> 
> diff --git
2015 Jun 12
0
Re: [PATCH] New API: btrfs_replace_start
On Friday 12 June 2015 10:58:34 Pino Tsao wrote:
> Hi,
> 
> 在 2015年06月11日 17:43, Pino Toscano 写道:
> > Hi,
> >
> > On Wednesday 10 June 2015 17:54:18 Pino Tsao wrote:
> >> Signed-off-by: Pino Tsao <caoj.fnst@cn.fujitsu.com>
> >> ---
> >>   daemon/btrfs.c                    | 40 +++++++++++++++++++++++++++++++++++++++
> >>  
2015 Jun 12
2
Re: [PATCH] New API: btrfs_replace_start
在 2015年06月12日 17:12, Pino Toscano 写道:
> On Friday 12 June 2015 10:58:34 Pino Tsao wrote:
>> Hi,
>>
>> 在 2015年06月11日 17:43, Pino Toscano 写道:
>>> Hi,
>>>
>>> On Wednesday 10 June 2015 17:54:18 Pino Tsao wrote:
>>>> Signed-off-by: Pino Tsao <caoj.fnst@cn.fujitsu.com>
>>>> ---
>>>>    daemon/btrfs.c              
2015 Jan 05
3
Re: [PATCH 5/5] New API: btrfs_filesystem_set_label
In data venerdì 26 dicembre 2014 16:17:49, Hu Tao ha scritto:
> Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
> ---
>  daemon/btrfs.c       | 33 +++++++++++++++++++++++++++++++++
>  generator/actions.ml | 16 ++++++++++++++++
>  src/MAX_PROC_NR      |  2 +-
>  3 files changed, 50 insertions(+), 1 deletion(-)
> 
> diff --git a/daemon/btrfs.c b/daemon/btrfs.c
> index
2015 Jan 07
2
Re: [PATCH 1/5] New API: btrfs_scrub
In data venerdì 26 dicembre 2014 16:17:45, Hu Tao ha scritto:
> Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
> ---
>  daemon/btrfs.c       | 32 ++++++++++++++++++++++++++++++++
>  generator/actions.ml | 17 +++++++++++++++++
>  src/MAX_PROC_NR      |  2 +-
>  3 files changed, 50 insertions(+), 1 deletion(-)
> 
> diff --git a/daemon/btrfs.c b/daemon/btrfs.c
> index
2015 Jan 13
1
Re: [PATCH 4/5] New API: add btrfs_filesystem_defragment
On Friday 26 December 2014 16:17:48 Hu Tao wrote:
> Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
> ---
>  daemon/btrfs.c       | 32 ++++++++++++++++++++++++++++++++
>  generator/actions.ml | 20 ++++++++++++++++++++
>  src/MAX_PROC_NR      |  2 +-
>  3 files changed, 53 insertions(+), 1 deletion(-)
> 
> diff --git a/daemon/btrfs.c b/daemon/btrfs.c
> index
2015 Jan 05
2
Re: [PATCH 3/5] New API: btrfs_filesystem_get_label
In data venerdì 26 dicembre 2014 16:17:47, Hu Tao ha scritto:
> Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
> ---
>  daemon/btrfs.c       | 32 ++++++++++++++++++++++++++++++++
>  generator/actions.ml | 15 +++++++++++++++
>  src/MAX_PROC_NR      |  2 +-
>  3 files changed, 48 insertions(+), 1 deletion(-)
> 
> diff --git a/daemon/btrfs.c b/daemon/btrfs.c
> index
2014 Dec 05
2
Re: [PATCH 4/8] New API: btrfs_quota_disable
On Tue, Dec 02, 2014 at 05:33:34PM +0800, Hu Tao wrote:
> btrfs_quota_disable disables quota for subvolumes.
> 
> Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
> ---
>  daemon/btrfs.c       | 31 +++++++++++++++++++++++++++++++
>  generator/actions.ml |  9 +++++++++
>  src/MAX_PROC_NR      |  2 +-
>  3 files changed, 41 insertions(+), 1 deletion(-)
> 
> diff --git
2015 Mar 16
2
[PATCH] btrfs-qgroup-show: add check for "--raw"
btrfs-prog commit:
58a39524619f38d193b8adc3d57888ec07b612aa
change the default output to binary prefix,
and introduced a new option '--raw'
to keep the traditional behaviour.
This patch will add a check function to determine
whether to add '--raw' option to 'btrfs show qgroup'.
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
---
 daemon/btrfs.c | 33
2015 Feb 04
1
[PATCH] btrfs: fix parsing of output of 'btrfs qgroup show' (RHBZ#1188553)
'btrfs qgroup show' used to output bytes in raw, but in
btrfs-progs v3.18.2 it outputs bytes with suffix KiB, MiB
or like by default, which causes error when parsing the output.
Fix it by adding '--raw' to let 'btrfs qgroup show' output raw numbers
always.
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
---
 daemon/btrfs.c | 4 ++++
 1 file changed, 4 insertions(+)
2015 Feb 02
5
[PATCH 1/2] New API: btrfs_balance_status
Signed-off-by: Hu Tao <hutao at cn.fujitsu.com>
---
These two patches are refactored to parse the output info structures.
 daemon/btrfs.c                           | 109 +++++++++++++++++++++++++++++++
 generator/actions.ml                     |  10 +++
 generator/structs.ml                     |  12 ++++
 gobject/Makefile.inc                     |   2 +
 java/Makefile.inc