mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-04 11:51:42 +00:00
88f4bcb351
The documentation lacks clarity about depth to which recursive defragmentation go, and was pointed out by a user. The problem here is that the subvolume behaves the same as mount point regarding path traversal. The nftw stops on mount boundary (FTW_MOUNT). Add test that verifies this behaviour. Defrag has to be updated to allow descending to subvolumes (and not mountpoints). Issue: #185 Signed-off-by: David Sterba <dsterba@suse.com> |
||
---|---|---|
.. | ||
001-btrfs | ||
002-balance-full-no-filters | ||
003-fi-resize-args | ||
004-send-parent-multi-subvol | ||
005-qgroup-show | ||
006-qgroup-show-sync | ||
007-check-force | ||
008-subvolume-get-set-default | ||
009-btrfstune | ||
010-subvol-show-qgroup | ||
011-defrag-recursion |