aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/copy_up.c
AgeCommit message (Expand)Author
2018-11-10vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein
2018-05-31ovl: clean up copy-up error pathsMiklos Szeredi
2018-05-31ovl: create helper ovl_create_temp()Amir Goldstein
2018-05-31ovl: return dentry from ovl_create_real()Miklos Szeredi
2018-05-31ovl: struct cattr cleanupsAmir Goldstein
2018-05-31ovl: strip debug argument from ovl_do_ helpersAmir Goldstein
2018-04-12ovl: disambiguate ovl_encode_fh()Amir Goldstein
2018-01-24ovl: copy up of disconnected dentriesAmir Goldstein
2018-01-24ovl: index directories on copy up for NFS exportAmir Goldstein
2018-01-24ovl: create ovl_need_index() helperAmir Goldstein
2018-01-24ovl: generalize ovl_verify_origin() and helpersAmir Goldstein
2018-01-24ovl: fix inconsistent d_ino for legacy merge dirAmir Goldstein
2017-11-09ovl: move include of ovl_entry.h into overlayfs.hAmir Goldstein
2017-11-09ovl: no direct iteration for dir with origin xattrAmir Goldstein
2017-10-05ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-07-04ovl: mark parent impure and restore timestamp on ovl_link_up()Amir Goldstein
2017-07-04ovl: persistent overlay inode nlink for indexed inodesAmir Goldstein
2017-07-04ovl: implement index dir copy upAmir Goldstein
2017-07-04ovl: move copy up lock outMiklos Szeredi
2017-07-04ovl: rearrange copy upMiklos Szeredi
2017-07-04ovl: add flag for upper in ovl_entryMiklos Szeredi
2017-07-04ovl: use struct copy_up_ctx as function argumentMiklos Szeredi
2017-07-04ovl: base tmpfile in workdir tooMiklos Szeredi
2017-07-04ovl: factor out ovl_copy_up_inode() helperAmir Goldstein
2017-07-04ovl: extract helper to get temp file in copy upMiklos Szeredi
2017-07-04ovl: defer upper dir lock to tempfile linkAmir Goldstein
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