summaryrefslogtreecommitdiff
path: root/fs/overlayfs/copy_up.c
AgeCommit message (Expand)Author
2025-11-19ovl: remove struct ovl_cu_creds and associated functionsChristian Brauner
2025-11-19ovl: port ovl_copy_up_tmpfile() to cred guardChristian Brauner
2025-11-19ovl: mark *_cu_creds() as unused temporarilyChristian Brauner
2025-11-19ovl: port ovl_copy_up_workdir() to cred guardChristian Brauner
2025-11-19ovl: add copy up credential guardChristian Brauner
2025-11-19ovl: port ovl_copy_up_flags() to cred guardsChristian Brauner
2025-11-19Merge branch 'vfs-6.19.directory.locking' into base.vfs-6.19.ovlChristian Brauner
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown
2025-11-14VFS/ovl/smb: introduce start_renaming_dentry()NeilBrown
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown
2025-10-10Revert "fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP"Andrey Albershteyn
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-09-23ovl: Add S_CASEFOLD as part of the inode flag to be copiedAndré Almeida
2025-09-15ovl_sync_file(): constify path argumentAl Viro
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-18ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()NeilBrown
2025-07-18ovl: narrow the locked region in ovl_copy_up_workdir()NeilBrown
2025-07-18ovl: Call ovl_create_temp() without lock held.NeilBrown
2025-07-18ovl: change ovl_create_index() to take dir locksNeilBrown
2025-07-18ovl: simplify an error path in ovl_copy_up_workdir()NeilBrown
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-07-02fs: make vfs_fileattr_[get|set] return -EOPNOTSUPPAndrey Albershteyn
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown
2025-02-19ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_upVasiliy Kovalev
2025-01-06ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein
2024-12-19fs: relax assertions on failure to encode file handlesAmir Goldstein
2024-11-22Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-11ovl: use wrapper ovl_revert_creds()Vinicius Costa Gomes
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro
2024-09-19Merge tag 'ovl-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-08-30ovl: fsync after metadata copy-upAmir Goldstein
2024-07-31lsm: Refactor return value of LSM hook inode_copy_up_xattrXu Kuohai
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