search for: 89332f5

Displaying 4 results from an estimated 4 matches for "89332f5".

2014 Nov 21
2
Re: [PATCH 1/6] btrfs: correct words about subvolume and snapshot
..._subvolume_delete > deletes subvolumes or snapshots. > > Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> > --- > generator/actions.ml | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/generator/actions.ml b/generator/actions.ml > index 89332f5..fe492e6 100644 > --- a/generator/actions.ml > +++ b/generator/actions.ml > @@ -10248,19 +10248,19 @@ of the snapshot, in the form > C</path/to/dest/name>." }; ["btrfs_subvolume_create"; "/test1"]; > ["btrfs_subvolume_delete"; "...
2014 Nov 21
0
[PATCH 1/6] btrfs: correct words about subvolume and snapshot
...bvolume_create creates only subvolumes. btrfs_subvolume_delete deletes subvolumes or snapshots. Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> --- generator/actions.ml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/generator/actions.ml b/generator/actions.ml index 89332f5..fe492e6 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -10248,19 +10248,19 @@ of the snapshot, in the form C</path/to/dest/name>." }; ["btrfs_subvolume_create"; "/test1"]; ["btrfs_subvolume_delete"; "/test1"]])...
2014 Nov 24
0
Re: [PATCH 1/6] btrfs: correct words about subvolume and snapshot
...s or snapshots. > > > > Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> > > --- > > generator/actions.ml | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/generator/actions.ml b/generator/actions.ml > > index 89332f5..fe492e6 100644 > > --- a/generator/actions.ml > > +++ b/generator/actions.ml > > @@ -10248,19 +10248,19 @@ of the snapshot, in the form > > C</path/to/dest/name>." }; ["btrfs_subvolume_create"; "/test1"]; > > ["btrfs_subvo...
2014 Nov 21
13
[PATCH 0/6] btrfs support part1: subvolume commands
Hi, This is the part1 of improving btrfs support. This series adds missing parameters to btrfs_subvolume_snapshot and btrfs_subvolume_create, and adds two new API btrfs_subvolume_get_default and btrfs_subvolume_show. Other parts will follow. Regards, Hu Hu Tao (6): btrfs: correct words about subvolume and snapshot btrfs: add optional parameter `ro' to btrfs_subvolume_snapshot btrfs: