summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)Author
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
2025-09-23ovl: Check for casefold consistency when creating new dentriesAndré Almeida
2025-09-23ovl: Add S_CASEFOLD as part of the inode flag to be copiedAndré Almeida
2025-09-23ovl: Set case-insensitive dentry operations for ovl sbAndré Almeida
2025-09-23ovl: Ensure that all layers have the same encodingAndré Almeida
2025-09-23ovl: Create ovl_casefold() to support casefolded strncmp()André Almeida
2025-09-23ovl: Prepare for mounting case-insensitive enabled layersAndré Almeida
2025-09-15ovl_is_real_file: constify realpath argumentAl Viro
2025-09-15ovl_sync_file(): constify path argumentAl Viro
2025-09-15ovl_lower_dir(): constify path argumentAl Viro
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-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-08-18ovl: fix possible double unlinkAmir Goldstein
2025-08-18ovl: use I_MUTEX_PARENT when locking parent in ovl_create_temp()NeilBrown
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-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-07-25ovl: properly print correct variableAntonio Quartulli
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: narrow locking in ovl_check_rename_whiteout()NeilBrown
2025-07-18ovl: narrow locking in ovl_whiteout()NeilBrown
2025-07-18ovl: change ovl_cleanup_and_whiteout() to take rename lock as neededNeilBrown
2025-07-18ovl: narrow locking on ovl_remove_and_whiteout()NeilBrown
2025-07-18ovl: change ovl_workdir_cleanup() to take dir lock as needed.NeilBrown
2025-07-18ovl: narrow locking in ovl_workdir_cleanup_recurse()NeilBrown
2025-07-18ovl: narrow locking in ovl_indexdir_cleanup()NeilBrown
2025-07-18ovl: narrow locking in ovl_workdir_create()NeilBrown
2025-07-18ovl: narrow locking in ovl_cleanup_index()NeilBrown
2025-07-18ovl: narrow locking in ovl_cleanup_whiteouts()NeilBrown
2025-07-18ovl: narrow locking in ovl_rename()NeilBrown
2025-07-18ovl: simplify gotos in ovl_rename()NeilBrown
2025-07-18ovl: narrow locking in ovl_create_over_whiteout()NeilBrown
2025-07-18ovl: narrow locking in ovl_clear_empty()NeilBrown
2025-07-18ovl: narrow locking in ovl_create_upper()NeilBrown
2025-07-18ovl: narrow the locked region in ovl_copy_up_workdir()NeilBrown
2025-07-18ovl: Call ovl_create_temp() without lock held.NeilBrown
2025-07-18ovl: change ovl_create_index() to take dir locksNeilBrown