RFE: `btrfs property set` should allow setting compression level
Per man 8 btrfs-property, btrfs property can be used to set the compression algorithm for a btrfs object (file/directory/subvol/filesystem). It doesn't seem to allow setting the compression level though.
Adding support would be very useful, as currently the level needs to be set for the entire filesystem in fstab, and can't be easily overridden (e.g. I might want to set a higher compression level for archived files or folders containing files of a certain type, and a lower one for heavily used files)
Progs has supported adding the level for a while but the kernel code is missing so the level is ignored. It's actually possible to set up to 16k string as compression level ...
Related #309.
@jkansanen Any news on this feature? I've been trying to find out but it seems to have stalled.