index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
Age
Commit message (
Expand
)
Author
2025-06-16
Merge tag 'vfs-6.16-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-06-12
ovl: fix debug print in case of mkdir error
Amir Goldstein
2025-06-06
Merge tag 'ovl-update-v2-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-06-05
ovl: fix regression caused by lookup helpers API changes
Amir Goldstein
2025-05-26
Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-05-26
Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-05-15
readdir: supply dir_context.count as readdir buffer size hint
Miklos Szeredi
2025-05-05
ovl: Annotate struct ovl_entry with __counted_by()
Thorsten Blum
2025-05-05
ovl: Replace offsetof() with struct_size() in ovl_stack_free()
Thorsten Blum
2025-05-05
ovl: Replace offsetof() with struct_size() in ovl_cache_entry_new()
Thorsten Blum
2025-04-30
ovl: Check for NULL d_inode() in ovl_dentry_upper()
Kees Cook
2025-04-30
ovl: Use str_on_off() helper in ovl_show_options()
Thorsten Blum
2025-04-30
ovl: don't require "metacopy=on" for "verity"
Miklos Szeredi
2025-04-30
ovl: relax redirect/metacopy requirements for lower -> data redirect
Miklos Szeredi
2025-04-30
ovl: make redirect/metacopy rejection consistent
Miklos Szeredi
2025-04-30
ovl: Fix nested backing file paths
André Almeida
2025-04-08
VFS: rename lookup_one_len family to lookup_noperm and remove permission check
NeilBrown
2025-04-07
ovl: remove unused forward declaration
Giuseppe Scrivano
2025-04-07
ovl: don't allow datadir only
Miklos Szeredi
2025-04-07
VFS: improve interface for lookup_one functions
NeilBrown
2025-03-24
Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-03-24
Merge tag 'vfs-6.15-rc1.overlayfs' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-03-05
VFS: Change vfs_mkdir() to return the dentry.
NeilBrown
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
2025-02-19
ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up
Vasiliy Kovalev
2025-02-19
ovl: allow to specify override credentials
Christian Brauner
2025-02-01
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
2025-01-20
Merge tag 'kernel-6.14-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-01-16
fs/overlayfs/namei.c: get rid of include ../internal.h
Al Viro
2025-01-06
ovl: support encoding fid from inode with no alias
Amir Goldstein
2025-01-06
ovl: pass realinode to ovl_encode_real_fh() instead of realdentry
Amir Goldstein
2024-12-19
fs: relax assertions on failure to encode file handles
Amir Goldstein
2024-12-02
ovl: avoid pointless cred reference count bump
Christian Brauner
2024-12-02
tree-wide: s/revert_creds_light()/revert_creds()/g
Christian Brauner
2024-12-02
tree-wide: s/override_creds_light()/override_creds()/g
Christian Brauner
2024-12-02
tree-wide: s/revert_creds()/put_cred(revert_creds_light())/g
Christian Brauner
2024-12-02
tree-wide: s/override_creds()/override_creds_light(get_new_cred())/g
Christian Brauner
2024-11-22
Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-11-20
ovl: Filter invalid inodes with missing lookup function
Vasiliy Kovalev
2024-11-18
Merge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2024-11-18
Merge tag 'vfs-6.13.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-11-18
Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-11-15
ovl: convert ovl_real_fdget() callers to ovl_real_file()
Amir Goldstein
2024-11-15
ovl: convert ovl_real_fdget_path() callers to ovl_real_file_path()
Amir Goldstein
2024-11-15
ovl: store upper real file in ovl_file struct
Amir Goldstein
2024-11-15
ovl: allocate a container struct ovl_file for ovl private context
Amir Goldstein
2024-11-15
ovl: do not open non-data lower file for fsync
Amir Goldstein
2024-11-15
ovl: Optimize override/revert creds
Vinicius Costa Gomes
[next]