aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/copy_up.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-18ovl: fix typo in MODULE_PARM_DESCNicolas Schier1-1/+1
2019-05-06ovl: fix missing upper fs freeze protection on copy up for ioctlAmir Goldstein1-3/+3
2019-02-13ovl: Do not lose security.capability xattr over metadata file copy-upVivek Goyal1-2/+26
2019-02-04ovl: During copy up, first copy up data and then xattrsVivek Goyal1-13/+18
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+3
2018-10-30vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong1-1/+1
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong1-3/+3
2018-10-26ovl: fold copy-up helpers into callersMiklos Szeredi1-108/+67
2018-10-26ovl: untangle copy up call chainAmir Goldstein1-86/+159
2018-10-26ovl: clean up error handling in ovl_get_tmpfile()Miklos Szeredi1-3/+2
2018-09-24vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein1-1/+1
2018-07-20ovl: Enable metadata only featureVivek Goyal1-3/+0
2018-07-20ovl: add helper to force data copy-upVivek Goyal1-0/+5
2018-07-20ovl: Copy up meta inode data from lowest data inodeVivek Goyal1-4/+9
2018-07-20ovl: A new xattr OVL_XATTR_METACOPY for file on upperVivek Goyal1-5/+51
2018-07-20ovl: Add helper ovl_already_copied_up()Vivek Goyal1-18/+2
2018-07-20ovl: Copy up only metadata during copy up where it makes senseVivek Goyal1-1/+24
2018-07-20ovl: During copy up, first copy up metadata and then dataVivek Goyal1-19/+17
2018-07-20ovl: Move the copy up helpers to copy_up.cVivek Goyal1-0/+32
2018-07-18ovl: obsolete "check_copy_up" module optionMiklos Szeredi1-23/+7
2018-05-31ovl: clean up copy-up error pathsMiklos Szeredi1-36/+18
2018-05-31ovl: create helper ovl_create_temp()Amir Goldstein1-10/+4
2018-05-31ovl: return dentry from ovl_create_real()Miklos Szeredi1-11/+4
2018-05-31ovl: struct cattr cleanupsAmir Goldstein1-3/+2
2018-05-31ovl: strip debug argument from ovl_do_ helpersAmir Goldstein1-5/+4
2018-04-12ovl: disambiguate ovl_encode_fh()Amir Goldstein1-3/+3
2018-01-24ovl: copy up of disconnected dentriesAmir Goldstein1-15/+41
2018-01-24ovl: index directories on copy up for NFS exportAmir Goldstein1-6/+116
2018-01-24ovl: create ovl_need_index() helperAmir Goldstein1-5/+1
2018-01-24ovl: generalize ovl_verify_origin() and helpersAmir Goldstein1-3/+3
2018-01-24ovl: fix inconsistent d_ino for legacy merge dirAmir Goldstein1-2/+2
2017-11-09ovl: move include of ovl_entry.h into overlayfs.hAmir Goldstein1-1/+0
2017-11-09ovl: no direct iteration for dir with origin xattrAmir Goldstein1-1/+6
2017-10-05ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein1-4/+2
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