btrfs-progs/mkfs
Mark Harmstone 91021ab666 btrfs-progs: mkfs: avoid dynamic allocation when doing --subvol
Reworks mkfs.btrfs --subvol so that dir and full_path in struct
rootdir_subvol are stored as arrays rather than pointers.

Signed-off-by: Mark Harmstone <maharmstone@fb.com>
2024-11-08 18:23:56 +01:00
..
Makefile
common.c btrfs-progs: introduce btrfs_make_subvolume() 2024-07-30 19:54:04 +02:00
common.h btrfs-progs: introduce btrfs_make_subvolume() 2024-07-30 19:54:04 +02:00
main.c btrfs-progs: mkfs: avoid dynamic allocation when doing --subvol 2024-11-08 18:23:56 +01:00
rootdir.c btrfs-progs: mkfs: avoid dynamic allocation when doing --subvol 2024-11-08 18:23:56 +01:00
rootdir.h btrfs-progs: mkfs: avoid dynamic allocation when doing --subvol 2024-11-08 18:23:56 +01:00