summaryrefslogtreecommitdiff
path: root/fs/overlayfs/util.c
AgeCommit message (Expand)Author
3 daysMerge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
13 daysovl: rename ovl_cleanup_unlocked() to ovl_cleanup()NeilBrown
13 daysovl: change ovl_cleanup_and_whiteout() to take rename lock as neededNeilBrown
13 daysovl: narrow locking in ovl_cleanup_index()NeilBrown
13 daysovl: Call ovl_create_temp() without lock held.NeilBrown
13 daysovl: simplify an error path in ovl_copy_up_workdir()NeilBrown
13 daysovl: support layers on case-folding capable filesystemsAmir Goldstein
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown
2025-05-05ovl: Replace offsetof() with struct_size() in ovl_stack_free()Thorsten Blum
2025-04-30ovl: Check for NULL d_inode() in ovl_dentry_upper()Kees Cook
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner
2024-11-20ovl: Filter invalid inodes with missing lookup functionVasiliy Kovalev
2024-11-15ovl: Optimize override/revert credsVinicius Costa Gomes
2024-11-11ovl: use wrapper ovl_revert_creds()Vinicius Costa Gomes
2024-04-15kernel_file_open(): get rid of inode argumentAl Viro
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-02-08ovl: convert to super_set_uuid()Kent Overstreet
2024-01-23ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro
2023-11-20ovl: remove redundant ofs->indexdir memberAmir Goldstein
2023-11-14ovl: fix misformatted commentAmir Goldstein
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-31ovl: Add an alternative type of whiteoutAlexander Larsson
2023-10-31ovl: do not encode lower fh with upper sb_writers heldAmir Goldstein
2023-10-31ovl: do not open/llseek lower file with upper sb_writers heldAmir Goldstein
2023-10-31ovl: reorder ovl_want_write() after ovl_inode_lock()Amir Goldstein
2023-10-31ovl: split ovl_want_write() into two helpersAmir Goldstein
2023-10-31ovl: protect copying of realinode attributes to ovl inodeAmir Goldstein
2023-10-24exportfs: add helpers to check if filesystem can encode/decode file handlesAmir Goldstein
2023-10-18overlayfs: convert to new timestamp accessorsJeff Layton
2023-08-30Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2023-08-12ovl: make consistent use of OVL_FS()Andrea Righi
2023-08-12ovl: auto generate uuid for new overlay filesystemsAmir Goldstein
2023-08-12ovl: store persistent uuid/fsid with uuid=onAmir Goldstein
2023-08-12ovl: Handle verity during copy-upAlexander Larsson
2023-08-12ovl: Validate verity xattr when resolving lowerdataAlexander Larsson
2023-08-12ovl: Add versioned header for overlay.metacopy xattrAlexander Larsson
2023-07-24overlayfs: convert to ctime accessor functionsJeff Layton
2023-06-19ovl: store enum redirect_mode in config instead of a stringAmir Goldstein
2023-06-19ovl: implement lazy lookup of lowerdata in data-only layersAmir Goldstein
2023-06-19ovl: prepare for lazy lookup of lowerdata inodeAmir Goldstein
2023-06-19ovl: prepare to store lowerdata redirect for lazy lowerdata lookupAmir Goldstein
2023-06-19ovl: deduplicate lowerdata and lowerstack[]Amir Goldstein
2023-06-19ovl: deduplicate lowerpath and lowerstack[]Amir Goldstein
2023-06-19ovl: move ovl_entry into ovl_inodeAmir Goldstein
2023-06-19ovl: factor out ovl_free_entry() and ovl_stack_*() helpersAmir Goldstein
2023-06-19ovl: use ovl_numlower() and ovl_lowerstack() accessorsAmir Goldstein