summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* overlayfs: remove now unnecessary header file includeLinus Torvalds2017-03-081-1/+0
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-03-035-27/+148
|\
| * ovl: drop CAP_SYS_RESOURCE from saved mounter's credentialsKonstantin Khlebnikov2017-02-071-2/+6
| * ovl: properly implement sync_filesystem()Amir Goldstein2017-02-071-0/+20
| * ovl: concurrent copy up of regular filesAmir Goldstein2017-02-071-4/+31
| * ovl: introduce copy up waitqueueAmir Goldstein2017-02-074-0/+35
| * ovl: copy up regular file using O_TMPFILEAmir Goldstein2017-02-071-7/+20
| * ovl: rearrange code in ovl_copy_up_locked()Amir Goldstein2017-02-071-24/+25
| * ovl: check if upperdir fs supports O_TMPFILEAmir Goldstein2017-02-073-0/+20
* | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-033-9/+14
|\ \
| * | statx: Add a system call to make enhanced file info availableDavid Howells2017-03-023-9/+14
* | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* | | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-025-0/+5
|/ /
* / ovl: fix possible use after free on redirect dir lookupAmir Goldstein2017-01-181-9/+18
|/
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-1610-784/+1084
|\ \
| * | ovl: fix return value of ovl_fill_superGeliang Tang2016-12-161-0/+2
| * | ovl: clean up kstat usageAl Viro2016-12-164-39/+45
| * | ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Amir Goldstein2016-12-163-37/+13
| * | ovl: create directories inside merged parent opaqueAmir Goldstein2016-12-161-2/+12
| * | ovl: opaque cleanupMiklos Szeredi2016-12-164-31/+25
| * | ovl: show redirect_dir mount optionAmir Goldstein2016-12-161-0/+3
| * | ovl: allow setting max size of redirectMiklos Szeredi2016-12-161-3/+7
| * | ovl: allow redirect_dir to default to "on"Miklos Szeredi2016-12-162-0/+19
| * | ovl: check for emptiness of redirect dirAmir Goldstein2016-12-161-9/+22
| * | ovl: redirect on rename-dirMiklos Szeredi2016-12-166-28/+176
| * | ovl: lookup redirectsMiklos Szeredi2016-12-164-2/+123
| * | ovl: consolidate lookup for underlying layersMiklos Szeredi2016-12-161-70/+86
| * | ovl: fix nested overlayfs mountAmir Goldstein2016-12-161-2/+2
| * | ovl: check namelenMiklos Szeredi2016-12-163-21/+35
| * | ovl: split super.cMiklos Szeredi2016-12-166-546/+572
| * | ovl: use d_is_dir()Miklos Szeredi2016-12-161-2/+2
| * | ovl: simplify lookupMiklos Szeredi2016-12-161-29/+25
| * | ovl: check lower existence of rename targetMiklos Szeredi2016-12-161-52/+11
| * | ovl: rename: simplify handling of lower/merged directoryMiklos Szeredi2016-12-162-21/+12
| * | ovl: get rid of PURE typeMiklos Szeredi2016-12-163-13/+6
| * | ovl: check lower existence when removingMiklos Szeredi2016-12-163-3/+56
| * | ovl: add ovl_dentry_is_whiteout()Miklos Szeredi2016-12-163-3/+9
| * | 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-164-19/+16
| * | ovl: rename ovl_rename2() to ovl_rename()Miklos Szeredi2016-12-161-4/+4
| * | ovl: use vfs_clone_file_range() for copy up if possibleAmir Goldstein2016-12-161-1/+8
| * | Revert "ovl: get_write_access() in truncate"Miklos Szeredi2016-12-161-21/+0
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-1/+1
|\ \ | |/ |/|
| * don't open-code file_inode()Al Viro2016-12-041-1/+1
* | ovl: fix d_real() for stacked fsMiklos Szeredi2016-11-291-3/+3
|/
* ovl: fsync after copy-upMiklos Szeredi2016-10-311-0/+2
* ovl: fix get_acl() on tmpfsMiklos Szeredi2016-10-311-3/+0