summaryrefslogtreecommitdiff
path: root/fs/overlayfs/copy_up.c
AgeCommit message (Expand)Author
2024-04-09security: allow finer granularity in permitting copy-up of security xattrsStefan Berger
2024-03-17ovl: relax WARN_ON in ovl_verify_area()Amir Goldstein
2024-02-06remap_range: merge do_clone_file_range() into vfs_clone_file_range()Amir Goldstein
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-10Merge tag 'ovl-update-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2023-12-17ovl: fix dentry reference leak after changes to underlying layersAmir Goldstein
2023-12-12splice: return type ssize_t from all helpersAmir Goldstein
2023-12-01fs: move file_start_write() into direct_splice_actor()Amir Goldstein
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro
2023-11-24ovl: add permission hooks outside of do_splice_direct()Amir Goldstein
2023-11-20ovl: initialize ovl_copy_up_ctx.destname inside ovl_do_copy_up()Amir Goldstein
2023-10-31ovl: do not encode lower fh with upper sb_writers heldAmir Goldstein
2023-10-31ovl: do not open/llseek lower file with upper sb_writers heldAmir Goldstein
2023-10-31ovl: reorder ovl_want_write() after ovl_inode_lock()Amir Goldstein
2023-09-26Merge tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2023-09-25overlayfs: set ctime when setting mtime and atimeJeff Layton
2023-09-04ovl: fix failed copyup of fileattr on a symlinkAmir Goldstein
2023-08-12ovl: make consistent use of OVL_FS()Andrea Righi
2023-08-12ovl: add support for unique fsid per instanceAmir Goldstein
2023-08-12ovl: Handle verity during copy-upAlexander Larsson
2023-08-12ovl: Validate verity xattr when resolving lowerdataAlexander Larsson
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