]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Mar 2018 01:57:14 +0000 (18:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Mar 2018 01:57:14 +0000 (18:57 -0700)
commit18757388622269ca199e6107b4f82b0bb61b46f0
tree79d0bda31965824ad7272118f432ddd67e4e5db5
parent7a0d7df31249b272bc34adefd31be270d69db838
parent6169274f7caaed1cb5b8ef6e16999c1ecef67825
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull vfs fixes from Al Viro:

 - backport-friendly part of lock_parent() race fix

 - a fix for an assumption in the heurisic used by path_connected() that
   is not true on NFS

 - livelock fixes for d_alloc_parallel()

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  fs: Teach path_connected to handle nfs filesystems with multiple roots.
  fs: dcache: Use READ_ONCE when accessing i_dir_seq
  fs: dcache: Avoid livelock between d_alloc_parallel and __d_add
  lock_parent() needs to recheck if dentry got __dentry_kill'ed under it
include/linux/fs.h