aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-08overlayfs: remove now unnecessary header file includeLinus Torvalds1-1/+0
2017-03-03Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds5-27/+148
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-9/+14
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells3-9/+14
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar5-0/+5
2017-02-07ovl: drop CAP_SYS_RESOURCE from saved mounter's credentialsKonstantin Khlebnikov1-2/+6
2017-02-07ovl: properly implement sync_filesystem()Amir Goldstein1-0/+20
2017-02-07ovl: concurrent copy up of regular filesAmir Goldstein1-4/+31
2017-02-07ovl: introduce copy up waitqueueAmir Goldstein4-0/+35
2017-02-07ovl: copy up regular file using O_TMPFILEAmir Goldstein1-7/+20
2017-02-07ovl: rearrange code in ovl_copy_up_locked()Amir Goldstein1-24/+25
2017-02-07ovl: check if upperdir fs supports O_TMPFILEAmir Goldstein3-0/+20
2017-01-18ovl: fix possible use after free on redirect dir lookupAmir Goldstein1-9/+18
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+0
2016-12-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds10-784/+1084
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-12-16ovl: fix return value of ovl_fill_superGeliang Tang1-0/+2
2016-12-16ovl: clean up kstat usageAl Viro4-39/+45
2016-12-16ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Amir Goldstein3-37/+13
2016-12-16ovl: create directories inside merged parent opaqueAmir Goldstein1-2/+12
2016-12-16ovl: opaque cleanupMiklos Szeredi4-31/+25
2016-12-16ovl: show redirect_dir mount optionAmir Goldstein1-0/+3
2016-12-16ovl: allow setting max size of redirectMiklos Szeredi1-3/+7
2016-12-16ovl: allow redirect_dir to default to "on"Miklos Szeredi2-0/+19
2016-12-16ovl: check for emptiness of redirect dirAmir Goldstein1-9/+22
2016-12-16ovl: redirect on rename-dirMiklos Szeredi6-28/+176
2016-12-16ovl: lookup redirectsMiklos Szeredi4-2/+123
2016-12-16ovl: consolidate lookup for underlying layersMiklos Szeredi1-70/+86
2016-12-16ovl: fix nested overlayfs mountAmir Goldstein1-2/+2
2016-12-16ovl: check namelenMiklos Szeredi3-21/+35
2016-12-16ovl: split super.cMiklos Szeredi6-546/+572
2016-12-16ovl: use d_is_dir()Miklos Szeredi1-2/+2
2016-12-16ovl: simplify lookupMiklos Szeredi1-29/+25
2016-12-16ovl: check lower existence of rename targetMiklos Szeredi1-52/+11
2016-12-16ovl: rename: simplify handling of lower/merged directoryMiklos Szeredi2-21/+12
2016-12-16ovl: get rid of PURE typeMiklos Szeredi3-13/+6
2016-12-16ovl: check lower existence when removingMiklos Szeredi3-3/+56
2016-12-16ovl: add ovl_dentry_is_whiteout()Miklos Szeredi3-3/+9
2016-12-16ovl: don't check stickyMiklos Szeredi1-24/+0
2016-12-16ovl: don't check rename to selfMiklos Szeredi1-12/+3
2016-12-16ovl: treat special files like a regular fsMiklos Szeredi4-19/+16
2016-12-16ovl: rename ovl_rename2() to ovl_rename()Miklos Szeredi1-4/+4
2016-12-16ovl: use vfs_clone_file_range() for copy up if possibleAmir Goldstein1-1/+8
2016-12-16Revert "ovl: get_write_access() in truncate"Miklos Szeredi1-21/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-12-04don't open-code file_inode()Al Viro1-1/+1
2016-11-29ovl: fix d_real() for stacked fsMiklos Szeredi1-3/+3
2016-10-31ovl: fsync after copy-upMiklos Szeredi1-0/+2
2016-10-31ovl: fix get_acl() on tmpfsMiklos Szeredi1-3/+0