aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/copy_up.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-25/+66
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+4
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-2/+4
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 Molnar1-0/+1
2017-02-07ovl: concurrent copy up of regular filesAmir Goldstein1-4/+31
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
2016-12-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-29/+32
2016-12-16ovl: clean up kstat usageAl Viro1-5/+7
2016-12-16ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Amir Goldstein1-3/+11
2016-12-16ovl: opaque cleanupMiklos Szeredi1-6/+0
2016-12-16ovl: redirect on rename-dirMiklos Szeredi1-14/+6
2016-12-16ovl: use vfs_clone_file_range() for copy up if possibleAmir Goldstein1-1/+8
2016-12-04don't open-code file_inode()Al Viro1-1/+1
2016-10-31ovl: fsync after copy-upMiklos Szeredi1-0/+2
2016-10-14Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-47/+20
2016-10-14ovl: use vfs_get_link()Miklos Szeredi1-40/+6
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher1-2/+2
2016-10-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+22
2016-09-19ovl: during copy up, switch to mounter's creds earlyVivek Goyal1-6/+3
2016-09-16ovl: copy_up_xattr(): use strnlenMiklos Szeredi1-1/+11
2016-08-08security,overlayfs: Provide security hook for copy up of xattrs for overlay fileVivek Goyal1-0/+7
2016-08-08security, overlayfs: provide copy up security hook for unioned filesVivek Goyal1-0/+15
2016-08-08ovl: don't copy up opaquenessMiklos Szeredi1-0/+2
2016-07-29ovl: store real inode pointer in ->i_privateMiklos Szeredi1-0/+1
2016-05-27ovl: override creds with the ones from the superblock mounterAntonio Murdaca1-25/+1
2016-03-21ovl: fixed coding style warningSohom Bhattacharjee1-0/+1
2016-03-21ovl: Warn on copy up if a process has a R/O fd open to the lower fileDavid Howells1-0/+34
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-21Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-15/+26
2015-12-06ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro1-17/+6
2015-11-10ovl: use a minimal buffer in ovl_copy_xattrVito Caputo1-14/+25
2015-11-10ovl: allow zero size xattrMiklos Szeredi1-1/+1
2015-10-12ovl: fix dentry reference leakDavid Howells1-1/+1
2015-10-12ovl: use O_LARGEFILE in ovl_copy_up()David Howells1-2/+2
2015-05-19ovl: mount read-only if workdir can't be createdMiklos Szeredi1-0/+3
2014-12-13ovl: Cleanup redundant blank lineshujianyang1-1/+0
2014-12-13ovl: make path-type a bitmapMiklos Szeredi1-2/+2
2014-10-24overlay filesystemMiklos Szeredi1-0/+414