search for: c4c882e

Displaying 2 results from an estimated 2 matches for "c4c882e".

2015 Mar 03
0
[PATCH 2/2] New API: btrfs_image_restore
...(argv, i, sources[j]); + + ADD_ARG (argv, i, NULL); + + r = commandv (&out, &err, argv); + if (r == -1) { + reply_with_error ("%s %s: %s", image, sources[0], err); + return -1; + } + + return 0; +} diff --git a/generator/actions.ml b/generator/actions.ml index 090f797..c4c882e 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12545,6 +12545,28 @@ This used to create an image of a btrfs filesystem. All data will be zeroed, but metadata and the like is preserved." }; + { defaults with + name = "btrfs_image_restore"; + style = RErr,...
2015 Mar 03
4
[PATCH 0/2] btrfs: add support to btrfs-image
This series adds new APIs to support btrfstune. Chen Hanxiao (2): New API: btrfs-image New API: btrfs_image_restore daemon/btrfs.c | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++ generator/actions.ml | 45 +++++++++++++++++++++++++++ src/MAX_PROC_NR | 2 +- 3 files changed, 133 insertions(+), 1 deletion(-) -- 2.1.0