summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2025-11-19ovl: port ovl_maybe_lookup_lowerdata() to cred guardChristian Brauner
2025-11-19ovl: port ovl_maybe_validate_verity() to cred guardChristian Brauner
2025-11-19ovl: port ovl_fileattr_get() to cred guardChristian Brauner
2025-11-19ovl: port ovl_fileattr_set() to cred guardChristian Brauner
2025-11-19ovl: port ovl_fiemap() to cred guardChristian Brauner
2025-11-19ovl: port ovl_set_or_remove_acl() to cred guardChristian Brauner
2025-11-19ovl: port do_ovl_get_acl() to cred guardChristian Brauner
2025-11-19ovl: port ovl_get_link() to cred guardChristian Brauner
2025-11-19ovl: port ovl_permission() to cred guardChristian Brauner
2025-11-19ovl: port ovl_getattr() to cred guardChristian Brauner
2025-11-19ovl: port ovl_setattr() to cred guardChristian Brauner
2025-11-19ovl: port ovl_flush() to cred guardChristian Brauner
2025-11-19ovl: port ovl_fadvise() to cred guardChristian Brauner
2025-11-19ovl: port ovl_fallocate() to cred guardChristian Brauner
2025-11-19ovl: port ovl_fsync() to cred guardChristian Brauner
2025-11-19ovl: port ovl_llseek() to cred guardChristian Brauner
2025-11-19ovl: port ovl_open_realfile() to cred guardChristian Brauner
2025-11-19ovl: port ovl_create_tmpfile() to cred guardChristian Brauner
2025-11-19ovl: port ovl_do_remove() to cred guardChristian Brauner
2025-11-19ovl: port ovl_set_link_redirect() to cred guardChristian Brauner
2025-11-19ovl: port ovl_create_or_link() to cred guardChristian Brauner
2025-11-19ovl: port ovl_copy_up_flags() to cred guardsChristian Brauner
2025-11-19ovl: add override_creds cleanup guard extension for overlayfsChristian Brauner
2025-11-19Merge branch 'vfs-6.19.directory.locking' into base.vfs-6.19.ovlChristian Brauner
2025-11-14VFS: introduce end_creating_keep()NeilBrown
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown
2025-11-14Add start_renaming_two_dentries()NeilBrown
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: introduce start_removing_dentry()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-12fuse: add WARN_ON and comment for RCU revalidateMiklos Szeredi
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-20overlayfs: use the new ->i_state accessorsMateusz Guzik
2025-10-10ovl: remove redundant IOCB_DIO_CALLER_COMP clearingSeong-Gwang Heo
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-10-03Merge tag 'ovl-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-23VFS: unify old_mnt_idmap and new_mnt_idmap in renamedataNeilBrown
2025-09-23VFS/ovl: add lookup_one_positive_killable()NeilBrown
2025-09-23ovl: make sure that ovl_create_real() returns a hashed dentryAmir Goldstein
2025-09-23ovl: Support mounting case-insensitive enabled layersAndré Almeida