aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/copy_up.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-20ovl: Enable metadata only featureGravatar Vivek Goyal 1-3/+0
2018-07-20ovl: add helper to force data copy-upGravatar Vivek Goyal 1-0/+5
2018-07-20ovl: Copy up meta inode data from lowest data inodeGravatar Vivek Goyal 1-4/+9
2018-07-20ovl: A new xattr OVL_XATTR_METACOPY for file on upperGravatar Vivek Goyal 1-5/+51
2018-07-20ovl: Add helper ovl_already_copied_up()Gravatar Vivek Goyal 1-18/+2
2018-07-20ovl: Copy up only metadata during copy up where it makes senseGravatar Vivek Goyal 1-1/+24
2018-07-20ovl: During copy up, first copy up metadata and then dataGravatar Vivek Goyal 1-19/+17
2018-07-20ovl: Move the copy up helpers to copy_up.cGravatar Vivek Goyal 1-0/+32
2018-07-18ovl: obsolete "check_copy_up" module optionGravatar Miklos Szeredi 1-23/+7
2018-05-31ovl: clean up copy-up error pathsGravatar Miklos Szeredi 1-36/+18
2018-05-31ovl: create helper ovl_create_temp()Gravatar Amir Goldstein 1-10/+4
2018-05-31ovl: return dentry from ovl_create_real()Gravatar Miklos Szeredi 1-11/+4
2018-05-31ovl: struct cattr cleanupsGravatar Amir Goldstein 1-3/+2
2018-05-31ovl: strip debug argument from ovl_do_ helpersGravatar Amir Goldstein 1-5/+4
2018-04-12ovl: disambiguate ovl_encode_fh()Gravatar Amir Goldstein 1-3/+3
2018-01-24ovl: copy up of disconnected dentriesGravatar Amir Goldstein 1-15/+41
2018-01-24ovl: index directories on copy up for NFS exportGravatar Amir Goldstein 1-6/+116
2018-01-24ovl: create ovl_need_index() helperGravatar Amir Goldstein 1-5/+1
2018-01-24ovl: generalize ovl_verify_origin() and helpersGravatar Amir Goldstein 1-3/+3
2018-01-24ovl: fix inconsistent d_ino for legacy merge dirGravatar Amir Goldstein 1-2/+2
2017-11-09ovl: move include of ovl_entry.h into overlayfs.hGravatar Amir Goldstein 1-1/+0
2017-11-09ovl: no direct iteration for dir with origin xattrGravatar Amir Goldstein 1-1/+6
2017-10-05ovl: fix missing unlock_rename() in ovl_do_copy_up()Gravatar Amir Goldstein 1-4/+2
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagGravatar Michal Hocko 1-1/+1
2017-07-04ovl: mark parent impure and restore timestamp on ovl_link_up()Gravatar Amir Goldstein 1-24/+33
2017-07-04ovl: persistent overlay inode nlink for indexed inodesGravatar Amir Goldstein 1-0/+5
2017-07-04ovl: implement index dir copy upGravatar Amir Goldstein 1-28/+97
2017-07-04ovl: move copy up lock outGravatar Miklos Szeredi 1-25/+13
2017-07-04ovl: rearrange copy upGravatar Miklos Szeredi 1-36/+50
2017-07-04ovl: add flag for upper in ovl_entryGravatar Miklos Szeredi 1-0/+1
2017-07-04ovl: use struct copy_up_ctx as function argumentGravatar Miklos Szeredi 1-82/+78
2017-07-04ovl: base tmpfile in workdir tooGravatar Miklos Szeredi 1-5/+3
2017-07-04ovl: factor out ovl_copy_up_inode() helperGravatar Amir Goldstein 1-17/+29
2017-07-04ovl: extract helper to get temp file in copy upGravatar Miklos Szeredi 1-18/+41
2017-07-04ovl: defer upper dir lock to tempfile linkGravatar Amir Goldstein 1-29/+38
2017-07-04ovl: verify index dir matches upper dirGravatar Amir Goldstein 1-2/+10
2017-07-04ovl: verify upper root dir matches lower root dirGravatar Amir Goldstein 1-1/+1
2017-07-04ovl: introduce the inodes index dir featureGravatar Amir Goldstein 1-5/+4
2017-07-04ovl: move __upperdentry to ovl_inodeGravatar Miklos Szeredi 1-2/+1
2017-07-04Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid into over...Gravatar Miklos Szeredi 1-4/+3
2017-06-28ovl: don't set origin on broken lower hardlinkGravatar Miklos Szeredi 1-3/+8
2017-06-28ovl: copy-up: don't unlock between lookup and linkGravatar Miklos Szeredi 1-12/+12
2017-06-05overlayfs: use uuid_t instead of uuid_beGravatar Christoph Hellwig 1-1/+1
2017-06-05fs: switch ->s_uuid to uuid_tGravatar Christoph Hellwig 1-3/+2
2017-05-29ovl: mark upper merge dir with type origin entries "impure"Gravatar Amir Goldstein 1-0/+5
2017-05-19ovl: remove unused arg from ovl_lookup_temp()Gravatar Miklos Szeredi 1-1/+1
2017-05-18ovl: don't fail copy-up if upper doesn't support xattrGravatar Miklos Szeredi 1-1/+5
2017-05-18ovl: fix creds leak in copy up error pathGravatar Amir Goldstein 1-5/+6
2017-05-05ovl: store file handle of lower inode on copy upGravatar Amir Goldstein 1-0/+82
2017-03-03Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-25/+66