summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ovl: listxattr: use strnlen()Miklos Szeredi2016-09-151-7/+10
* ovl: don't copy up opaquenessMiklos Szeredi2016-09-151-1/+1
* ovl: handle ATTR_KILL*Miklos Szeredi2016-08-101-0/+3
* ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal2016-07-271-2/+1
* ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov2016-03-161-0/+2
* ovl: setattr: check permissions before copy-upMiklos Szeredi2016-02-251-0/+13
* ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro2015-12-061-7/+4
* ovl: fix permission checking for setattrMiklos Szeredi2015-12-061-4/+4
* ovl: fix open in stacked overlayMiklos Szeredi2015-10-121-0/+3
* fix a braino in ovl_d_select_inode()Al Viro2015-07-121-0/+3
* overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells2015-06-191-8/+6
* overlay: Call ovl_drop_write() earlier in ovl_dentry_open()David Howells2015-06-191-10/+4
* switch ->put_link() from dentry to inodeAl Viro2015-05-111-2/+2
* don't pass nameidata to ->follow_link()Al Viro2015-05-101-2/+2
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-101-8/+10
* ovl: rearrange ovl_follow_link to it doesn't need to call ->put_linkNeilBrown2015-05-101-13/+12
* ovl: Use macros to present ovl_xattrhujianyang2014-12-131-1/+1
* ovl: Cleanup redundant blank lineshujianyang2014-12-131-1/+0
* ovl: make path-type a bitmapMiklos Szeredi2014-12-131-3/+6
* ovl: fix race in private xattr checksMiklos Szeredi2014-11-201-9/+18
* overlay filesystemMiklos Szeredi2014-10-241-0/+425