summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* ovl: mark parent impure on ovl_link()Amir Goldstein2017-07-131-4/+18
* ovl: persistent overlay inode nlink for indexed inodesAmir Goldstein2017-07-041-2/+17
* ovl: add flag for upper in ovl_entryMiklos Szeredi2017-07-041-0/+1
* ovl: cleanup bad and stale index entries on mountAmir Goldstein2017-07-041-1/+3
* ovl: move __upperdentry to ovl_inodeMiklos Szeredi2017-07-041-4/+4
* ovl: compare inodesMiklos Szeredi2017-07-041-4/+9
* ovl: fix nlink leak in ovl_rename()Amir Goldstein2017-07-041-0/+7
* ovl: mark upper merge dir with type origin entries "impure"Amir Goldstein2017-05-291-26/+5
* ovl: mark upper dir with type origin entries "impure"Amir Goldstein2017-05-191-0/+45
* ovl: remove unused arg from ovl_lookup_temp()Miklos Szeredi2017-05-191-4/+4
* ovl: handle rename when upper doesn't support xattrAmir Goldstein2017-05-191-10/+19
* ovl: persistent inode numbers for upper hardlinksAmir Goldstein2017-05-051-0/+3
* ovl: merge getattr for dir and nondirMiklos Szeredi2017-05-051-60/+1
* ovl: persistent inode number for directoriesAmir Goldstein2017-05-051-4/+33
* ovl: do not set overlay.opaque on non-dir createAmir Goldstein2017-04-261-1/+1
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-4/+6
* ovl: clean up kstat usageAl Viro2016-12-161-28/+28
* ovl: create directories inside merged parent opaqueAmir Goldstein2016-12-161-2/+12
* ovl: opaque cleanupMiklos Szeredi2016-12-161-22/+21
* ovl: allow setting max size of redirectMiklos Szeredi2016-12-161-3/+7
* ovl: check for emptiness of redirect dirAmir Goldstein2016-12-161-9/+22
* ovl: redirect on rename-dirMiklos Szeredi2016-12-161-14/+124
* ovl: check lower existence of rename targetMiklos Szeredi2016-12-161-52/+11
* ovl: rename: simplify handling of lower/merged directoryMiklos Szeredi2016-12-161-18/+12
* ovl: get rid of PURE typeMiklos Szeredi2016-12-161-6/+3
* ovl: check lower existence when removingMiklos Szeredi2016-12-161-2/+2
* ovl: add ovl_dentry_is_whiteout()Miklos Szeredi2016-12-161-3/+3
* ovl: don't check stickyMiklos Szeredi2016-12-161-24/+0
* ovl: don't check rename to selfMiklos Szeredi2016-12-161-12/+3
* ovl: treat special files like a regular fsMiklos Szeredi2016-12-161-1/+1
* ovl: rename ovl_rename2() to ovl_rename()Miklos Szeredi2016-12-161-4/+4
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-141-1/+4
|\
| * ovl: Fix info leak in ovl_lookup_temp()Richard Weinberger2016-09-211-1/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \
| * | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-3/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-3/+0
| |/
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-10-041-0/+10
|\ \ | |/ |/|
| * security, overlayfs: Provide hook to correctly label newly created filesVivek Goyal2016-08-081-0/+10
* | ovl: Switch to generic_getxattrAndreas Gruenbacher2016-09-011-1/+1
* | ovl: Switch to generic_removexattrAndreas Gruenbacher2016-09-011-1/+1
* | ovl: handle umask and posix_acl_default correctly on creationMiklos Szeredi2016-09-011-0/+54
|/
* ovl: simplify empty checkingMiklos Szeredi2016-07-291-29/+21
* ovl: clear nlink on rmdirMiklos Szeredi2016-07-291-2/+6
* ovl: fix POSIX ACL settingMiklos Szeredi2016-07-291-1/+1
* ovl: share inode for hard linkMiklos Szeredi2016-07-291-35/+49
* ovl: store real inode pointer in ->i_privateMiklos Szeredi2016-07-291-1/+2
* ovl: update atime on upperMiklos Szeredi2016-07-291-0/+1
* ovl: fix sgid on directoryMiklos Szeredi2016-07-291-4/+27
* ovl: do operations on underlying file system in mounter's contextVivek Goyal2016-07-291-31/+29
OpenPOWER on IntegriCloud