aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/overlayfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-16Merge tag 'vfs-6.16-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-5/+13
2025-06-12ovl: fix debug print in case of mkdir errorAmir Goldstein1-3/+5
2025-06-06Merge tag 'ovl-update-v2-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfsLinus 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/git/vfs/vfsLinus Torvalds1-1/+11
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus 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
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown2-5/+3
2025-04-07ovl: remove unused forward declarationGiuseppe Scrivano1-2/+0
2025-04-07ovl: don't allow datadir onlyMiklos Szeredi1-0/+5
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown3-11/+12
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-48/+20
2025-03-24Merge tag 'vfs-6.15-rc1.overlayfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-1/+40
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown3-44/+15
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+5
2025-02-19ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_upVasiliy Kovalev1-1/+1
2025-02-19ovl: allow to specify override credentialsChristian Brauner2-1/+40
2025-02-01Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+20
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-2/+20
2025-01-20Merge tag 'kernel-6.14-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-4/+4
2025-01-16fs/overlayfs/namei.c: get rid of include ../internal.hAl Viro1-2/+0
2025-01-06ovl: support encoding fid from inode with no aliasAmir Goldstein1-21/+25
2025-01-06ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein4-10/+12
2024-12-19fs: relax assertions on failure to encode file handlesAmir Goldstein1-3/+2
2024-12-02ovl: avoid pointless cred reference count bumpChristian Brauner1-2/+2
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner3-3/+3
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner3-3/+3
2024-12-02tree-wide: s/revert_creds()/put_cred(revert_creds_light())/gChristian Brauner1-1/+1
2024-12-02tree-wide: s/override_creds()/override_creds_light(get_new_cred())/gChristian Brauner1-1/+1
2024-11-22Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfsLinus Torvalds9-187/+282
2024-11-20ovl: Filter invalid inodes with missing lookup functionVasiliy Kovalev1-0/+3
2024-11-18Merge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-13/+5
2024-11-18Merge tag 'vfs-6.13.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-25/+91
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+0
2024-11-15ovl: convert ovl_real_fdget() callers to ovl_real_file()Amir Goldstein1-84/+59
2024-11-15ovl: convert ovl_real_fdget_path() callers to ovl_real_file_path()Amir Goldstein1-25/+34
2024-11-15ovl: store upper real file in ovl_file structAmir Goldstein1-8/+41
2024-11-15ovl: allocate a container struct ovl_file for ovl private contextAmir Goldstein3-9/+48
2024-11-15ovl: do not open non-data lower file for fsyncAmir Goldstein1-27/+31
2024-11-15ovl: Optimize override/revert credsVinicius Costa Gomes2-3/+11