summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)AuthorFilesLines
2025-08-18ovl: fix possible double unlinkAmir Goldstein1-1/+2
2025-08-18ovl: use I_MUTEX_PARENT when locking parent in ovl_create_temp()NeilBrown1-1/+1
2025-07-29Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-19/+16
2025-07-28Merge tag 'vfs-6.17-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-215/+288
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-22/+22
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2025-07-25ovl: properly print correct variableAntonio Quartulli1-2/+3
2025-07-18ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()NeilBrown6-25/+25
2025-07-18ovl: change ovl_create_real() to receive dentry parentNeilBrown3-6/+6
2025-07-18ovl: narrow locking in ovl_check_rename_whiteout()NeilBrown1-8/+7
2025-07-18ovl: narrow locking in ovl_whiteout()NeilBrown3-20/+27
2025-07-18ovl: change ovl_cleanup_and_whiteout() to take rename lock as neededNeilBrown3-26/+12
2025-07-18ovl: narrow locking on ovl_remove_and_whiteout()NeilBrown1-13/+10
2025-07-18ovl: change ovl_workdir_cleanup() to take dir lock as needed.NeilBrown3-29/+15
2025-07-18ovl: narrow locking in ovl_workdir_cleanup_recurse()NeilBrown1-5/+9
2025-07-18ovl: narrow locking in ovl_indexdir_cleanup()NeilBrown1-7/+13
2025-07-18ovl: narrow locking in ovl_workdir_create()NeilBrown1-11/+14
2025-07-18ovl: narrow locking in ovl_cleanup_index()NeilBrown1-8/+8
2025-07-18ovl: narrow locking in ovl_cleanup_whiteouts()NeilBrown1-4/+2
2025-07-18ovl: narrow locking in ovl_rename()NeilBrown1-4/+7
2025-07-18ovl: simplify gotos in ovl_rename()NeilBrown1-27/+27
2025-07-18ovl: narrow locking in ovl_create_over_whiteout()NeilBrown1-7/+6
2025-07-18ovl: narrow locking in ovl_clear_empty()NeilBrown1-4/+3
2025-07-18ovl: narrow locking in ovl_create_upper()NeilBrown1-7/+5
2025-07-18ovl: narrow the locked region in ovl_copy_up_workdir()NeilBrown1-2/+2
2025-07-18ovl: Call ovl_create_temp() without lock held.NeilBrown5-38/+52
2025-07-18ovl: change ovl_create_index() to take dir locksNeilBrown1-9/+13
2025-07-18ovl: simplify an error path in ovl_copy_up_workdir()NeilBrown4-9/+42
2025-07-18ovl: support layers on case-folding capable filesystemsAmir Goldstein4-13/+49
2025-07-18ovl: remove unneeded non-const conversionAmir Goldstein1-1/+1
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner4-14/+14
2025-07-02fs: make vfs_fileattr_[get|set] return -EOPNOTSUPPAndrey Albershteyn2-5/+2
2025-06-16Merge tag 'vfs-6.16-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+13
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown6-22/+22
2025-06-12ovl: fix debug print in case of mkdir errorAmir Goldstein1-3/+5
2025-06-11new helper: set_default_d_op()Al Viro1-1/+1
2025-06-07Merge tag 'ovl-update-v2-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-80/+77
2025-06-05ovl: fix regression caused by lookup helpers API changesAmir Goldstein1-2/+8
2025-05-26Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+11
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-16/+15
2025-05-15readdir: supply dir_context.count as readdir buffer size hintMiklos Szeredi1-1/+11
2025-05-05ovl: Annotate struct ovl_entry with __counted_by()Thorsten Blum1-1/+1
2025-05-05ovl: Replace offsetof() with struct_size() in ovl_stack_free()Thorsten Blum1-2/+3
2025-05-05ovl: Replace offsetof() with struct_size() in ovl_cache_entry_new()Thorsten Blum1-2/+2
2025-04-30ovl: Check for NULL d_inode() in ovl_dentry_upper()Kees Cook1-1/+3
2025-04-30ovl: Use str_on_off() helper in ovl_show_options()Thorsten Blum1-5/+4
2025-04-30ovl: don't require "metacopy=on" for "verity"Miklos Szeredi1-24/+2
2025-04-30ovl: relax redirect/metacopy requirements for lower -> data redirectMiklos Szeredi2-13/+10
2025-04-30ovl: make redirect/metacopy rejection consistentMiklos Szeredi1-35/+55
2025-04-30ovl: Fix nested backing file pathsAndré Almeida1-2/+2