]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 2 Jul 2015 18:23:00 +0000 (11:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 2 Jul 2015 18:23:00 +0000 (11:23 -0700)
commit76d649347541e5ef1eec91bcef8802052465f3a3
tree7bd339c24aff9bed4204c3f20f65f692a076db20
parent6e4f1a282b60b2bcd63cf77f990ff1cf82a564db
parentce232a047f8f1701766ca4e23ef59ae9bfe67772
Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs

Pull overlayfs updates from Miklos Szeredi:
 "This relaxes the requirements on the lower layer filesystem: now ones
  that implement .d_revalidate, such as NFS, can be used.

  Upper layer filesystems still has the "no .d_revalidate" requirement.

  Also a bad interaction with jffs2 locking has been fixed"

* 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs:
  ovl: lookup whiteouts outside iterate_dir()
  ovl: allow distributed fs as lower layer
  ovl: don't traverse automount points