One can set the "encrypt" feature on an ext4 filesystem with:
tune2fs -O encrypt /dev/device How much overhead is with ext4 encryption?
If the user no longer needs encryption on this filesystem, is it possible to turn if off? (The man page of
tune2fssays currently only setting this feature is supported.)If the user decides a previously encrypted directory should not be encrypted any more, is it possible to disable encryption on this directory in-place, while keeping other encrypted directories intact?