aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/overlayfs.h
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-02ovl: implement tmpfileMiklos Szeredi1-0/+3
2024-01-23ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein1-6/+17
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+6
2023-12-23fs: factor out backing_file_{read,write}_iter() helpersAmir Goldstein1-2/+6
2023-11-18fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger1-0/+8
2023-10-31ovl: Add an alternative type of whiteoutAlexander Larsson1-0/+15
2023-10-31ovl: Support escaped overlay.* xattrsAlexander Larsson1-0/+7
2023-10-31ovl: Add OVL_XATTR_TRUSTED/USER_PREFIX_LEN macrosAlexander Larsson1-0/+2