aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/inode.c
Commit message (Expand)AuthorAge
* ovl: fix false positive ESTALE on lookupAmir Goldstein2017-09-12
* ovl: check snprintf returnMiklos Szeredi2017-07-27
* ovl: fix xattr get and set with selinuxMiklos Szeredi2017-07-20
* ovl: cleanup orphan index entriesAmir Goldstein2017-07-04
* ovl: persistent overlay inode nlink for indexed inodesAmir Goldstein2017-07-04
* ovl: implement index dir copy upAmir Goldstein2017-07-04
* ovl: hash overlay non-dir inodes by copy up originMiklos Szeredi2017-07-04
* ovl: lookup index entry for copy up originAmir Goldstein2017-07-04
* ovl: move impure to ovl_inodeMiklos Szeredi2017-07-04
* ovl: move __upperdentry to ovl_inodeMiklos Szeredi2017-07-04
* ovl: use i_private only as a keyMiklos Szeredi2017-07-04
* ovl: simplify getting inodeMiklos Szeredi2017-07-04
* ovl: filter trusted xattr for non-adminMiklos Szeredi2017-05-29
* ovl: merge getattr for dir and nondirMiklos Szeredi2017-05-05
* ovl: constant st_ino/st_dev across copy upAmir Goldstein2017-05-05
* ovl: lockdep annotate of nested stacked overlayfs inode lockAmir Goldstein2017-03-08
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-03
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-02
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-02
|/
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-17
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-09
* | ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Amir Goldstein2016-12-16
* | ovl: treat special files like a regular fsMiklos Szeredi2016-12-16
* | Revert "ovl: get_write_access() in truncate"Miklos Szeredi2016-12-16
|/
* ovl: fix get_acl() on tmpfsMiklos Szeredi2016-10-31
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-14
|\
| * ovl: use vfs_get_link()Miklos Szeredi2016-10-14
| * ovl: use generic_readlinkMiklos Szeredi2016-10-14
| * ovl: during copy up, switch to mounter's creds earlyVivek Goyal2016-09-19
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-10
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
| |/
* | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-08
|\ \ | |/ |/|
| * fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
* | ovl: listxattr: use strnlen()Miklos Szeredi2016-09-01
* | ovl: Switch to generic_getxattrAndreas Gruenbacher2016-09-01
* | ovl: Switch to generic_removexattrAndreas Gruenbacher2016-09-01
* | ovl: Fix OVL_XATTR_PREFIXAndreas Gruenbacher2016-09-01
* | ovl: don't cache acl on overlay layerMiklos Szeredi2016-09-01
* | ovl: use cached acl on underlying layerMiklos Szeredi2016-09-01
* | ovl: don't copy up opaquenessMiklos Szeredi2016-08-08
|/
* ovl: append MAY_READ when diluting write checksVivek Goyal2016-07-29
* ovl: dilute permission checks on lower only if not special fileVivek Goyal2016-07-29
* ovl: fix POSIX ACL settingMiklos Szeredi2016-07-29
* ovl: share inode for hard linkMiklos Szeredi2016-07-29
* ovl: store real inode pointer in ->i_privateMiklos Szeredi2016-07-29
* ovl: permission: return ECHILD instead of ENOENTMiklos Szeredi2016-07-29
* ovl: update atime on upperMiklos Szeredi2016-07-29
* ovl: simplify permission checkingMiklos Szeredi2016-07-29
* ovl: do not require mounter to have MAY_WRITE on lowerVivek Goyal2016-07-29
* ovl: do operations on underlying file system in mounter's contextVivek Goyal2016-07-29