aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/copy_up.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsGravatar Miklos Szeredi 1-7/+9
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Gravatar Miklos Szeredi 1-1/+1
2020-09-02ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrsGravatar Miklos Szeredi 1-3/+3
2020-09-02ovl: clean up ovl_getxattr() in copy_up.cGravatar Miklos Szeredi 1-21/+11
2020-09-02duplicate ovl_getxattr()Gravatar Miklos Szeredi 1-0/+33
2020-09-02ovl: provide a mount option "volatile"Gravatar Vivek Goyal 1-4/+8
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-07-16ovl: change ovl_copy_up_flags staticGravatar youngjun 1-1/+1
2020-06-04ovl: initialize error in ovl_copy_xattrGravatar Yuxuan Shui 1-1/+1
2020-05-13ovl: prepare to copy up without workdirGravatar Amir Goldstein 1-3/+4
2020-03-17ovl: ignore failure to copy up unknown xattrsGravatar Miklos Szeredi 1-2/+14
2020-01-22ovl: improving copy-up efficiency for big sparse fileGravatar Chengguang Xu 1-2/+39
2020-01-22ovl: use pr_fmt auto generate prefixGravatar lijiazi 1-1/+1
2019-12-10ovl: don't use a temp buf for encoding real fhGravatar Amir Goldstein 1-21/+16
2019-12-10ovl: make sure that real fid is 32bit aligned in memoryGravatar Amir Goldstein 1-14/+16
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-18ovl: fix typo in MODULE_PARM_DESCGravatar Nicolas Schier 1-1/+1
2019-05-06ovl: fix missing upper fs freeze protection on copy up for ioctlGravatar Amir Goldstein 1-3/+3
2019-02-13ovl: Do not lose security.capability xattr over metadata file copy-upGravatar Vivek Goyal 1-2/+26
2019-02-04ovl: During copy up, first copy up data and then xattrsGravatar Vivek Goyal 1-13/+18
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-3/+3
2018-10-30vfs: plumb remap flags through the vfs clone functionsGravatar Darrick J. Wong 1-1/+1
2018-10-30vfs: make remap_file_range functions take and return bytes completedGravatar Darrick J. Wong 1-3/+3
2018-10-26ovl: fold copy-up helpers into callersGravatar Miklos Szeredi 1-108/+67
2018-10-26ovl: untangle copy up call chainGravatar Amir Goldstein 1-86/+159
2018-10-26ovl: clean up error handling in ovl_get_tmpfile()Gravatar Miklos Szeredi 1-3/+2
2018-09-24vfs: swap names of {do,vfs}_clone_file_range()Gravatar Amir Goldstein 1-1/+1
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