Re: [RFC 0/4] Generic file system events interface

2015-04-17 Thread Beata Michalska
Hi, On 04/17/2015 10:17 AM, Jan Kara wrote: > Hello, > > On Wed 15-04-15 09:15:43, Beata Michalska wrote: >> The following patchset is a result of previous discussions regarding >> file system threshold notifiactions. It introduces support for file >> system event notifications, sent through g

Re: [RFC 0/4] Generic file system events interface

2015-04-17 Thread Jan Kara
Hello, On Wed 15-04-15 09:15:43, Beata Michalska wrote: > The following patchset is a result of previous discussions regarding > file system threshold notifiactions. It introduces support for file > system event notifications, sent through generic netlinik interface > whenever an fs-related even

[RFC 0/4] Generic file system events interface

2015-04-15 Thread Beata Michalska
Hi All, The following patchset is a result of previous discussions regarding file system threshold notifiactions. It introduces support for file system event notifications, sent through generic netlinik interface whenever an fs-related event occurs. Included are also some shmem and ext4 changes s