aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/inode.c
AgeCommit message (Expand)Author
2018-02-16ovl: hash directory inodes for fsnotifyAmir Goldstein
2017-11-09ovl: relax same fs constraint for constant st_inoAmir Goldstein
2017-11-09ovl: return anonymous st_dev for lower inodesChandan Rajendra
2017-11-09ovl: move include of ovl_entry.h into overlayfs.hAmir Goldstein
2017-11-09ovl: no direct iteration for dir with origin xattrAmir Goldstein
2017-11-09ovl: lockdep annotate of nested OVL_I(inode)->lockAmir Goldstein
2017-10-24ovl: fix EIO from lookup of non-indexed upperAmir Goldstein
2017-09-12ovl: fix false positive ESTALE on lookupAmir Goldstein
2017-07-27ovl: check snprintf returnMiklos Szeredi
2017-07-20ovl: fix xattr get and set with selinuxMiklos Szeredi
2017-07-04ovl: cleanup orphan index entriesAmir Goldstein
2017-07-04ovl: persistent overlay inode nlink for indexed inodesAmir Goldstein
2017-07-04ovl: implement index dir copy upAmir Goldstein
2017-07-04ovl: hash overlay non-dir inodes by copy up originMiklos Szeredi
2017-07-04ovl: lookup index entry for copy up originAmir Goldstein
2017-07-04ovl: move impure to ovl_inodeMiklos Szeredi
2017-07-04ovl: move __upperdentry to ovl_inodeMiklos Szeredi
2017-07-04ovl: use i_private only as a keyMiklos Szeredi
2017-07-04ovl: simplify getting inodeMiklos Szeredi
2017-05-29ovl: filter trusted xattr for non-adminMiklos Szeredi
2017-05-05ovl: merge getattr for dir and nondirMiklos Szeredi
2017-05-05ovl: constant st_ino/st_dev across copy upAmir Goldstein
2017-03-08ovl: lockdep annotate of nested stacked overlayfs inode lockAmir Goldstein
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-16ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Amir Goldstein
2016-12-16ovl: treat special files like a regular fsMiklos Szeredi
2016-12-16Revert "ovl: get_write_access() in truncate"Miklos Szeredi
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-10-31ovl: fix get_acl() on tmpfsMiklos Szeredi
2016-10-14Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-10-14ovl: use vfs_get_link()Miklos Szeredi
2016-10-14ovl: use generic_readlinkMiklos Szeredi
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-19ovl: during copy up, switch to mounter's creds earlyVivek Goyal
2016-09-01ovl: listxattr: use strnlen()Miklos Szeredi
2016-09-01ovl: Switch to generic_getxattrAndreas Gruenbacher
2016-09-01ovl: Switch to generic_removexattrAndreas Gruenbacher
2016-09-01ovl: Fix OVL_XATTR_PREFIXAndreas Gruenbacher
2016-09-01ovl: don't cache acl on overlay layerMiklos Szeredi
2016-09-01ovl: use cached acl on underlying layerMiklos Szeredi
2016-08-08ovl: don't copy up opaquenessMiklos Szeredi
2016-07-29ovl: append MAY_READ when diluting write checksVivek Goyal
2016-07-29ovl: dilute permission checks on lower only if not special fileVivek Goyal
2016-07-29ovl: fix POSIX ACL settingMiklos Szeredi