summaryrefslogtreecommitdiff
path: root/fs/overlayfs/overlayfs.h
AgeCommit message (Expand)Author
2025-12-01Merge tag 'vfs-6.19-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-11-19ovl: remove ovl_revert_creds()Christian Brauner
2025-11-19ovl: add override_creds cleanup guard extension for overlayfsChristian Brauner
2025-11-14VFS/ovl/smb: introduce start_renaming_dentry()NeilBrown
2025-11-14VFS/nfsd/ovl: introduce start_renaming() and end_renaming()NeilBrown
2025-11-14VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()NeilBrown
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown
2025-11-12vfs: make vfs_symlink break delegations on parent dirJeff Layton
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton
2025-11-12vfs: make vfs_create break delegations on parent directoryJeff Layton
2025-11-12vfs: clean up argument list for vfs_create()Jeff Layton
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-10-03Merge tag 'ovl-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-09-23VFS: unify old_mnt_idmap and new_mnt_idmap in renamedataNeilBrown
2025-09-23ovl: Add S_CASEFOLD as part of the inode flag to be copiedAndré Almeida
2025-09-15ovl_get_verity_digest(): constify path argumentAl Viro
2025-09-15ovl_validate_verity(): constify {meta,data}path argumentsAl Viro
2025-09-15ovl_ensure_verity_loaded(): constify datapath argumentAl Viro
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-18ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()NeilBrown
2025-07-18ovl: change ovl_create_real() to receive dentry parentNeilBrown
2025-07-18ovl: change ovl_workdir_cleanup() to take dir lock as needed.NeilBrown
2025-07-18ovl: Call ovl_create_temp() without lock held.NeilBrown
2025-07-18ovl: simplify an error path in ovl_copy_up_workdir()NeilBrown
2025-07-18ovl: support layers on case-folding capable filesystemsAmir Goldstein
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown
2025-06-12ovl: fix debug print in case of mkdir errorAmir Goldstein
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-04-07ovl: remove unused forward declarationGiuseppe Scrivano
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown
2025-01-06ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein
2024-11-22Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-15ovl: allocate a container struct ovl_file for ovl private contextAmir Goldstein
2024-11-13fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flagStefan Berger
2024-11-11ovl: use wrapper ovl_revert_creds()Vinicius Costa Gomes
2024-05-02ovl: implement tmpfileMiklos Szeredi
2024-01-23ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2023-12-23fs: factor out backing_file_{read,write}_iter() helpersAmir Goldstein
2023-11-18fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger
2023-10-31ovl: Add an alternative type of whiteoutAlexander Larsson
2023-10-31ovl: Support escaped overlay.* xattrsAlexander Larsson
2023-10-31ovl: Add OVL_XATTR_TRUSTED/USER_PREFIX_LEN macrosAlexander Larsson