public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] btrfs-progs: use libbtrfsutil for subvolume creation
@ 2024-06-28 14:56 Mark Harmstone
  2024-06-28 14:56 ` [PATCH 1/3] btrfs-progs: use libbtrfsutil for btrfs subvolume create Mark Harmstone
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Mark Harmstone @ 2024-06-28 14:56 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Mark Harmstone, Omar Sandoval

From: Mark Harmstone <maharmstone@meta.com>

These patches are a resending of Omar Sandoval's patch from 2018, which
appears to have been overlooked [0], split up and rebased against the
current code.

We change btrfs subvol create and btrfs subvol snapshot so that they use
libbtrfsutil rather than calling the ioctl directly.

[0] https://lore.kernel.org/linux-btrfs/ab09ba595157b7fb6606814730508cae4da48caf.1516991902.git.osandov@fb.com/

Omar Sandoval (3):
  btrfs-progs: remove unused qgroup functions
  btrfs-progs: use libbtrfsutil for btrfs subvolume create
  btrfs-progs: use libbtrfsutil for btrfs subvolume snapshot

 cmds/qgroup.c    |  64 -------------
 cmds/qgroup.h    |   2 -
 cmds/subvolume.c | 227 ++++++++++++++++++-----------------------------
 3 files changed, 86 insertions(+), 207 deletions(-)

-- 
2.44.2


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

end of thread, other threads:[~2024-07-26 17:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-28 14:56 [PATCH 0/3] btrfs-progs: use libbtrfsutil for subvolume creation Mark Harmstone
2024-06-28 14:56 ` [PATCH 1/3] btrfs-progs: use libbtrfsutil for btrfs subvolume create Mark Harmstone
2024-07-26 17:19   ` David Sterba
2024-06-28 14:56 ` [PATCH 2/3] btrfs-progs: use libbtrfsutil for btrfs subvolume snapshot Mark Harmstone
2024-07-26 17:22   ` David Sterba
2024-06-28 14:56 ` [PATCH 3/3] btrfs-progs: remove unused qgroup functions Mark Harmstone
2024-07-24 18:05 ` [PATCH 0/3] btrfs-progs: use libbtrfsutil for subvolume creation Boris Burkov
2024-07-26 17:17   ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox