index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-16
Merge tag 'vfs-6.16-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-5
/
+13
2025-06-12
ovl: fix debug print in case of mkdir error
Amir Goldstein
1
-3
/
+5
2025-06-06
Merge tag 'ovl-update-v2-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs
Linus Torvalds
6
-80
/
+77
2025-06-05
ovl: fix regression caused by lookup helpers API changes
Amir Goldstein
1
-2
/
+8
2025-05-26
Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+11
2025-05-26
Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
4
-16
/
+15
2025-05-15
readdir: supply dir_context.count as readdir buffer size hint
Miklos Szeredi
1
-1
/
+11
2025-05-05
ovl: Annotate struct ovl_entry with __counted_by()
Thorsten Blum
1
-1
/
+1
2025-05-05
ovl: Replace offsetof() with struct_size() in ovl_stack_free()
Thorsten Blum
1
-2
/
+3
2025-05-05
ovl: Replace offsetof() with struct_size() in ovl_cache_entry_new()
Thorsten Blum
1
-2
/
+2
2025-04-30
ovl: Check for NULL d_inode() in ovl_dentry_upper()
Kees Cook
1
-1
/
+3
2025-04-30
ovl: Use str_on_off() helper in ovl_show_options()
Thorsten Blum
1
-5
/
+4
2025-04-30
ovl: don't require "metacopy=on" for "verity"
Miklos Szeredi
1
-24
/
+2
2025-04-30
ovl: relax redirect/metacopy requirements for lower -> data redirect
Miklos Szeredi
2
-13
/
+10
2025-04-30
ovl: make redirect/metacopy rejection consistent
Miklos Szeredi
1
-35
/
+55
2025-04-30
ovl: Fix nested backing file paths
André Almeida
1
-2
/
+2
2025-04-08
VFS: rename lookup_one_len family to lookup_noperm and remove permission check
NeilBrown
2
-5
/
+3
2025-04-07
ovl: remove unused forward declaration
Giuseppe Scrivano
1
-2
/
+0
2025-04-07
ovl: don't allow datadir only
Miklos Szeredi
1
-0
/
+5
2025-04-07
VFS: improve interface for lookup_one functions
NeilBrown
3
-11
/
+12
2025-03-24
Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
3
-48
/
+20
2025-03-24
Merge tag 'vfs-6.15-rc1.overlayfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-1
/
+40
2025-03-05
VFS: Change vfs_mkdir() to return the dentry.
NeilBrown
3
-44
/
+15
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-4
/
+5
2025-02-19
ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up
Vasiliy Kovalev
1
-1
/
+1
2025-02-19
ovl: allow to specify override credentials
Christian Brauner
2
-1
/
+40
2025-02-01
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+0
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+20
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
1
-2
/
+20
2025-01-20
Merge tag 'kernel-6.14-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-4
/
+4
2025-01-16
fs/overlayfs/namei.c: get rid of include ../internal.h
Al Viro
1
-2
/
+0
2025-01-06
ovl: support encoding fid from inode with no alias
Amir Goldstein
1
-21
/
+25
2025-01-06
ovl: pass realinode to ovl_encode_real_fh() instead of realdentry
Amir Goldstein
4
-10
/
+12
2024-12-19
fs: relax assertions on failure to encode file handles
Amir Goldstein
1
-3
/
+2
2024-12-02
ovl: avoid pointless cred reference count bump
Christian Brauner
1
-2
/
+2
2024-12-02
tree-wide: s/revert_creds_light()/revert_creds()/g
Christian Brauner
3
-3
/
+3
2024-12-02
tree-wide: s/override_creds_light()/override_creds()/g
Christian Brauner
3
-3
/
+3
2024-12-02
tree-wide: s/revert_creds()/put_cred(revert_creds_light())/g
Christian Brauner
1
-1
/
+1
2024-12-02
tree-wide: s/override_creds()/override_creds_light(get_new_cred())/g
Christian Brauner
1
-1
/
+1
2024-11-22
Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs
Linus Torvalds
9
-187
/
+282
2024-11-20
ovl: Filter invalid inodes with missing lookup function
Vasiliy Kovalev
1
-0
/
+3
2024-11-18
Merge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-13
/
+5
2024-11-18
Merge tag 'vfs-6.13.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-25
/
+91
2024-11-18
Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+0
2024-11-15
ovl: convert ovl_real_fdget() callers to ovl_real_file()
Amir Goldstein
1
-84
/
+59
2024-11-15
ovl: convert ovl_real_fdget_path() callers to ovl_real_file_path()
Amir Goldstein
1
-25
/
+34
2024-11-15
ovl: store upper real file in ovl_file struct
Amir Goldstein
1
-8
/
+41
2024-11-15
ovl: allocate a container struct ovl_file for ovl private context
Amir Goldstein
3
-9
/
+48
2024-11-15
ovl: do not open non-data lower file for fsync
Amir Goldstein
1
-27
/
+31
2024-11-15
ovl: Optimize override/revert creds
Vinicius Costa Gomes
2
-3
/
+11
[next]