aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-03ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov1-0/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-21Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-0/+36
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-42/+3
2015-12-11ovl: setattr: check permissions before copy-upMiklos Szeredi1-0/+13
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-4/+8
2015-12-06ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro1-7/+4
2015-12-06ovl: fix permission checking for setattrMiklos Szeredi1-4/+4
2015-10-12ovl: default permissionsMiklos Szeredi1-0/+23
2015-10-12ovl: fix open in stacked overlayMiklos Szeredi1-0/+3
2015-07-12fix a braino in ovl_d_select_inode()Al Viro1-0/+3
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells1-8/+6
2015-06-19overlay: Call ovl_drop_write() earlier in ovl_dentry_open()David Howells1-10/+4
2015-05-11switch ->put_link() from dentry to inodeAl Viro1-2/+2
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-2/+2
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-8/+10
2015-05-10ovl: rearrange ovl_follow_link to it doesn't need to call ->put_linkNeilBrown1-13/+12
2014-12-13ovl: Use macros to present ovl_xattrhujianyang1-1/+1
2014-12-13ovl: Cleanup redundant blank lineshujianyang1-1/+0
2014-12-13ovl: make path-type a bitmapMiklos Szeredi1-3/+6
2014-11-20ovl: fix race in private xattr checksMiklos Szeredi1-9/+18
2014-10-24overlay filesystemMiklos Szeredi1-0/+425