summaryrefslogtreecommitdiff
path: root/fs/overlayfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-15Revert "ovl: modify ovl_permission() to do checks on two inodes"Ioanna Alifieraki1-13/+0
2019-10-05ovl: filter of trusted xattr results in auditMark Salyzyn1-1/+2
2019-07-10ovl: modify ovl_permission() to do checks on two inodesVivek Goyal1-0/+13
2018-04-13ovl: filter trusted xattr for non-adminMiklos Szeredi1-1/+11
2016-09-15ovl: listxattr: use strnlen()Miklos Szeredi1-7/+10
2016-09-15ovl: don't copy up opaquenessMiklos Szeredi1-1/+1
2016-08-10ovl: handle ATTR_KILL*Miklos Szeredi1-0/+3
2016-07-27ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal1-2/+1
2016-03-16ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov1-0/+2
2016-02-25ovl: setattr: check permissions before copy-upMiklos Szeredi1-0/+13
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: 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-11don't pass nameidata to ->follow_link()Al Viro1-2/+2
2015-05-11new ->follow_link() and ->put_link() calling conventionsAl Viro1-8/+10
2015-05-11ovl: 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