You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
btrfs-progs: defrag: new option --nocomp to do no-compression defrag
Add new option --nocomp to set flag which will tell kernel to defragment
file extents without compression and decompress existing extents if
needed. The defrag setting will override any current compression
settings like mount options or file properties. The option is separate
from '-c' so it's more obvious it's mutually exclusive.
Signed-off-by: David Sterba <[email protected]>
0 commit comments