summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/copy_up.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2025-07-18ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()NeilBrown1-2/+2
2025-07-18ovl: narrow the locked region in ovl_copy_up_workdir()NeilBrown1-2/+2
2025-07-18ovl: Call ovl_create_temp() without lock held.NeilBrown1-6/+0
2025-07-18ovl: change ovl_create_index() to take dir locksNeilBrown1-9/+13
2025-07-18ovl: simplify an error path in ovl_copy_up_workdir()NeilBrown1-9/+11
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-2/+2
2025-07-02fs: make vfs_fileattr_[get|set] return -EOPNOTSUPPAndrey Albershteyn1-1/+1
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown1-3/+3
2025-02-19ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_upVasiliy Kovalev1-1/+1
2025-01-06ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein1-5/+6
2024-12-19fs: relax assertions on failure to encode file handlesAmir Goldstein1-3/+2
2024-11-22Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-11-11ovl: use wrapper ovl_revert_creds()Vinicius Costa Gomes1-1/+1
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro1-1/+0
2024-09-19Merge tag 'ovl-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+39
2024-08-30ovl: fsync after metadata copy-upAmir Goldstein1-4/+39
2024-07-31lsm: Refactor return value of LSM hook inode_copy_up_xattrXu Kuohai1-3/+3
2024-04-09security: allow finer granularity in permitting copy-up of security xattrsStefan Berger1-1/+1
2024-03-17ovl: relax WARN_ON in ovl_verify_area()Amir Goldstein1-3/+3
2024-02-06remap_range: merge do_clone_file_range() into vfs_clone_file_range()Amir Goldstein1-8/+6
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-3/+6
2024-01-10Merge tag 'ovl-update-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-1/+7
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+26
2023-12-17ovl: fix dentry reference leak after changes to underlying layersAmir Goldstein1-2/+3
2023-12-12splice: return type ssize_t from all helpersAmir Goldstein1-1/+1
2023-12-01fs: move file_start_write() into direct_splice_actor()Amir Goldstein1-2/+0
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro1-3/+6
2023-11-24ovl: add permission hooks outside of do_splice_direct()Amir Goldstein1-1/+25
2023-11-20ovl: initialize ovl_copy_up_ctx.destname inside ovl_do_copy_up()Amir Goldstein1-1/+7
2023-10-31ovl: do not encode lower fh with upper sb_writers heldAmir Goldstein1-20/+33
2023-10-31ovl: do not open/llseek lower file with upper sb_writers heldAmir Goldstein1-21/+55
2023-10-31ovl: reorder ovl_want_write() after ovl_inode_lock()Amir Goldstein1-10/+3
2023-09-26Merge tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-09-25overlayfs: set ctime when setting mtime and atimeJeff Layton1-1/+1
2023-09-04ovl: fix failed copyup of fileattr on a symlinkAmir Goldstein1-1/+2
2023-08-12ovl: make consistent use of OVL_FS()Andrea Righi1-1/+1
2023-08-12ovl: add support for unique fsid per instanceAmir Goldstein1-1/+1
2023-08-12ovl: Handle verity during copy-upAlexander Larsson1-4/+44
2023-08-12ovl: Validate verity xattr when resolving lowerdataAlexander Larsson1-1/+1
2023-06-19ovl: implement lazy lookup of lowerdata in data-only layersAmir Goldstein1-0/+9
2023-06-19ovl: update of dentry revalidate flags after copy upAmir Goldstein1-0/+2
2023-03-06ovl: check for ->listxattr() supportChristian Brauner1-2/+1
2023-01-27ovl: fail on invalid uid/gid mapping at copy upMiklos Szeredi1-0/+4
2023-01-27ovl: fix tmpfile leakMiklos Szeredi1-1/+1
2022-10-20ovl: use posix acl apiChristian Brauner1-0/+38
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-51/+57
2022-09-24ovl: use vfs_tmpfile_open() helperMiklos Szeredi1-51/+57
2022-09-01overlayfs: constify pathAl Viro1-6/+6
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1