summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)Author
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
2025-07-18ovl: simplify an error path in ovl_copy_up_workdir()NeilBrown
2025-07-18ovl: support layers on case-folding capable filesystemsAmir Goldstein
2025-07-18ovl: remove unneeded non-const conversionAmir Goldstein
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-07-02fs: make vfs_fileattr_[get|set] return -EOPNOTSUPPAndrey Albershteyn
2025-06-16Merge tag 'vfs-6.16-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown
2025-06-12ovl: fix debug print in case of mkdir errorAmir Goldstein
2025-06-10new helper: set_default_d_op()Al Viro
2025-06-06Merge tag 'ovl-update-v2-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-06-05ovl: fix regression caused by lookup helpers API changesAmir Goldstein
2025-05-26Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-15readdir: supply dir_context.count as readdir buffer size hintMiklos Szeredi
2025-05-05ovl: Annotate struct ovl_entry with __counted_by()Thorsten Blum
2025-05-05ovl: Replace offsetof() with struct_size() in ovl_stack_free()Thorsten Blum
2025-05-05ovl: Replace offsetof() with struct_size() in ovl_cache_entry_new()Thorsten Blum
2025-04-30ovl: Check for NULL d_inode() in ovl_dentry_upper()Kees Cook
2025-04-30ovl: Use str_on_off() helper in ovl_show_options()Thorsten Blum
2025-04-30ovl: don't require "metacopy=on" for "verity"Miklos Szeredi
2025-04-30ovl: relax redirect/metacopy requirements for lower -> data redirectMiklos Szeredi
2025-04-30ovl: make redirect/metacopy rejection consistentMiklos Szeredi
2025-04-30ovl: Fix nested backing file pathsAndré Almeida
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown
2025-04-07ovl: remove unused forward declarationGiuseppe Scrivano
2025-04-07ovl: don't allow datadir onlyMiklos Szeredi
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.overlayfs' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-19ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_upVasiliy Kovalev
2025-02-19ovl: allow to specify override credentialsChristian Brauner
2025-02-01Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro
2025-01-20Merge tag 'kernel-6.14-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-16fs/overlayfs/namei.c: get rid of include ../internal.hAl Viro
2025-01-06ovl: support encoding fid from inode with no aliasAmir Goldstein
2025-01-06ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein
2024-12-19fs: relax assertions on failure to encode file handlesAmir Goldstein