summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/copy_up.c
AgeCommit message (Expand)Author
2020-12-14ovl: do not fail when setting origin xattrMiklos Szeredi
2020-11-12ovl: introduce new "uuid=off" option for inodes index featurePavel Tikhomirov
2020-11-12ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fhPavel Tikhomirov
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi
2020-09-02ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrsMiklos Szeredi
2020-09-02ovl: clean up ovl_getxattr() in copy_up.cMiklos Szeredi
2020-09-02duplicate ovl_getxattr()Miklos Szeredi
2020-09-02ovl: provide a mount option "volatile"Vivek Goyal
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-16ovl: change ovl_copy_up_flags staticyoungjun
2020-06-04ovl: initialize error in ovl_copy_xattrYuxuan Shui
2020-05-13ovl: prepare to copy up without workdirAmir Goldstein
2020-03-17ovl: ignore failure to copy up unknown xattrsMiklos Szeredi
2020-01-22ovl: improving copy-up efficiency for big sparse fileChengguang Xu
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi
2019-12-10ovl: don't use a temp buf for encoding real fhAmir Goldstein
2019-12-10ovl: make sure that real fid is 32bit aligned in memoryAmir Goldstein
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-18ovl: fix typo in MODULE_PARM_DESCNicolas Schier
2019-05-06ovl: fix missing upper fs freeze protection on copy up for ioctlAmir Goldstein
2019-02-13ovl: Do not lose security.capability xattr over metadata file copy-upVivek Goyal
2019-02-04ovl: During copy up, first copy up data and then xattrsVivek Goyal
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-10-30vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong
2018-10-26ovl: fold copy-up helpers into callersMiklos Szeredi
2018-10-26ovl: untangle copy up call chainAmir Goldstein
2018-10-26ovl: clean up error handling in ovl_get_tmpfile()Miklos Szeredi
2018-09-24vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein
2018-07-20ovl: Enable metadata only featureVivek Goyal
2018-07-20ovl: add helper to force data copy-upVivek Goyal
2018-07-20ovl: Copy up meta inode data from lowest data inodeVivek Goyal
2018-07-20ovl: A new xattr OVL_XATTR_METACOPY for file on upperVivek Goyal
2018-07-20ovl: Add helper ovl_already_copied_up()Vivek Goyal
2018-07-20ovl: Copy up only metadata during copy up where it makes senseVivek Goyal
2018-07-20ovl: During copy up, first copy up metadata and then dataVivek Goyal
2018-07-20ovl: Move the copy up helpers to copy_up.cVivek Goyal
2018-07-18ovl: obsolete "check_copy_up" module optionMiklos Szeredi
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