summaryrefslogtreecommitdiff
path: root/fs/overlayfs/inode.c
AgeCommit message (Expand)Author
2020-02-14Revert "ovl: modify ovl_permission() to do checks on two inodes"Ioanna Alifieraki
2019-10-05ovl: filter of trusted xattr results in auditMark Salyzyn
2019-07-10ovl: modify ovl_permission() to do checks on two inodesVivek Goyal
2018-04-13ovl: filter trusted xattr for non-adminMiklos Szeredi
2016-09-15ovl: listxattr: use strnlen()Miklos Szeredi
2016-09-15ovl: don't copy up opaquenessMiklos Szeredi
2016-08-10ovl: handle ATTR_KILL*Miklos Szeredi
2016-07-27ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal
2016-03-16ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov
2016-02-25ovl: setattr: check permissions before copy-upMiklos Szeredi
2015-12-06ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro
2015-12-06ovl: fix permission checking for setattrMiklos Szeredi
2015-10-12ovl: fix open in stacked overlayMiklos Szeredi
2015-07-12fix a braino in ovl_d_select_inode()Al Viro
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells
2015-06-19overlay: Call ovl_drop_write() earlier in ovl_dentry_open()David Howells
2015-05-11switch ->put_link() from dentry to inodeAl Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-05-10ovl: rearrange ovl_follow_link to it doesn't need to call ->put_linkNeilBrown
2014-12-13ovl: Use macros to present ovl_xattrhujianyang
2014-12-13ovl: Cleanup redundant blank lineshujianyang
2014-12-13ovl: make path-type a bitmapMiklos Szeredi
2014-11-20ovl: fix race in private xattr checksMiklos Szeredi
2014-10-24overlay filesystemMiklos Szeredi