aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/copy_up.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2022-07-16fs: do not compare against ->llseekJason A. Donenfeld1-2/+1
2022-06-26attr: port attribute changes to new typesChristian Brauner1-2/+2
2022-04-28ovl: use ovl_path_getxattr() wrapperChristian Brauner1-11/+10
2022-04-28ovl: use ovl_lookup_upper() wrapperChristian Brauner1-5/+7
2022-04-28ovl: use ovl_do_notify_change() wrapperChristian Brauner1-4/+4
2022-04-28ovl: pass ofs to setattr operationsChristian Brauner1-8/+11
2022-04-28ovl: pass ofs to creation operationsChristian Brauner1-9/+12
2022-04-28ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein1-10/+11
2022-01-14ovl: don't fail copy up if no fileattr support on upperMiklos Szeredi1-1/+11
2022-01-14ovl: fix NULL pointer dereference in copy up warningChristoph Fritz1-2/+2
2021-11-04ovl: fix filattr copy-up failureMiklos Szeredi1-5/+18
2021-08-17ovl: use kvalloc in xattr copy-upMiklos Szeredi1-4/+5
2021-08-17ovl: consistent behavior for immutable/append-only inodesAmir Goldstein1-2/+15
2021-08-17ovl: copy up sync/noatime fileattr flagsAmir Goldstein1-7/+44
2021-08-17ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein1-5/+5
2021-04-12ovl: fix missing revert_creds() on error pathDan Carpenter1-1/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-11/+11
2021-01-28ovl: skip getxattr of security labelsAmir Goldstein1-7/+8
2021-01-24xattr: handle idmapped mountsTycho Andersen1-7/+7
2021-01-24attr: handle idmapped mountsChristian Brauner1-4/+4
2020-12-14ovl: do not fail when setting origin xattrMiklos Szeredi1-1/+2
2020-11-12ovl: introduce new "uuid=off" option for inodes index featurePavel Tikhomirov1-1/+2
2020-11-12ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fhPavel Tikhomirov1-10/+12
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi1-7/+9
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi1-1/+1
2020-09-02ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrsMiklos Szeredi1-3/+3
2020-09-02ovl: clean up ovl_getxattr() in copy_up.cMiklos Szeredi1-21/+11
2020-09-02duplicate ovl_getxattr()Miklos Szeredi1-0/+33
2020-09-02ovl: provide a mount option "volatile"Vivek Goyal1-4/+8
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-16ovl: change ovl_copy_up_flags staticyoungjun1-1/+1
2020-06-04ovl: initialize error in ovl_copy_xattrYuxuan Shui1-1/+1
2020-05-13ovl: prepare to copy up without workdirAmir Goldstein1-3/+4
2020-03-17ovl: ignore failure to copy up unknown xattrsMiklos Szeredi1-2/+14
2020-01-22ovl: improving copy-up efficiency for big sparse fileChengguang Xu1-2/+39
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi1-1/+1
2019-12-10ovl: don't use a temp buf for encoding real fhAmir Goldstein1-21/+16
2019-12-10ovl: make sure that real fid is 32bit aligned in memoryAmir Goldstein1-14/+16
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