summaryrefslogtreecommitdiff
path: root/fs/overlayfs
Commit message (Expand)AuthorAge
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-10
|\
| * ovl: persistent inode numbers for upper hardlinksAmir Goldstein2017-05-05
| * ovl: merge getattr for dir and nondirMiklos Szeredi2017-05-05
| * ovl: constant st_ino/st_dev across copy upAmir Goldstein2017-05-05
| * ovl: persistent inode number for directoriesAmir Goldstein2017-05-05
| * ovl: set the ORIGIN type flagAmir Goldstein2017-05-05
| * ovl: lookup non-dir copy-up-origin by file handleAmir Goldstein2017-05-05
| * ovl: use an auxiliary var for overlay root entryAmir Goldstein2017-05-05
| * ovl: store file handle of lower inode on copy upAmir Goldstein2017-05-05
| * ovl: check if all layers are on the same fsAmir Goldstein2017-05-05
| * ovl: do not set overlay.opaque on non-dir createAmir Goldstein2017-04-26
| * ovl: check IS_APPEND() on real upper inodeAmir Goldstein2017-04-20
| * ovl: Use designated initializersKees Cook2017-04-20
| * ovl: lockdep annotate of nested stacked overlayfs inode lockAmir Goldstein2017-03-08
* | overlayfs: remove now unnecessary header file includeLinus Torvalds2017-03-08
|/
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-03-03
|\
| * ovl: drop CAP_SYS_RESOURCE from saved mounter's credentialsKonstantin Khlebnikov2017-02-07
| * ovl: properly implement sync_filesystem()Amir Goldstein2017-02-07
| * ovl: concurrent copy up of regular filesAmir Goldstein2017-02-07
| * ovl: introduce copy up waitqueueAmir Goldstein2017-02-07
| * ovl: copy up regular file using O_TMPFILEAmir Goldstein2017-02-07
| * ovl: rearrange code in ovl_copy_up_locked()Amir Goldstein2017-02-07
| * ovl: check if upperdir fs supports O_TMPFILEAmir Goldstein2017-02-07
* | 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 move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* | | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-02
|/ /
* | ovl: fix possible use after free on redirect dir lookupAmir Goldstein2017-01-18
|/
* 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
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-16
|\ \
| * | ovl: fix return value of ovl_fill_superGeliang Tang2016-12-16
| * | ovl: clean up kstat usageAl Viro2016-12-16
| * | ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Amir Goldstein2016-12-16
| * | ovl: create directories inside merged parent opaqueAmir Goldstein2016-12-16
| * | ovl: opaque cleanupMiklos Szeredi2016-12-16
| * | ovl: show redirect_dir mount optionAmir Goldstein2016-12-16
| * | ovl: allow setting max size of redirectMiklos Szeredi2016-12-16
| * | ovl: allow redirect_dir to default to "on"Miklos Szeredi2016-12-16
| * | ovl: check for emptiness of redirect dirAmir Goldstein2016-12-16
| * | ovl: redirect on rename-dirMiklos Szeredi2016-12-16
| * | ovl: lookup redirectsMiklos Szeredi2016-12-16
| * | ovl: consolidate lookup for underlying layersMiklos Szeredi2016-12-16
| * | ovl: fix nested overlayfs mountAmir Goldstein2016-12-16
| * | ovl: check namelenMiklos Szeredi2016-12-16
| * | ovl: split super.cMiklos Szeredi2016-12-16
| * | ovl: use d_is_dir()Miklos Szeredi2016-12-16
| * | ovl: simplify lookupMiklos Szeredi2016-12-16
| * | ovl: check lower existence of rename targetMiklos Szeredi2016-12-16
| * | ovl: rename: simplify handling of lower/merged directoryMiklos Szeredi2016-12-16