summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)AuthorFilesLines
2025-11-19ovl: port ovl_flush() to cred guardChristian Brauner1-4/+2
2025-11-19ovl: port ovl_fadvise() to cred guardChristian Brauner1-7/+2
2025-11-19ovl: port ovl_fallocate() to cred guardChristian Brauner1-4/+2
2025-11-19ovl: port ovl_fsync() to cred guardChristian Brauner1-6/+2
2025-11-19ovl: port ovl_llseek() to cred guardChristian Brauner1-4/+2
2025-11-19ovl: port ovl_open_realfile() to cred guardChristian Brauner1-13/+12
2025-11-19ovl: port ovl_create_tmpfile() to cred guardChristian Brauner1-33/+27
2025-11-19ovl: port ovl_do_remove() to cred guardChristian Brauner1-7/+6
2025-11-19ovl: port ovl_set_link_redirect() to cred guardChristian Brauner1-8/+2
2025-11-19ovl: port ovl_create_or_link() to cred guardChristian Brauner1-39/+31
2025-11-19ovl: port ovl_copy_up_flags() to cred guardsChristian Brauner1-4/+2
2025-11-19ovl: add override_creds cleanup guard extension for overlayfsChristian Brauner1-0/+5
2025-11-19Merge branch 'vfs-6.19.directory.locking' into base.vfs-6.19.ovlChristian Brauner6-221/+208
2025-11-14VFS: introduce end_creating_keep()NeilBrown2-14/+5
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown3-15/+13
2025-11-14Add start_renaming_two_dentries()NeilBrown1-14/+29
2025-11-14VFS/ovl/smb: introduce start_renaming_dentry()NeilBrown5-78/+36
2025-11-14VFS/nfsd/ovl: introduce start_renaming() and end_renaming()NeilBrown2-50/+47
2025-11-14VFS: introduce start_removing_dentry()NeilBrown2-10/+8
2025-11-14VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()NeilBrown2-8/+15
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown4-68/+91
2025-11-12fuse: add WARN_ON and comment for RCU revalidateMiklos Szeredi1-2/+10
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-20overlayfs: use the new ->i_state accessorsMateusz Guzik3-9/+9
2025-10-10ovl: remove redundant IOCB_DIO_CALLER_COMP clearingSeong-Gwang Heo1-5/+0
2025-10-10Revert "fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP"Andrey Albershteyn2-2/+5
2025-10-04Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds5-11/+11
2025-10-03Merge tag 'ovl-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-41/+229
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-16/+15
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-23VFS: unify old_mnt_idmap and new_mnt_idmap in renamedataNeilBrown1-2/+1
2025-09-23VFS/ovl: add lookup_one_positive_killable()NeilBrown1-14/+14
2025-09-23ovl: make sure that ovl_create_real() returns a hashed dentryAmir Goldstein1-1/+21
2025-09-23ovl: Support mounting case-insensitive enabled layersAndré Almeida2-11/+12
2025-09-23ovl: Check for casefold consistency when creating new dentriesAndré Almeida1-0/+7
2025-09-23ovl: Add S_CASEFOLD as part of the inode flag to be copiedAndré Almeida4-4/+8
2025-09-23ovl: Set case-insensitive dentry operations for ovl sbAndré Almeida1-1/+24
2025-09-23ovl: Ensure that all layers have the same encodingAndré Almeida1-0/+38
2025-09-23ovl: Create ovl_casefold() to support casefolded strncmp()André Almeida1-21/+105
2025-09-23ovl: Prepare for mounting case-insensitive enabled layersAndré Almeida3-3/+14
2025-09-16ovl_is_real_file: constify realpath argumentAl Viro1-1/+1
2025-09-16ovl_sync_file(): constify path argumentAl Viro1-1/+1
2025-09-16ovl_lower_dir(): constify path argumentAl Viro1-1/+1
2025-09-16ovl_get_verity_digest(): constify path argumentAl Viro2-2/+2
2025-09-16ovl_validate_verity(): constify {meta,data}path argumentsAl Viro2-4/+4