summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/copy_up.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-161-29/+32
|\
| * ovl: clean up kstat usageAl Viro2016-12-161-5/+7
| * ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Amir Goldstein2016-12-161-3/+11
| * ovl: opaque cleanupMiklos Szeredi2016-12-161-6/+0
| * ovl: redirect on rename-dirMiklos Szeredi2016-12-161-14/+6
| * ovl: use vfs_clone_file_range() for copy up if possibleAmir Goldstein2016-12-161-1/+8
* | don't open-code file_inode()Al Viro2016-12-041-1/+1
|/
* ovl: fsync after copy-upMiklos Szeredi2016-10-311-0/+2
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-141-47/+20
|\
| * ovl: use vfs_get_link()Miklos Szeredi2016-10-141-40/+6
| * ovl: during copy up, switch to mounter's creds earlyVivek Goyal2016-09-191-6/+3
| * ovl: copy_up_xattr(): use strnlenMiklos Szeredi2016-09-161-1/+11
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-2/+2
|\ \
| * | xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-071-2/+2
| |/
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-10-041-0/+22
|\ \ | |/ |/|
| * security,overlayfs: Provide security hook for copy up of xattrs for overlay fileVivek Goyal2016-08-081-0/+7
| * security, overlayfs: provide copy up security hook for unioned filesVivek Goyal2016-08-081-0/+15
* | ovl: don't copy up opaquenessMiklos Szeredi2016-08-081-0/+2
|/
* ovl: store real inode pointer in ->i_privateMiklos Szeredi2016-07-291-0/+1
* ovl: override creds with the ones from the superblock mounterAntonio Murdaca2016-05-271-25/+1
* ovl: fixed coding style warningSohom Bhattacharjee2016-03-211-0/+1
* ovl: Warn on copy up if a process has a R/O fd open to the lower fileDavid Howells2016-03-211-0/+34
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-01-211-15/+26
|\
| * ovl: use a minimal buffer in ovl_copy_xattrVito Caputo2015-11-101-14/+25
| * ovl: allow zero size xattrMiklos Szeredi2015-11-101-1/+1
* | ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro2015-12-061-17/+6
|/
* ovl: fix dentry reference leakDavid Howells2015-10-121-1/+1
* ovl: use O_LARGEFILE in ovl_copy_up()David Howells2015-10-121-2/+2
* ovl: mount read-only if workdir can't be createdMiklos Szeredi2015-05-191-0/+3
* ovl: Cleanup redundant blank lineshujianyang2014-12-131-1/+0
* ovl: make path-type a bitmapMiklos Szeredi2014-12-131-2/+2
* overlay filesystemMiklos Szeredi2014-10-241-0/+414
OpenPOWER on IntegriCloud