summaryrefslogtreecommitdiff
path: root/fs/overlayfs/copy_up.c
AgeCommit message (Expand)Author
2017-07-04ovl: verify index dir matches upper dirAmir Goldstein
2017-07-04ovl: verify upper root dir matches lower root dirAmir Goldstein
2017-07-04ovl: introduce the inodes index dir featureAmir Goldstein
2017-07-04ovl: move __upperdentry to ovl_inodeMiklos Szeredi
2017-07-04Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid into over...Miklos Szeredi
2017-06-28ovl: don't set origin on broken lower hardlinkMiklos Szeredi
2017-06-28ovl: copy-up: don't unlock between lookup and linkMiklos Szeredi
2017-06-05overlayfs: use uuid_t instead of uuid_beChristoph Hellwig
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig
2017-05-29ovl: mark upper merge dir with type origin entries "impure"Amir Goldstein
2017-05-19ovl: remove unused arg from ovl_lookup_temp()Miklos Szeredi
2017-05-18ovl: don't fail copy-up if upper doesn't support xattrMiklos Szeredi
2017-05-18ovl: fix creds leak in copy up error pathAmir Goldstein
2017-05-05ovl: store file handle of lower inode on copy upAmir Goldstein
2017-03-03Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-02-07ovl: concurrent copy up of regular filesAmir Goldstein
2017-02-07ovl: copy up regular file using O_TMPFILEAmir Goldstein
2017-02-07ovl: rearrange code in ovl_copy_up_locked()Amir Goldstein
2016-12-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-12-16ovl: clean up kstat usageAl Viro
2016-12-16ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Amir Goldstein
2016-12-16ovl: opaque cleanupMiklos Szeredi
2016-12-16ovl: redirect on rename-dirMiklos Szeredi
2016-12-16ovl: use vfs_clone_file_range() for copy up if possibleAmir Goldstein
2016-12-04don't open-code file_inode()Al Viro
2016-10-31ovl: fsync after copy-upMiklos Szeredi
2016-10-14Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-10-14ovl: use vfs_get_link()Miklos Szeredi
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher
2016-10-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-09-19ovl: during copy up, switch to mounter's creds earlyVivek Goyal
2016-09-16ovl: copy_up_xattr(): use strnlenMiklos Szeredi
2016-08-08security,overlayfs: Provide security hook for copy up of xattrs for overlay fileVivek Goyal
2016-08-08security, overlayfs: provide copy up security hook for unioned filesVivek Goyal
2016-08-08ovl: don't copy up opaquenessMiklos Szeredi
2016-07-29ovl: store real inode pointer in ->i_privateMiklos Szeredi
2016-05-27ovl: override creds with the ones from the superblock mounterAntonio Murdaca
2016-03-21ovl: fixed coding style warningSohom Bhattacharjee
2016-03-21ovl: Warn on copy up if a process has a R/O fd open to the lower fileDavid Howells
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-21Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-12-06ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro
2015-11-10ovl: use a minimal buffer in ovl_copy_xattrVito Caputo
2015-11-10ovl: allow zero size xattrMiklos Szeredi
2015-10-12ovl: fix dentry reference leakDavid Howells