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-10-10
ovl: remove redundant IOCB_DIO_CALLER_COMP clearing
Seong-Gwang Heo
1
-5
/
+0
2025-10-10
Revert "fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP"
Andrey Albershteyn
2
-2
/
+5
2025-10-03
Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
5
-11
/
+11
2025-10-03
Merge tag 'ovl-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs
Linus Torvalds
11
-41
/
+229
2025-09-29
Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-16
/
+15
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2025-09-23
VFS: unify old_mnt_idmap and new_mnt_idmap in renamedata
NeilBrown
1
-2
/
+1
2025-09-23
VFS/ovl: add lookup_one_positive_killable()
NeilBrown
1
-14
/
+14
2025-09-23
ovl: make sure that ovl_create_real() returns a hashed dentry
Amir Goldstein
1
-1
/
+21
2025-09-23
ovl: Support mounting case-insensitive enabled layers
André Almeida
2
-11
/
+12
2025-09-23
ovl: Check for casefold consistency when creating new dentries
André Almeida
1
-0
/
+7
2025-09-23
ovl: Add S_CASEFOLD as part of the inode flag to be copied
André Almeida
4
-4
/
+8
2025-09-23
ovl: Set case-insensitive dentry operations for ovl sb
André Almeida
1
-1
/
+24
2025-09-23
ovl: Ensure that all layers have the same encoding
André Almeida
1
-0
/
+38
2025-09-23
ovl: Create ovl_casefold() to support casefolded strncmp()
André Almeida
1
-21
/
+105
2025-09-23
ovl: Prepare for mounting case-insensitive enabled layers
André Almeida
3
-3
/
+14
2025-09-15
ovl_is_real_file: constify realpath argument
Al Viro
1
-1
/
+1
2025-09-15
ovl_sync_file(): constify path argument
Al Viro
1
-1
/
+1
2025-09-15
ovl_lower_dir(): constify path argument
Al Viro
1
-1
/
+1
2025-09-15
ovl_get_verity_digest(): constify path argument
Al Viro
2
-2
/
+2
2025-09-15
ovl_validate_verity(): constify {meta,data}path arguments
Al Viro
2
-4
/
+4
2025-09-15
ovl_ensure_verity_loaded(): constify datapath argument
Al Viro
2
-2
/
+2
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
1
-1
/
+1
2025-08-18
ovl: fix possible double unlink
Amir Goldstein
1
-1
/
+2
2025-08-18
ovl: use I_MUTEX_PARENT when locking parent in ovl_create_temp()
NeilBrown
1
-1
/
+1
2025-07-28
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
4
-19
/
+16
2025-07-28
Merge tag 'vfs-6.17-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
10
-215
/
+288
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
6
-22
/
+22
2025-07-28
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2025-07-25
ovl: properly print correct variable
Antonio Quartulli
1
-2
/
+3
2025-07-18
ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()
NeilBrown
6
-25
/
+25
2025-07-18
ovl: change ovl_create_real() to receive dentry parent
NeilBrown
3
-6
/
+6
2025-07-18
ovl: narrow locking in ovl_check_rename_whiteout()
NeilBrown
1
-8
/
+7
2025-07-18
ovl: narrow locking in ovl_whiteout()
NeilBrown
3
-20
/
+27
2025-07-18
ovl: change ovl_cleanup_and_whiteout() to take rename lock as needed
NeilBrown
3
-26
/
+12
2025-07-18
ovl: narrow locking on ovl_remove_and_whiteout()
NeilBrown
1
-13
/
+10
2025-07-18
ovl: change ovl_workdir_cleanup() to take dir lock as needed.
NeilBrown
3
-29
/
+15
2025-07-18
ovl: narrow locking in ovl_workdir_cleanup_recurse()
NeilBrown
1
-5
/
+9
2025-07-18
ovl: narrow locking in ovl_indexdir_cleanup()
NeilBrown
1
-7
/
+13
2025-07-18
ovl: narrow locking in ovl_workdir_create()
NeilBrown
1
-11
/
+14
2025-07-18
ovl: narrow locking in ovl_cleanup_index()
NeilBrown
1
-8
/
+8
2025-07-18
ovl: narrow locking in ovl_cleanup_whiteouts()
NeilBrown
1
-4
/
+2
2025-07-18
ovl: narrow locking in ovl_rename()
NeilBrown
1
-4
/
+7
2025-07-18
ovl: simplify gotos in ovl_rename()
NeilBrown
1
-27
/
+27
2025-07-18
ovl: narrow locking in ovl_create_over_whiteout()
NeilBrown
1
-7
/
+6
2025-07-18
ovl: narrow locking in ovl_clear_empty()
NeilBrown
1
-4
/
+3
2025-07-18
ovl: narrow locking in ovl_create_upper()
NeilBrown
1
-7
/
+5
2025-07-18
ovl: narrow the locked region in ovl_copy_up_workdir()
NeilBrown
1
-2
/
+2
2025-07-18
ovl: Call ovl_create_temp() without lock held.
NeilBrown
5
-38
/
+52
2025-07-18
ovl: change ovl_create_index() to take dir locks
NeilBrown
1
-9
/
+13
[next]