index
:
pub/scm/linux/kernel/git/ralf/linux.git
master
The Linux/MIPS repository
Ralf Baechle
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
/
readdir.c
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
1
-1
/
+1
2026-05-18
ovl: keep err zero after successful ovl_cache_get()
Nirmoy Das
1
-4
/
+3
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+3
2026-02-16
Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-26
/
+15
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-12
overlayfs: add setlease file operation
Jeff Layton
1
-0
/
+2
2025-11-19
ovl: port ovl_check_empty_dir() to cred guard
Christian Brauner
1
-4
/
+2
2025-11-19
ovl: port ovl_dir_llseek() to cred guard
Christian Brauner
1
-8
/
+2
2025-11-19
ovl: refactor ovl_iterate() and port to cred guard
Christian Brauner
1
-31
/
+45
2025-11-19
ovl: don't override credentials for ovl_check_whiteouts()
Christian Brauner
1
-8
/
+2
2025-11-14
VFS: introduce start_removing_dentry()
NeilBrown
1
-4
/
+4
2025-10-03
Merge tag 'ovl-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-21
/
+105
2025-09-23
VFS/ovl: add lookup_one_positive_killable()
NeilBrown
1
-14
/
+14
2025-09-23
ovl: Create ovl_casefold() to support casefolded strncmp()
André Almeida
1
-21
/
+105
2025-07-18
ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()
NeilBrown
1
-5
/
+5
2025-07-18
ovl: change ovl_cleanup_and_whiteout() to take rename lock as needed
NeilBrown
1
-5
/
+1
2025-07-18
ovl: change ovl_workdir_cleanup() to take dir lock as needed.
NeilBrown
1
-23
/
+13
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_cleanup_whiteouts()
NeilBrown
1
-4
/
+2
2025-06-16
VFS: change old_dir and new_dir in struct renamedata to dentrys
NeilBrown
1
-1
/
+1
2025-06-06
Merge tag 'ovl-update-v2-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
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-15
readdir: supply dir_context.count as readdir buffer size hint
Miklos Szeredi
1
-1
/
+11
2025-05-05
ovl: Replace offsetof() with struct_size() in ovl_cache_entry_new()
Thorsten Blum
1
-2
/
+2
2025-04-07
VFS: improve interface for lookup_one functions
NeilBrown
1
-4
/
+5
2024-11-11
ovl: use wrapper ovl_revert_creds()
Vinicius Costa Gomes
1
-4
/
+4
2024-01-23
ovl: mark xwhiteouts directory with overlay.opaque='x'
Amir Goldstein
1
-3
/
+4
2023-11-20
ovl: remove redundant ofs->indexdir member
Amir Goldstein
1
-1
/
+1
2023-10-31
ovl: Add an alternative type of whiteout
Alexander Larsson
1
-7
/
+20
2023-08-06
vfs: get rid of old '->iterate' directory operation
Linus Torvalds
1
-1
/
+2
2023-06-19
ovl: pass ovl_fs to xino helpers
Amir Goldstein
1
-8
/
+11
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2022-12-08
ovl: use inode instead of dentry where possible
Miklos Szeredi
1
-22
/
+24
2022-12-08
ovl: use plain list filler in indexdir and workdir cleanup
Amir Goldstein
1
-10
/
+2
2022-10-06
Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-8
/
+8
2022-09-01
overlayfs: constify path
Al Viro
1
-8
/
+8
2022-08-17
Change calling conventions for filldir_t
Al Viro
1
-14
/
+14
2022-04-28
ovl: handle idmappings for layer lookup
Christian Brauner
1
-5
/
+5
2022-04-28
ovl: use ovl_lookup_upper() wrapper
Christian Brauner
1
-3
/
+3
2022-04-28
ovl: pass ofs to creation operations
Christian Brauner
1
-13
/
+15
2022-04-28
ovl: use wrappers to all vfs_*xattr() calls
Amir Goldstein
1
-2
/
+2
2021-08-10
ovl: skip stale entries in merge dir cache iteration
Amir Goldstein
1
-0
/
+5
2021-04-30
Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-12
/
+0
2021-04-12
ovl: remove unneeded ioctls
Miklos Szeredi
1
-4
/
+0
2021-04-12
ovl: invalidate readdir cache on changes to dir with origin
Amir Goldstein
1
-12
/
+0
[next]