https://github.com/torvalds/linux
Revision 236bfd8ed868edfc42a656682487683ade3fede4 authored by Linus Torvalds on 03 July 2016, 18:57:09 UTC, committed by Linus Torvalds on 03 July 2016, 18:57:09 UTC
Pull overlayfs fixes from Miklos Szeredi:
 "This contains fixes for a dentry leak, a regression in 4.6 noticed by
  Docker users and missing write access checking in truncate"

* 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs:
  ovl: warn instead of error if d_type is not supported
  ovl: get_write_access() in truncate
  ovl: fix dentry leak for default_permissions
2 parent s 4f30292 + e7c0b59
History
Tip revision: 236bfd8ed868edfc42a656682487683ade3fede4 authored by Linus Torvalds on 03 July 2016, 18:57:09 UTC
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Tip revision: 236bfd8
File Mode Size
Kconfig -rw-r--r-- 1003 bytes
Makefile -rw-r--r-- 321 bytes
cache.c -rw-r--r-- 3.0 KB
cnode.c -rw-r--r-- 4.7 KB
coda_cache.h -rw-r--r-- 673 bytes
coda_fs_i.h -rw-r--r-- 1.8 KB
coda_int.h -rw-r--r-- 444 bytes
coda_linux.c -rw-r--r-- 5.0 KB
coda_linux.h -rw-r--r-- 2.9 KB
dir.c -rw-r--r-- 14.2 KB
file.c -rw-r--r-- 6.0 KB
inode.c -rw-r--r-- 7.3 KB
pioctl.c -rw-r--r-- 2.1 KB
psdev.c -rw-r--r-- 10.3 KB
symlink.c -rw-r--r-- 1.1 KB
sysctl.c -rw-r--r-- 1.3 KB
upcall.c -rw-r--r-- 22.8 KB

back to top