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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-21
Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2026-04-13
Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Linus Torvalds
2
-2
/
+2
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
3
-4
/
+4
2026-04-13
Merge tag 'vfs-7.1-rc1.directory' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
5
-100
/
+73
2026-04-03
lsm: add backing_file LSM hooks
Paul Moore
2
-2
/
+2
2026-04-02
for_each_alias(): helper macro for iterating through dentries of given inode
Al Viro
1
-1
/
+1
2026-03-27
ovl: make fsync after metadata copy-up opt-in mount option
Fei Lv
5
-15
/
+54
2026-03-24
ovl: fix wrong detection of 32bit inode numbers
Amir Goldstein
1
-1
/
+4
2026-03-09
ovl: remove ovl_lock_rename_workdir()
NeilBrown
2
-27
/
+0
2026-03-09
ovl: use is_subdir() for testing if one thing is a subdir of another
NeilBrown
1
-10
/
+5
2026-03-09
ovl: change ovl_create_real() to get a new lock when re-opening created file.
NeilBrown
3
-19
/
+27
2026-03-09
ovl: pass name buffer to ovl_start_creating_temp()
NeilBrown
1
-6
/
+8
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
3
-4
/
+4
2026-03-06
ovl: Simplify ovl_lookup_real_one()
NeilBrown
1
-38
/
+33
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-2
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
6
-8
/
+8
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
6
-12
/
+12
2026-02-17
Merge tag 'ovl-update-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs
Linus Torvalds
3
-17
/
+21
2026-02-16
Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-26
/
+15
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+1
2026-02-09
Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-0
/
+4
2026-02-06
ovl: relax requirement for uuid=off,index=on
Amir Goldstein
3
-17
/
+21
2026-01-29
ovl: use name_is_dot* helpers in readdir code
Amir Goldstein
1
-25
/
+13
2026-01-29
fs: add helpers name_is_dot{,dot,_dotdot}
Amir Goldstein
1
-1
/
+2
2026-01-29
ovl: Fix uninit-value in ovl_fill_real
Qing Wang
1
-1
/
+1
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
1
-0
/
+1
2026-01-12
fs: add support for non-blocking timestamp updates
Christoph Hellwig
1
-0
/
+2
2026-01-12
fs: refactor ->update_time handling
Christoph Hellwig
2
-3
/
+5
2026-01-12
overlayfs: add setlease file operation
Jeff Layton
2
-0
/
+4
2025-12-05
ovl: pass original credentials, not mounter credentials during create
Christian Brauner
1
-8
/
+12
2025-12-05
Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
Linus Torvalds
1
-2
/
+10
2025-12-01
Merge tag 'vfs-6.19-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
10
-668
/
+625
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
6
-221
/
+208
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-5
/
+5
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
3
-9
/
+9
2025-11-28
ovl: remove unneeded semicolon
Chen Ni
1
-1
/
+1
2025-11-28
ovl: fail ovl_lock_rename_workdir() if either target is unhashed
NeilBrown
1
-2
/
+2
2025-11-19
ovl: remove struct ovl_cu_creds and associated functions
Christian Brauner
1
-28
/
+0
2025-11-19
ovl: port ovl_copy_up_tmpfile() to cred guard
Christian Brauner
1
-8
/
+8
2025-11-19
ovl: mark *_cu_creds() as unused temporarily
Christian Brauner
1
-2
/
+2
2025-11-19
ovl: port ovl_copy_up_workdir() to cred guard
Christian Brauner
1
-8
/
+7
2025-11-19
ovl: add copy up credential guard
Christian Brauner
1
-0
/
+27
2025-11-19
ovl: drop ovl_setup_cred_for_create()
Christian Brauner
1
-33
/
+0
2025-11-19
ovl: port ovl_create_or_link() to new ovl_override_creator_creds cleanup guard
Christian Brauner
1
-7
/
+6
2025-11-19
ovl: mark ovl_setup_cred_for_create() as unused temporarily
Christian Brauner
1
-1
/
+1
2025-11-19
ovl: reflow ovl_create_or_link()
Christian Brauner
1
-21
/
+30
2025-11-19
ovl: port ovl_create_tmpfile() to new ovl_override_creator_creds cleanup guard
Christian Brauner
1
-25
/
+25
2025-11-19
ovl: add ovl_override_creator_creds cred guard
Christian Brauner
1
-0
/
+36
2025-11-19
ovl: remove ovl_revert_creds()
Christian Brauner
2
-6
/
+0
2025-11-19
ovl: port ovl_fill_super() to cred guard
Christian Brauner
1
-14
/
+8
[next]