Re: [PATCH RFC] Btrfs: track compression algorithm on inodes

2013-08-08 Thread David Sterba
On Wed, Aug 07, 2013 at 12:29:44PM +0100, Filipe David Borba Manana wrote: Currently the compression settings (algorithm and force mode) need to be specified at mount time in order to have newly created files compressed. [...] I think we should take the top-down approach and start with UI how

[PATCH RFC] Btrfs: track compression algorithm on inodes

2013-08-07 Thread Filipe David Borba Manana
Currently the compression settings (algorithm and force mode) need to be specified at mount time in order to have newly created files compressed. If we mount a filesystem with the compress=lzo option for example, create a directory, add the +c attribute to that directory, unmount the file system,