summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/inode.c
Commit message (Expand)AuthorAge
* ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov2016-03-03
* wrappers for ->i_mutex accessAl Viro2016-01-22
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-01-21
|\
| * ovl: setattr: check permissions before copy-upMiklos Szeredi2015-12-11
| * ovl: default permissionsMiklos Szeredi2015-10-12
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-30
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-08
* | ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro2015-12-06
* | ovl: fix permission checking for setattrMiklos Szeredi2015-12-06
|/
* ovl: fix open in stacked overlayMiklos Szeredi2015-10-12
* fix a braino in ovl_d_select_inode()Al Viro2015-07-12
* overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells2015-06-19
* overlay: Call ovl_drop_write() earlier in ovl_dentry_open()David Howells2015-06-19
* switch ->put_link() from dentry to inodeAl Viro2015-05-11
* don't pass nameidata to ->follow_link()Al Viro2015-05-10
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-10
* ovl: rearrange ovl_follow_link to it doesn't need to call ->put_linkNeilBrown2015-05-10
* ovl: Use macros to present ovl_xattrhujianyang2014-12-12
* ovl: Cleanup redundant blank lineshujianyang2014-12-12
* ovl: make path-type a bitmapMiklos Szeredi2014-12-12
* ovl: fix race in private xattr checksMiklos Szeredi2014-11-20
* overlay filesystemMiklos Szeredi2014-10-23