summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ovl: append MAY_READ when diluting write checksVivek Goyal2016-07-291-1/+4
* ovl: dilute permission checks on lower only if not special fileVivek Goyal2016-07-291-1/+1
* ovl: fix POSIX ACL settingMiklos Szeredi2016-07-291-7/+5
* ovl: share inode for hard linkMiklos Szeredi2016-07-291-11/+40
* ovl: store real inode pointer in ->i_privateMiklos Szeredi2016-07-291-8/+3
* ovl: permission: return ECHILD instead of ENOENTMiklos Szeredi2016-07-291-1/+1
* ovl: update atime on upperMiklos Szeredi2016-07-291-3/+26
* ovl: simplify permission checkingMiklos Szeredi2016-07-291-45/+1
* ovl: do not require mounter to have MAY_WRITE on lowerVivek Goyal2016-07-291-0/+2
* ovl: do operations on underlying file system in mounter's contextVivek Goyal2016-07-291-6/+43
* ovl: modify ovl_permission() to do checks on two inodesVivek Goyal2016-07-291-4/+14
* ovl: define ->get_acl() for overlay inodesVivek Goyal2016-07-291-0/+17
* ovl: store ovl_entry in inode->i_private for all inodesAndreas Gruenbacher2016-07-291-37/+11
* Merge branch 'd_real' into overlayfs-nextMiklos Szeredi2016-07-271-21/+10
|\
| * vfs: merge .d_select_inode() into .d_real()Miklos Szeredi2016-06-301-21/+10
* | ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal2016-07-041-2/+1
* | ovl: handle ATTR_KILL*Miklos Szeredi2016-07-041-0/+3
* | ovl: get_write_access() in truncateMiklos Szeredi2016-06-291-0/+21
* | ovl: fix dentry leak for default_permissionsMiklos Szeredi2016-06-291-3/+5
|/
* ovl: xattr filter fixMiklos Szeredi2016-06-061-20/+6
* switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-271-2/+3
* ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-2/+2
* ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov2016-03-031-0/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-01-211-0/+36
|\
| * ovl: setattr: check permissions before copy-upMiklos Szeredi2015-12-111-0/+13
| * ovl: default permissionsMiklos Szeredi2015-10-121-0/+23
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-42/+3
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-4/+8
* | 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
OpenPOWER on IntegriCloud