All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] btrfs-progs: mkfs: add subvolume support to mkfs
@ 2017-08-25 23:21 Yingyi Luo
  2017-08-25 23:21 ` [PATCH 1/1] " Yingyi Luo
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Yingyi Luo @ 2017-08-25 23:21 UTC (permalink / raw)
  To: linux-btrfs; +Cc: yingyil

From: yingyil <yingyil@google.com>

Add -S/--subvol [NAME] option to configure. It enables users to create a
subvolume under the toplevel volume and populate the created subvolume
with files from the rootdir specified by -r/--rootdir option.

Two functions link_subvol() and create_subvol() are moved from
convert/main.c to utils.c to enable code reuse.

yingyil (1):
  btrfs-progs: mkfs: add subvolume support to mkfs

 convert/main.c | 161 ---------------------------------------------------------
 mkfs/main.c    |  73 ++++++++++++++++++++++++--
 utils.c        | 161 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 utils.h        |   5 ++
 4 files changed, 234 insertions(+), 166 deletions(-)

-- 
2.14.1.342.g6490525c54-goog


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2017-09-29 13:48 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-25 23:21 [PATCH 0/1] btrfs-progs: mkfs: add subvolume support to mkfs Yingyi Luo
2017-08-25 23:21 ` [PATCH 1/1] " Yingyi Luo
2017-08-27 23:39   ` Qu Wenruo
2017-08-28 17:29     ` Goffredo Baroncelli
2017-08-29  2:04 ` [PATCH 0/1] " Anand Jain
2017-08-30 17:24 ` [PATCH 0/4 v2] " Yingyi Luo
2017-08-30 17:24   ` [PATCH 1/4 v2] btrfs-progs: convert: move link_subvol out of main Yingyi Luo
2017-09-12 17:25     ` David Sterba
2017-09-15 17:49     ` [PATCH 1/4 v3] " Yingyi Luo
2017-08-30 17:24   ` [PATCH 2/4 v2] btrfs-progs: add a parameter to btrfs_link_subvol Yingyi Luo
2017-09-12 17:28     ` David Sterba
2017-09-15 18:17     ` [PATCH 2/4 v3] btrfs-progs: add a parameter to btrfs_mksubvol Yingyi Luo
2017-08-30 17:24   ` [PATCH 3/4 v2] btrfs-progs: mkfs: refactor create_data_reloc_tree Yingyi Luo
2017-09-12 17:29     ` David Sterba
2017-08-30 17:24   ` [PATCH 4/4 v2] btrfs-progs: mkfs: add subvolume support to mkfs Yingyi Luo
2017-09-12 17:48     ` David Sterba
2017-09-29 13:47   ` [PATCH 0/4 v2] " David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.