Re: [PATCH V2] Btrfs: add support for inode properties

2013-11-19 Thread Filipe David Manana
On Wed, Nov 13, 2013 at 6:59 PM, Goffredo Baroncelli kreij...@libero.it wrote: Hi Filipe, my comments below On 2013-11-13 02:21, Filipe David Borba Manana wrote: This change adds infrastructure to allow for generic properties for inodes. Properties are name/value pairs that can be associated

Re: [PATCH V2] Btrfs: add support for inode properties

2013-11-19 Thread Goffredo Baroncelli
Hi Filipe On 2013-11-19 17:06, Filipe David Manana wrote: On Wed, Nov 13, 2013 at 6:59 PM, Goffredo Baroncelli kreij...@libero.it wrote: Hi Filipe, my comments below On 2013-11-13 02:21, Filipe David Borba Manana wrote: This change adds infrastructure to allow for generic properties for

Re: [PATCH V2] Btrfs: add support for inode properties

2013-11-13 Thread Goffredo Baroncelli
Hi Filipe, my comments below On 2013-11-13 02:21, Filipe David Borba Manana wrote: This change adds infrastructure to allow for generic properties for inodes. Properties are name/value pairs that can be associated with inodes for different purposes. They're stored as xattrs with the prefix

[PATCH V2] Btrfs: add support for inode properties

2013-11-12 Thread Filipe David Borba Manana
This change adds infrastructure to allow for generic properties for inodes. Properties are name/value pairs that can be associated with inodes for different purposes. They're stored as xattrs with the prefix btrfs. Properties can be inherited - this means when a directory inode has inheritable