index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
readdir.c
Age
Commit message (
Expand
)
Author
2024-06-03
readdir: Add missing quote in macro comment
Thorsten Blum
2024-06-03
readdir: Remove unused header include
Thorsten Blum
2023-12-12
fsnotify: optionally pass access range in file permission hooks
Amir Goldstein
2023-08-06
vfs: get rid of old '->iterate' directory operation
Linus Torvalds
2023-06-21
readdir: Replace one-element arrays with flexible-array members
Gustavo A. R. Silva
2022-08-17
Change calling conventions for filldir_t
Al Viro
2021-04-17
readdir: make sure to verify directory entry for legacy interfaces too
Linus Torvalds
2020-07-31
fs: remove ksys_getdents64
Christoph Hellwig
2020-05-01
readdir.c: get rid of the last __put_user(), drop now-useless access_ok()
Al Viro
2020-05-01
readdir.c: get compat_filldir() more or less in sync with filldir()
Al Viro
2020-05-01
switch readdir(2) to unsafe_copy_dirent_name()
Al Viro
2020-05-01
uaccess: Selectively open read or write user access
Christophe Leroy
2020-01-23
readdir: make user_access_begin() use the real access range
Linus Torvalds
2020-01-23
readdir: be more conservative with directory entry names
Linus Torvalds
2019-10-18
filldir[64]: remove WARN_ON_ONCE() for bad directory entries
Linus Torvalds
2019-10-07
uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to it
Linus Torvalds
2019-10-05
Make filldir[64]() verify the directory entry filename is valid
Linus Torvalds
2019-10-05
Convert filldir[64]() from __put_user() to unsafe_put_user()
Linus Torvalds
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-04-02
fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()
Dominik Brodowski
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-10
locking/rwsem, fs: Use killable down_read() in iterate_dir()
Kirill Tkhai
2017-04-17
readdir: move compat syscalls from compat.c
Al Viro
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-05-26
restore killability of old mutex_lock_killable(&inode->i_mutex) users
Al Viro
2016-05-24
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2016-05-02
introduce a parallel variant of ->iterate()
Al Viro
2016-05-02
give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()
Al Viro
2016-05-02
parallel lookups: actual switch to rwsem
Al Viro
2016-04-23
ext4: allow readdir()'s of large empty directories to be interrupted
Theodore Ts'o
2016-01-22
wrappers for ->i_mutex access
Al Viro
2014-10-31
vfs: make first argument of dir_context.actor typed
Miklos Szeredi
2014-06-04
fanotify: create FAN_ACCESS event for readdir
Heinrich Schuchardt
2013-10-24
file->f_op is never NULL...
Al Viro
2013-06-29
[readdir] constify ->actor
Al Viro
2013-06-29
[readdir] ->readdir() is gone
Al Viro
2013-06-29
[readdir] introduce ->iterate(), ctx->pos, dir_emit()
Al Viro
2013-06-29
[readdir] introduce iterate_dir() and dir_context
Al Viro
2013-02-22
new helper: file_inode(file)
Al Viro
2012-09-26
switch simple cases of fget_light to fdget
Al Viro
2012-05-29
switch readdir/getdents to fget_light/fput_light
Al Viro
2012-02-28
fs: reduce the use of module.h wherever possible
Paul Gortmaker
2010-08-09
vfs: fix warning: 'dirent' is used uninitialized in this function
Kevin Winchester
2009-01-14
[CVE-2009-0029] System call wrappers part 32
Heiko Carstens
2009-01-14
[CVE-2009-0029] System call wrappers part 21
Heiko Carstens
2009-01-14
[CVE-2009-0029] Rename old_readdir to sys_old_readdir
Heiko Carstens
2008-10-23
[PATCH] prepare vfs_readdir() callers to returning filldir result
Al Viro
2008-08-25
[PATCH] fix regular readdir() and friends
Al Viro
2007-12-06
Use mutex_lock_killable in vfs_readdir
Liam R. Howlett
[next]