index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
readdir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
readdir: make sure to verify directory entry for legacy interfaces too
Linus Torvalds
2021-04-17
1
-0
/
+6
*
fs: remove ksys_getdents64
Christoph Hellwig
2020-07-31
1
-9
/
+2
*
readdir.c: get rid of the last __put_user(), drop now-useless access_ok()
Al Viro
2020-05-01
1
-10
/
+1
*
readdir.c: get compat_filldir() more or less in sync with filldir()
Al Viro
2020-05-01
1
-24
/
+27
*
switch readdir(2) to unsafe_copy_dirent_name()
Al Viro
2020-05-01
1
-14
/
+16
*
uaccess: Selectively open read or write user access
Christophe Leroy
2020-05-01
1
-6
/
+6
*
readdir: make user_access_begin() use the real access range
Linus Torvalds
2020-01-23
1
-38
/
+35
*
readdir: be more conservative with directory entry names
Linus Torvalds
2020-01-23
1
-1
/
+5
*
filldir[64]: remove WARN_ON_ONCE() for bad directory entries
Linus Torvalds
2019-10-18
1
-2
/
+2
*
uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to it
Linus Torvalds
2019-10-07
1
-42
/
+2
*
Make filldir[64]() verify the directory entry filename is valid
Linus Torvalds
2019-10-05
1
-0
/
+40
*
Convert filldir[64]() from __put_user() to unsafe_put_user()
Linus Torvalds
2019-10-05
1
-35
/
+93
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-5
/
+5
*
fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()
Dominik Brodowski
2018-04-02
1
-2
/
+9
*
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-07
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
locking/rwsem, fs: Use killable down_read() in iterate_dir()
Kirill Tkhai
2017-10-10
1
-6
/
+5
|
/
*
readdir: move compat syscalls from compat.c
Al Viro
2017-04-17
1
-0
/
+165
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
restore killability of old mutex_lock_killable(&inode->i_mutex) users
Al Viro
2016-05-26
1
-6
/
+6
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2016-05-24
1
-0
/
+4
|
\
|
*
ext4: allow readdir()'s of large empty directories to be interrupted
Theodore Ts'o
2016-04-23
1
-0
/
+4
*
|
introduce a parallel variant of ->iterate()
Al Viro
2016-05-02
1
-4
/
+16
*
|
give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()
Al Viro
2016-05-02
1
-6
/
+6
*
|
parallel lookups: actual switch to rwsem
Al Viro
2016-05-02
1
-3
/
+4
|
/
*
wrappers for ->i_mutex access
Al Viro
2016-01-22
1
-1
/
+1
*
vfs: make first argument of dir_context.actor typed
Miklos Szeredi
2014-10-31
1
-9
/
+12
*
fanotify: create FAN_ACCESS event for readdir
Heinrich Schuchardt
2014-06-04
1
-0
/
+2
*
file->f_op is never NULL...
Al Viro
2013-10-24
1
-1
/
+1
*
[readdir] constify ->actor
Al Viro
2013-06-29
1
-19
/
+14
*
[readdir] ->readdir() is gone
Al Viro
2013-06-29
1
-9
/
+4
*
[readdir] introduce ->iterate(), ctx->pos, dir_emit()
Al Viro
2013-06-29
1
-4
/
+11
*
[readdir] introduce iterate_dir() and dir_context
Al Viro
2013-06-29
1
-8
/
+13
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-1
/
+1
*
switch simple cases of fget_light to fdget
Al Viro
2012-09-26
1
-20
/
+16
*
switch readdir/getdents to fget_light/fput_light
Al Viro
2012-05-29
1
-19
/
+14
*
fs: reduce the use of module.h wherever possible
Paul Gortmaker
2012-02-28
1
-1
/
+1
*
vfs: fix warning: 'dirent' is used uninitialized in this function
Kevin Winchester
2010-08-09
1
-3
/
+5
*
[CVE-2009-0029] System call wrappers part 32
Heiko Carstens
2009-01-14
1
-1
/
+2
*
[CVE-2009-0029] System call wrappers part 21
Heiko Carstens
2009-01-14
1
-2
/
+4
*
[CVE-2009-0029] Rename old_readdir to sys_old_readdir
Heiko Carstens
2009-01-14
1
-1
/
+1
*
[PATCH] prepare vfs_readdir() callers to returning filldir result
Al Viro
2008-10-23
1
-14
/
+8
*
[PATCH] fix regular readdir() and friends
Al Viro
2008-08-25
1
-2
/
+6
*
Use mutex_lock_killable in vfs_readdir
Liam R. Howlett
2007-12-06
1
-1
/
+4
*
ROUND_UP macro cleanup in fs/(select|compat|readdir).c
Milind Arun Choudhary
2007-05-08
1
-5
/
+3
*
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
1
-1
/
+0
*
[PATCH] VFS: change struct file to use struct path
Josef "Jeff" Sipek
2006-12-08
1
-1
/
+1
*
[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers
David Howells
2006-10-03
1
-5
/
+13
*
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
2006-01-09
1
-2
/
+2
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+300