Re: [GIT PULL] overlayfs fixes for 4.6-rc7

2016-05-11 Thread Miklos Szeredi
On Wed, May 11, 2016 at 6:07 AM, Al Viro wrote: > On Wed, May 11, 2016 at 01:23:42AM +0200, Miklos Szeredi wrote: >> Hi Al, >> >> Hopefully this addresses your concerns. I couldn't find a better name for >> lookup_hash(), after all it's just that. >> >> Please pull: >>

Re: [GIT PULL] overlayfs fixes for 4.6-rc7

2016-05-11 Thread Miklos Szeredi
On Wed, May 11, 2016 at 6:07 AM, Al Viro wrote: > On Wed, May 11, 2016 at 01:23:42AM +0200, Miklos Szeredi wrote: >> Hi Al, >> >> Hopefully this addresses your concerns. I couldn't find a better name for >> lookup_hash(), after all it's just that. >> >> Please pull: >> >>

Re: [GIT PULL] overlayfs fixes for 4.6-rc7

2016-05-10 Thread Al Viro
On Wed, May 11, 2016 at 01:23:42AM +0200, Miklos Szeredi wrote: > Hi Al, > > Hopefully this addresses your concerns. I couldn't find a better name for > lookup_hash(), after all it's just that. > > Please pull: > > git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git >

Re: [GIT PULL] overlayfs fixes for 4.6-rc7

2016-05-10 Thread Al Viro
On Wed, May 11, 2016 at 01:23:42AM +0200, Miklos Szeredi wrote: > Hi Al, > > Hopefully this addresses your concerns. I couldn't find a better name for > lookup_hash(), after all it's just that. > > Please pull: > > git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git >

Re: [GIT PULL] overlayfs fixes for 4.6-rc7

2016-05-10 Thread Miklos Szeredi
Hi Al, Hopefully this addresses your concerns. I couldn't find a better name for lookup_hash(), after all it's just that. Please pull: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-linus --- Miklos Szeredi (4): vfs: add vfs_select_inode() helper vfs:

Re: [GIT PULL] overlayfs fixes for 4.6-rc7

2016-05-10 Thread Miklos Szeredi
Hi Al, Hopefully this addresses your concerns. I couldn't find a better name for lookup_hash(), after all it's just that. Please pull: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-linus --- Miklos Szeredi (4): vfs: add vfs_select_inode() helper vfs:

Re: [GIT PULL] overlayfs fixes for 4.6-rc7

2016-05-10 Thread Miklos Szeredi
On Tue, May 10, 2016 at 04:27:05PM +0100, Al Viro wrote: > NAK on lookup_hash(). If nothing else, you need either > lookup_one_len_unlocked() or its "we already know hash" variant (assuming it's > worth bothering with). That locking the parent is potentially a lot costlier > than

Re: [GIT PULL] overlayfs fixes for 4.6-rc7

2016-05-10 Thread Miklos Szeredi
On Tue, May 10, 2016 at 04:27:05PM +0100, Al Viro wrote: > NAK on lookup_hash(). If nothing else, you need either > lookup_one_len_unlocked() or its "we already know hash" variant (assuming it's > worth bothering with). That locking the parent is potentially a lot costlier > than

Re: [GIT PULL] overlayfs fixes for 4.6-rc7

2016-05-10 Thread Al Viro
On Tue, May 03, 2016 at 10:04:03PM +0200, Miklos Szeredi wrote: > Hi Al, > git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git > overlayfs-next > > This fixes two issues with overlayfs. > > Thanks, > Miklos > > --- > Miklos Szeredi (3): > vfs: rename: check backing inode

Re: [GIT PULL] overlayfs fixes for 4.6-rc7

2016-05-10 Thread Al Viro
On Tue, May 03, 2016 at 10:04:03PM +0200, Miklos Szeredi wrote: > Hi Al, > git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git > overlayfs-next > > This fixes two issues with overlayfs. > > Thanks, > Miklos > > --- > Miklos Szeredi (3): > vfs: rename: check backing inode

[GIT PULL] overlayfs fixes for 4.6-rc7

2016-05-03 Thread Miklos Szeredi
Hi Al, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-next This fixes two issues with overlayfs. Thanks, Miklos --- Miklos Szeredi (3): vfs: rename: check backing inode being equal vfs: export lookup_hash() to modules ovl: ignore

[GIT PULL] overlayfs fixes for 4.6-rc7

2016-05-03 Thread Miklos Szeredi
Hi Al, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-next This fixes two issues with overlayfs. Thanks, Miklos --- Miklos Szeredi (3): vfs: rename: check backing inode being equal vfs: export lookup_hash() to modules ovl: ignore