aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-24ovl: lookup connected ancestor of dir in inode cacheAmir Goldstein1-6/+15
2018-01-24ovl: hash non-indexed dir by upper inode for NFS exportAmir Goldstein1-1/+3
2018-01-24ovl: decode lower file handles of unlinked but open filesAmir Goldstein1-0/+16
2018-01-24ovl: copy up of disconnected dentriesAmir Goldstein1-1/+3
2018-01-24ovl: do not pass overlay dentry to ovl_get_inode()Amir Goldstein1-9/+7
2018-01-24ovl: unbless lower st_ino of unverified originAmir Goldstein1-4/+12
2018-01-19ovl: hash directory inodes for fsnotifyAmir Goldstein1-11/+28
2017-11-09ovl: relax same fs constraint for constant st_inoAmir Goldstein1-20/+29
2017-11-09ovl: return anonymous st_dev for lower inodesChandan Rajendra1-0/+15
2017-11-09ovl: move include of ovl_entry.h into overlayfs.hAmir Goldstein1-1/+0
2017-11-09ovl: no direct iteration for dir with origin xattrAmir Goldstein1-0/+10
2017-11-09ovl: lockdep annotate of nested OVL_I(inode)->lockAmir Goldstein1-0/+4
2017-10-24ovl: fix EIO from lookup of non-indexed upperAmir Goldstein1-4/+16
2017-09-12ovl: fix false positive ESTALE on lookupAmir Goldstein1-4/+7
2017-07-27ovl: check snprintf returnMiklos Szeredi1-0/+3
2017-07-20ovl: fix xattr get and set with selinuxMiklos Szeredi1-15/+17
2017-07-04ovl: cleanup orphan index entriesAmir Goldstein1-3/+3
2017-07-04ovl: persistent overlay inode nlink for indexed inodesAmir Goldstein1-1/+111
2017-07-04ovl: implement index dir copy upAmir Goldstein1-8/+5
2017-07-04ovl: hash overlay non-dir inodes by copy up originMiklos Szeredi1-5/+41
2017-07-04ovl: lookup index entry for copy up originAmir Goldstein1-2/+6
2017-07-04ovl: move impure to ovl_inodeMiklos Szeredi1-0/+4
2017-07-04ovl: move __upperdentry to ovl_inodeMiklos Szeredi1-9/+17
2017-07-04ovl: use i_private only as a keyMiklos Szeredi1-2/+2
2017-07-04ovl: simplify getting inodeMiklos Szeredi1-8/+18
2017-05-29ovl: filter trusted xattr for non-adminMiklos Szeredi1-1/+11
2017-05-05ovl: merge getattr for dir and nondirMiklos Szeredi1-4/+27
2017-05-05ovl: constant st_ino/st_dev across copy upAmir Goldstein1-1/+38
2017-03-08ovl: lockdep annotate of nested stacked overlayfs inode lockAmir Goldstein1-0/+37
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+4
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-3/+4
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+0
2016-12-16ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Amir Goldstein1-32/+1
2016-12-16ovl: treat special files like a regular fsMiklos Szeredi1-14/+10
2016-12-16Revert "ovl: get_write_access() in truncate"Miklos Szeredi1-21/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-31ovl: fix get_acl() on tmpfsMiklos Szeredi1-3/+0
2016-10-14Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-34/+10
2016-10-14ovl: use vfs_get_link()Miklos Szeredi1-9/+1
2016-10-14ovl: use generic_readlinkMiklos Szeredi1-20/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+0
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-6/+0
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-19ovl: during copy up, switch to mounter's creds earlyVivek Goyal1-5/+8
2016-09-01ovl: listxattr: use strnlen()Miklos Szeredi1-7/+10
2016-09-01ovl: Switch to generic_getxattrAndreas Gruenbacher1-7/+4
2016-09-01ovl: Switch to generic_removexattrAndreas Gruenbacher1-44/+21
2016-09-01ovl: Fix OVL_XATTR_PREFIXAndreas Gruenbacher1-3/+2