aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/copy_up.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-25/+66
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+4
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-2/+4
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 1-0/+1
2017-02-07ovl: concurrent copy up of regular filesGravatar Amir Goldstein 1-4/+31
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
2016-12-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-29/+32
2016-12-16ovl: clean up kstat usageGravatar Al Viro 1-5/+7
2016-12-16ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Gravatar Amir Goldstein 1-3/+11
2016-12-16ovl: opaque cleanupGravatar Miklos Szeredi 1-6/+0
2016-12-16ovl: redirect on rename-dirGravatar Miklos Szeredi 1-14/+6
2016-12-16ovl: use vfs_clone_file_range() for copy up if possibleGravatar Amir Goldstein 1-1/+8
2016-12-04don't open-code file_inode()Gravatar Al Viro 1-1/+1
2016-10-31ovl: fsync after copy-upGravatar Miklos Szeredi 1-0/+2
2016-10-14Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-47/+20
2016-10-14ovl: use vfs_get_link()Gravatar Miklos Szeredi 1-40/+6
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-2/+2
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersGravatar Andreas Gruenbacher 1-2/+2
2016-10-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-0/+22
2016-09-19ovl: during copy up, switch to mounter's creds earlyGravatar Vivek Goyal 1-6/+3
2016-09-16ovl: copy_up_xattr(): use strnlenGravatar Miklos Szeredi 1-1/+11
2016-08-08security,overlayfs: Provide security hook for copy up of xattrs for overlay fileGravatar Vivek Goyal 1-0/+7
2016-08-08security, overlayfs: provide copy up security hook for unioned filesGravatar Vivek Goyal 1-0/+15
2016-08-08ovl: don't copy up opaquenessGravatar Miklos Szeredi 1-0/+2
2016-07-29ovl: store real inode pointer in ->i_privateGravatar Miklos Szeredi 1-0/+1
2016-05-27ovl: override creds with the ones from the superblock mounterGravatar Antonio Murdaca 1-25/+1
2016-03-21ovl: fixed coding style warningGravatar Sohom Bhattacharjee 1-0/+1
2016-03-21ovl: Warn on copy up if a process has a R/O fd open to the lower fileGravatar David Howells 1-0/+34
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-21Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-15/+26
2015-12-06ovl: get rid of the dead code left from broken (and disabled) optimizationsGravatar Al Viro 1-17/+6
2015-11-10ovl: use a minimal buffer in ovl_copy_xattrGravatar Vito Caputo 1-14/+25
2015-11-10ovl: allow zero size xattrGravatar Miklos Szeredi 1-1/+1
2015-10-12ovl: fix dentry reference leakGravatar David Howells 1-1/+1
2015-10-12ovl: use O_LARGEFILE in ovl_copy_up()Gravatar David Howells 1-2/+2
2015-05-19ovl: mount read-only if workdir can't be createdGravatar Miklos Szeredi 1-0/+3
2014-12-13ovl: Cleanup redundant blank linesGravatar hujianyang 1-1/+0
2014-12-13ovl: make path-type a bitmapGravatar Miklos Szeredi 1-2/+2
2014-10-24overlay filesystemGravatar Miklos Szeredi 1-0/+414