summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ovl: relax same fs constraint for constant st_inoAmir Goldstein2017-11-091-20/+29
* ovl: return anonymous st_dev for lower inodesChandan Rajendra2017-11-091-0/+15
* ovl: move include of ovl_entry.h into overlayfs.hAmir Goldstein2017-11-091-1/+0Star
* ovl: no direct iteration for dir with origin xattrAmir Goldstein2017-11-091-0/+10
* ovl: lockdep annotate of nested OVL_I(inode)->lockAmir Goldstein2017-11-091-0/+4
* ovl: fix EIO from lookup of non-indexed upperAmir Goldstein2017-10-241-4/+16
* ovl: fix false positive ESTALE on lookupAmir Goldstein2017-09-121-4/+7
* ovl: check snprintf returnMiklos Szeredi2017-07-271-0/+3
* ovl: fix xattr get and set with selinuxMiklos Szeredi2017-07-201-15/+17
* ovl: cleanup orphan index entriesAmir Goldstein2017-07-041-3/+3
* ovl: persistent overlay inode nlink for indexed inodesAmir Goldstein2017-07-041-1/+111
* ovl: implement index dir copy upAmir Goldstein2017-07-041-8/+5Star
* ovl: hash overlay non-dir inodes by copy up originMiklos Szeredi2017-07-041-5/+41
* ovl: lookup index entry for copy up originAmir Goldstein2017-07-041-2/+6
* ovl: move impure to ovl_inodeMiklos Szeredi2017-07-041-0/+4
* ovl: move __upperdentry to ovl_inodeMiklos Szeredi2017-07-041-9/+17
* ovl: use i_private only as a keyMiklos Szeredi2017-07-041-2/+2
* ovl: simplify getting inodeMiklos Szeredi2017-07-041-8/+18
* ovl: filter trusted xattr for non-adminMiklos Szeredi2017-05-291-1/+11
* ovl: merge getattr for dir and nondirMiklos Szeredi2017-05-051-4/+27
* ovl: constant st_ino/st_dev across copy upAmir Goldstein2017-05-051-1/+38
* ovl: lockdep annotate of nested stacked overlayfs inode lockAmir Goldstein2017-03-081-0/+37
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-3/+4
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-031-3/+4
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
|/
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-181-1/+0Star
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0Star
* | ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Amir Goldstein2016-12-161-32/+1Star
* | ovl: treat special files like a regular fsMiklos Szeredi2016-12-161-14/+10Star
* | Revert "ovl: get_write_access() in truncate"Miklos Szeredi2016-12-161-21/+0Star
|/
* ovl: fix get_acl() on tmpfsMiklos Szeredi2016-10-311-3/+0Star
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-151-34/+10Star
|\
| * ovl: use vfs_get_link()Miklos Szeredi2016-10-141-9/+1Star
| * ovl: use generic_readlinkMiklos Szeredi2016-10-141-20/+1Star
| * ovl: during copy up, switch to mounter's creds earlyVivek Goyal2016-09-191-5/+8
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-111-6/+0Star
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-081-6/+0Star
| |/
* | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
|\ \ | |/ |/|
| * fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
* | ovl: listxattr: use strnlen()Miklos Szeredi2016-09-011-7/+10
* | ovl: Switch to generic_getxattrAndreas Gruenbacher2016-09-011-7/+4Star
* | ovl: Switch to generic_removexattrAndreas Gruenbacher2016-09-011-44/+21Star
* | ovl: Fix OVL_XATTR_PREFIXAndreas Gruenbacher2016-09-011-3/+2Star
* | ovl: don't cache acl on overlay layerMiklos Szeredi2016-09-011-0/+3
* | ovl: use cached acl on underlying layerMiklos Szeredi2016-09-011-2/+3
* | ovl: don't copy up opaquenessMiklos Szeredi2016-08-081-1/+1
|/
* 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/+5Star
* ovl: share inode for hard linkMiklos Szeredi2016-07-291-11/+40