aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-50/+415
2017-05-05ovl: persistent inode numbers for upper hardlinksGravatar Amir Goldstein 1-0/+3
2017-05-05ovl: merge getattr for dir and nondirGravatar Miklos Szeredi 3-64/+30
2017-05-05ovl: constant st_ino/st_dev across copy upGravatar Amir Goldstein 1-1/+38
2017-05-05ovl: persistent inode number for directoriesGravatar Amir Goldstein 1-4/+33
2017-05-05ovl: set the ORIGIN type flagGravatar Amir Goldstein 2-4/+8
2017-05-05ovl: lookup non-dir copy-up-origin by file handleGravatar Amir Goldstein 1-0/+132
2017-05-05ovl: use an auxiliary var for overlay root entryGravatar Amir Goldstein 1-5/+4
2017-05-05ovl: store file handle of lower inode on copy upGravatar Amir Goldstein 2-0/+118
2017-05-05ovl: check if all layers are on the same fsGravatar Amir Goldstein 4-0/+18
2017-04-26ovl: do not set overlay.opaque on non-dir createGravatar Amir Goldstein 1-1/+1
2017-04-20ovl: check IS_APPEND() on real upper inodeGravatar Amir Goldstein 1-3/+25
2017-04-20ovl: Use designated initializersGravatar Kees Cook 2-3/+3
2017-03-08overlayfs: remove now unnecessary header file includeGravatar Linus Torvalds 1-1/+0
2017-03-08ovl: lockdep annotate of nested stacked overlayfs inode lockGravatar Amir Goldstein 1-0/+37
2017-03-03Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-27/+148
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-9/+14
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 3-9/+14
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 5-0/+5
2017-02-07ovl: drop CAP_SYS_RESOURCE from saved mounter's credentialsGravatar Konstantin Khlebnikov 1-2/+6
2017-02-07ovl: properly implement sync_filesystem()Gravatar Amir Goldstein 1-0/+20
2017-02-07ovl: concurrent copy up of regular filesGravatar Amir Goldstein 1-4/+31
2017-02-07ovl: introduce copy up waitqueueGravatar Amir Goldstein 4-0/+35
2017-02-07ovl: copy up regular file using O_TMPFILEGravatar Amir Goldstein 1-7/+20
2017-02-07ovl: rearrange code in ovl_copy_up_locked()Gravatar Amir Goldstein 1-24/+25
2017-02-07ovl: check if upperdir fs supports O_TMPFILEGravatar Amir Goldstein 3-0/+20
2017-01-18ovl: fix possible use after free on redirect dir lookupGravatar Amir Goldstein 1-9/+18
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-1/+0
2016-12-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 10-784/+1084
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-12-16ovl: fix return value of ovl_fill_superGravatar Geliang Tang 1-0/+2
2016-12-16ovl: clean up kstat usageGravatar Al Viro 4-39/+45
2016-12-16ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Gravatar Amir Goldstein 3-37/+13
2016-12-16ovl: create directories inside merged parent opaqueGravatar Amir Goldstein 1-2/+12
2016-12-16ovl: opaque cleanupGravatar Miklos Szeredi 4-31/+25
2016-12-16ovl: show redirect_dir mount optionGravatar Amir Goldstein 1-0/+3
2016-12-16ovl: allow setting max size of redirectGravatar Miklos Szeredi 1-3/+7
2016-12-16ovl: allow redirect_dir to default to "on"Gravatar Miklos Szeredi 2-0/+19
2016-12-16ovl: check for emptiness of redirect dirGravatar Amir Goldstein 1-9/+22
2016-12-16ovl: redirect on rename-dirGravatar Miklos Szeredi 6-28/+176
2016-12-16ovl: lookup redirectsGravatar Miklos Szeredi 4-2/+123
2016-12-16ovl: consolidate lookup for underlying layersGravatar Miklos Szeredi 1-70/+86
2016-12-16ovl: fix nested overlayfs mountGravatar Amir Goldstein 1-2/+2
2016-12-16ovl: check namelenGravatar Miklos Szeredi 3-21/+35
2016-12-16ovl: split super.cGravatar Miklos Szeredi 6-546/+572
2016-12-16ovl: use d_is_dir()Gravatar Miklos Szeredi 1-2/+2
2016-12-16ovl: simplify lookupGravatar Miklos Szeredi 1-29/+25
2016-12-16ovl: check lower existence of rename targetGravatar Miklos Szeredi 1-52/+11
2016-12-16ovl: rename: simplify handling of lower/merged directoryGravatar Miklos Szeredi 2-21/+12