summaryrefslogtreecommitdiff
path: root/fs/overlayfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-10ovl: fix open in stacked overlayMiklos Szeredi1-0/+3
2018-04-13ovl: filter trusted xattr for non-adminMiklos Szeredi1-1/+11
2016-09-16ovl: listxattr: use strnlen()Miklos Szeredi1-7/+10
2016-09-12ovl: don't copy up opaquenessMiklos Szeredi1-2/+1
2016-08-08ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal1-2/+1
2016-08-08ovl: handle ATTR_KILL*Miklos Szeredi1-0/+4
2016-04-12ovl: fix permission checking for setattrMiklos Szeredi1-4/+4
2016-03-22ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov1-0/+2
2015-10-28fix a braino in ovl_d_select_inode()Al Viro1-0/+3
2015-10-28overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells1-8/+6
2015-10-28overlay: Call ovl_drop_write() earlier in ovl_dentry_open()David Howells1-10/+4
2014-11-20ovl: fix race in private xattr checksMiklos Szeredi1-9/+18
2014-10-24overlay filesystemMiklos Szeredi1-0/+425