summaryrefslogtreecommitdiff
path: root/fs/overlayfs/copy_up.c
AgeCommit message (Expand)Author
2023-06-19ovl: implement lazy lookup of lowerdata in data-only layersAmir Goldstein
2023-06-19ovl: update of dentry revalidate flags after copy upAmir Goldstein
2023-03-06ovl: check for ->listxattr() supportChristian Brauner
2023-01-27ovl: fail on invalid uid/gid mapping at copy upMiklos Szeredi
2023-01-27ovl: fix tmpfile leakMiklos Szeredi
2022-10-20ovl: use posix acl apiChristian Brauner
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-09-24ovl: use vfs_tmpfile_open() helperMiklos Szeredi
2022-09-01overlayfs: constify pathAl Viro
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-07-16fs: do not compare against ->llseekJason A. Donenfeld
2022-06-26attr: port attribute changes to new typesChristian Brauner
2022-04-28ovl: use ovl_path_getxattr() wrapperChristian Brauner
2022-04-28ovl: use ovl_lookup_upper() wrapperChristian Brauner
2022-04-28ovl: use ovl_do_notify_change() wrapperChristian Brauner
2022-04-28ovl: pass ofs to setattr operationsChristian Brauner
2022-04-28ovl: pass ofs to creation operationsChristian Brauner
2022-04-28ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein
2022-01-14ovl: don't fail copy up if no fileattr support on upperMiklos Szeredi
2022-01-14ovl: fix NULL pointer dereference in copy up warningChristoph Fritz
2021-11-04ovl: fix filattr copy-up failureMiklos Szeredi
2021-08-17ovl: use kvalloc in xattr copy-upMiklos Szeredi
2021-08-17ovl: consistent behavior for immutable/append-only inodesAmir Goldstein
2021-08-17ovl: copy up sync/noatime fileattr flagsAmir Goldstein
2021-08-17ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein
2021-04-12ovl: fix missing revert_creds() on error pathDan Carpenter
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-28ovl: skip getxattr of security labelsAmir Goldstein
2021-01-24xattr: handle idmapped mountsTycho Andersen
2021-01-24attr: handle idmapped mountsChristian Brauner
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