index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
Age
Commit message (
Expand
)
Author
Files
Lines
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-29
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...
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...
Linus Torvalds
10
-215
/
+288
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-22
/
+22
2025-07-28
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
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
2025-07-18
ovl: simplify an error path in ovl_copy_up_workdir()
NeilBrown
4
-9
/
+42
2025-07-18
ovl: support layers on case-folding capable filesystems
Amir Goldstein
4
-13
/
+49
2025-07-18
ovl: remove unneeded non-const conversion
Amir Goldstein
1
-1
/
+1
2025-07-04
tree-wide: s/struct fileattr/struct file_kattr/g
Christian Brauner
4
-14
/
+14
2025-07-02
fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP
Andrey Albershteyn
2
-5
/
+2
2025-06-16
Merge tag 'vfs-6.16-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-5
/
+13
2025-06-16
VFS: change old_dir and new_dir in struct renamedata to dentrys
NeilBrown
6
-22
/
+22
2025-06-12
ovl: fix debug print in case of mkdir error
Amir Goldstein
1
-3
/
+5
2025-06-11
new helper: set_default_d_op()
Al Viro
1
-1
/
+1
2025-06-07
Merge tag 'ovl-update-v2-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
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/gi...
Linus Torvalds
1
-1
/
+11
2025-05-26
Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
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
[next]