aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/copy_up.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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