summaryrefslogtreecommitdiff
path: root/fs/overlayfs/overlayfs.h
AgeCommit message (Expand)AuthorFilesLines
2026-06-29ovl: document security.capability idmapping on the xattr forward pathsChristian Brauner1-0/+1
2026-04-13Merge tag 'vfs-7.1-rc1.directory' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+1
2026-03-27ovl: make fsync after metadata copy-up opt-in mount optionFei Lv1-0/+21
2026-03-09ovl: remove ovl_lock_rename_workdir()NeilBrown1-2/+0
2026-03-09ovl: change ovl_create_real() to get a new lock when re-opening created file.NeilBrown1-7/+1
2026-02-17Merge tag 'ovl-update-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-0/+2
2026-02-06ovl: relax requirement for uuid=off,index=onAmir Goldstein1-0/+2
2026-01-12fs: refactor ->update_time handlingChristoph Hellwig1-1/+2
2025-12-01Merge tag 'vfs-6.19-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+5
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-14/+33
2025-11-19ovl: remove ovl_revert_creds()Christian Brauner1-1/+0
2025-11-19ovl: add override_creds cleanup guard extension for overlayfsChristian Brauner1-0/+5
2025-11-14VFS/ovl/smb: introduce start_renaming_dentry()NeilBrown1-6/+2
2025-11-14VFS/nfsd/ovl: introduce start_renaming() and end_renaming()NeilBrown1-8/+15
2025-11-14VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()NeilBrown1-0/+8
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown1-0/+8
2025-11-12vfs: make vfs_symlink break delegations on parent dirJeff Layton1-1/+1
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton1-1/+1
2025-11-12vfs: make vfs_create break delegations on parent directoryJeff Layton1-1/+1
2025-11-12vfs: clean up argument list for vfs_create()Jeff Layton1-1/+1
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton1-1/+1
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton1-1/+1
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-4/+4
2025-10-03Merge tag 'ovl-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+5
2025-09-23VFS: unify old_mnt_idmap and new_mnt_idmap in renamedataNeilBrown1-2/+1
2025-09-23ovl: Add S_CASEFOLD as part of the inode flag to be copiedAndré Almeida1-3/+5
2025-09-15ovl_get_verity_digest(): constify path argumentAl Viro1-1/+1
2025-09-15ovl_validate_verity(): constify {meta,data}path argumentsAl Viro1-2/+2
2025-09-15ovl_ensure_verity_loaded(): constify datapath argumentAl Viro1-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+5
2025-07-28Merge tag 'vfs-6.17-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+25
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+8
2025-07-18ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()NeilBrown1-2/+1
2025-07-18ovl: change ovl_create_real() to receive dentry parentNeilBrown1-1/+1
2025-07-18ovl: change ovl_workdir_cleanup() to take dir lock as needed.NeilBrown1-1/+1
2025-07-18ovl: Call ovl_create_temp() without lock held.NeilBrown1-1/+11
2025-07-18ovl: simplify an error path in ovl_copy_up_workdir()NeilBrown1-0/+6
2025-07-18ovl: support layers on case-folding capable filesystemsAmir Goldstein1-0/+6
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-5/+5
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown1-8/+8
2025-06-12ovl: fix debug print in case of mkdir errorAmir Goldstein1-3/+5
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-04-07ovl: remove unused forward declarationGiuseppe Scrivano1-2/+0
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown1-1/+1
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown1-8/+7
2025-01-06ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein1-1/+1
2024-11-22Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2024-11-15ovl: allocate a container struct ovl_file for ovl private contextAmir Goldstein1-0/+3
2024-11-13fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flagStefan Berger1-8/+0
2024-11-11ovl: use wrapper ovl_revert_creds()Vinicius Costa Gomes1-0/+1