aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/copy_up.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2017-07-04ovl: mark parent impure and restore timestamp on ovl_link_up()Amir Goldstein1-24/+33
2017-07-04ovl: persistent overlay inode nlink for indexed inodesAmir Goldstein1-0/+5
2017-07-04ovl: implement index dir copy upAmir Goldstein1-28/+97
2017-07-04ovl: move copy up lock outMiklos Szeredi1-25/+13
2017-07-04ovl: rearrange copy upMiklos Szeredi1-36/+50
2017-07-04ovl: add flag for upper in ovl_entryMiklos Szeredi1-0/+1
2017-07-04ovl: use struct copy_up_ctx as function argumentMiklos Szeredi1-82/+78
2017-07-04ovl: base tmpfile in workdir tooMiklos Szeredi1-5/+3
2017-07-04ovl: factor out ovl_copy_up_inode() helperAmir Goldstein1-17/+29
2017-07-04ovl: extract helper to get temp file in copy upMiklos Szeredi1-18/+41
2017-07-04ovl: defer upper dir lock to tempfile linkAmir Goldstein1-29/+38
2017-07-04ovl: verify index dir matches upper dirAmir Goldstein1-2/+10
2017-07-04ovl: verify upper root dir matches lower root dirAmir Goldstein1-1/+1
2017-07-04ovl: introduce the inodes index dir featureAmir Goldstein1-5/+4
2017-07-04ovl: move __upperdentry to ovl_inodeMiklos Szeredi1-2/+1
2017-07-04Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid into overlayfs-nextMiklos Szeredi1-4/+3
2017-06-28ovl: don't set origin on broken lower hardlinkMiklos Szeredi1-3/+8
2017-06-28ovl: copy-up: don't unlock between lookup and linkMiklos Szeredi1-12/+12
2017-06-05overlayfs: use uuid_t instead of uuid_beChristoph Hellwig1-1/+1
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig1-3/+2
2017-05-29ovl: mark upper merge dir with type origin entries "impure"Amir Goldstein1-0/+5
2017-05-19ovl: remove unused arg from ovl_lookup_temp()Miklos Szeredi1-1/+1
2017-05-18ovl: don't fail copy-up if upper doesn't support xattrMiklos Szeredi1-1/+5
2017-05-18ovl: fix creds leak in copy up error pathAmir Goldstein1-5/+6
2017-05-05ovl: store file handle of lower inode on copy upAmir Goldstein1-0/+82
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