[PATCH 4.14 109/137] ovl: hash non-dir by lower inode for fsnotify

2018-10-02 Thread Greg Kroah-Hartman
4.14-stable review patch. If anyone has any objections, please let me know. -- From: Amir Goldstein commit 764baba80168ad3adafb521d2ab483ccbc49e344 upstream. Commit 31747eda41ef ("ovl: hash directory inodes for fsnotify") fixed an issue of inotify watch on directory that stops

Re: ovl: hash non-dir by lower inode for fsnotify

2018-09-30 Thread Greg KH
On Fri, Sep 28, 2018 at 10:24:34AM -0700, Mark Salyzyn wrote: > On 09/07/2018 02:51 AM, Greg KH wrote: > > As this patch is deemed "good", can you please resend it in a > > non-corrupted way so that I can apply it to the 4.14.y tree? > > > > thanks, > > > > greg k-h > > The toll of numerous vaca

Re: ovl: hash non-dir by lower inode for fsnotify

2018-09-28 Thread Mark Salyzyn
On 09/07/2018 02:51 AM, Greg KH wrote: As this patch is deemed "good", can you please resend it in a non-corrupted way so that I can apply it to the 4.14.y tree? thanks, greg k-h The toll of numerous vacations, and manic priorities that resulted, sorry for the delay, composed and resent. -

ovl: hash non-dir by lower inode for fsnotify

2018-09-28 Thread Mark Salyzyn
(cherry pick from commit 764baba80168ad3adafb521d2ab483ccbc49e344) Commit 31747eda41ef ("ovl: hash directory inodes for fsnotify") fixed an issue of inotify watch on directory that stops getting events after dropping dentry caches. A similar issue exists for non-dir non-upper files, for example:

Re: ovl: hash non-dir by lower inode for fsnotify

2018-09-07 Thread Greg KH
On Thu, Aug 02, 2018 at 08:29:02AM -0700, Mark Salyzyn wrote: > On 08/01/2018 11:05 PM, Greg KH wrote: > > On Wed, Aug 01, 2018 at 02:29:01PM -0700, Mark Salyzyn wrote: > > > 764baba80168ad3adafb521d2ab483ccbc49e344 ovl: hash non-dir by lower inode > > > for fsnotify is

Re: ovl: hash non-dir by lower inode for fsnotify

2018-08-02 Thread Mark Salyzyn
On 08/01/2018 11:05 PM, Greg KH wrote: On Wed, Aug 01, 2018 at 02:29:01PM -0700, Mark Salyzyn wrote: 764baba80168ad3adafb521d2ab483ccbc49e344 ovl: hash non-dir by lower inode for fsnotify is not part of 4.14 stable and yet it was marked for 4.13 stable merge when committed. Please evaluate