mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-05 20:31:58 +00:00
4b7656f3bf
Subvolume deletion does not do a full transaction commit. This can lead to an unexpected result when the system crashes between deletion and commit, the subvolume directory will appear again. Add options to request filesystem sync after each deleted subvolume or after the last one. If the command with --commit option finishes succesfully, the subvolume(s) deletion status is safely stored on the media. Userspace approach is more flexible than in-kernel. Related discussions: http://www.spinics.net/lists/linux-btrfs/msg22088.html http://www.spinics.net/lists/linux-btrfs/msg27240.html CC: Alex Lyakas <alex.btrfs@zadarastorage.com> Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <clm@fb.com> |
||
---|---|---|
.. | ||
btrfs-convert.8.in | ||
btrfs-debug-tree.8.in | ||
btrfs-find-root.8.in | ||
btrfs-image.8.in | ||
btrfs-map-logical.8.in | ||
btrfs-show-super.8.in | ||
btrfs-zero-log.8.in | ||
btrfs.8.in | ||
btrfsck.8.in | ||
btrfstune.8.in | ||
fsck.btrfs.8.in | ||
Makefile | ||
mkfs.btrfs.8.in |