aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/util.c
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-14/+4
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-11/+0
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+5
2025-11-28ovl: fail ovl_lock_rename_workdir() if either target is unhashedNeilBrown1-2/+2
2025-11-19ovl: remove ovl_revert_creds()Christian Brauner1-5/+0
2025-11-19ovl: port ovl_nlink_end() to cred guardChristian Brauner1-5/+2
2025-11-19ovl: port ovl_nlink_start() to cred guardChristian Brauner1-4/+2
2025-11-14VFS/ovl/smb: introduce start_renaming_dentry()NeilBrown1-11/+0
2025-10-20overlayfs: use the new ->i_state accessorsMateusz Guzik1-5/+5
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-4/+4
2025-09-23ovl: Support mounting case-insensitive enabled layersAndré Almeida1-3/+3
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-08-18ovl: fix possible double unlinkAmir Goldstein1-1/+2
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2025-07-18ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()NeilBrown1-1/+1
2025-07-18ovl: change ovl_cleanup_and_whiteout() to take rename lock as neededNeilBrown1-10/+2
2025-07-18ovl: narrow locking in ovl_cleanup_index()NeilBrown1-8/+8
2025-07-18ovl: Call ovl_create_temp() without lock held.NeilBrown1-1/+6
2025-07-18ovl: simplify an error path in ovl_copy_up_workdir()NeilBrown1-0/+10
2025-07-18ovl: support layers on case-folding capable filesystemsAmir Goldstein1-4/+11
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-1/+1
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown1-1/+1
2025-05-05ovl: Replace offsetof() with struct_size() in ovl_stack_free()Thorsten Blum1-2/+3
2025-04-30ovl: Check for NULL d_inode() in ovl_dentry_upper()Kees Cook1-1/+3
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner1-1/+1
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner1-1/+1
2024-11-20ovl: Filter invalid inodes with missing lookup functionVasiliy Kovalev1-0/+3
2024-11-15ovl: Optimize override/revert credsVinicius Costa Gomes1-2/+2
2024-11-11ovl: use wrapper ovl_revert_creds()Vinicius Costa Gomes1-2/+7
2024-04-15kernel_file_open(): get rid of inode argumentAl Viro1-1/+1
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-7/+11
2024-02-08ovl: convert to super_set_uuid()Kent Overstreet1-7/+11
2024-01-23ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein1-22/+31
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+6
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro1-1/+6
2023-11-20ovl: remove redundant ofs->indexdir memberAmir Goldstein1-1/+1
2023-11-14ovl: fix misformatted commentAmir Goldstein1-1/+1
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2023-10-31ovl: Add an alternative type of whiteoutAlexander Larsson1-0/+40
2023-10-31ovl: do not encode lower fh with upper sb_writers heldAmir Goldstein1-1/+10
2023-10-31ovl: do not open/llseek lower file with upper sb_writers heldAmir Goldstein1-2/+6
2023-10-31ovl: reorder ovl_want_write() after ovl_inode_lock()Amir Goldstein1-7/+27
2023-10-31ovl: split ovl_want_write() into two helpersAmir Goldstein1-0/+26
2023-10-31ovl: protect copying of realinode attributes to ovl inodeAmir Goldstein1-0/+2
2023-10-24exportfs: add helpers to check if filesystem can encode/decode file handlesAmir Goldstein1-1/+1
2023-10-18overlayfs: convert to new timestamp accessorsJeff Layton1-2/+2
2023-08-30Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-12/+221
2023-08-12ovl: make consistent use of OVL_FS()Andrea Righi1-8/+8