index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
readdir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-19
filldir[64]: remove WARN_ON_ONCE() for bad directory entries
Linus Torvalds
1
-2
/
+2
2019-10-07
uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to it
Linus Torvalds
1
-42
/
+2
2019-10-05
Make filldir[64]() verify the directory entry filename is valid
Linus Torvalds
1
-0
/
+40
2019-10-05
Convert filldir[64]() from __put_user() to unsafe_put_user()
Linus Torvalds
1
-35
/
+93
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-5
/
+5
2018-04-02
fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()
Dominik Brodowski
1
-2
/
+9
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-10
locking/rwsem, fs: Use killable down_read() in iterate_dir()
Kirill Tkhai
1
-6
/
+5
2017-04-17
readdir: move compat syscalls from compat.c
Al Viro
1
-0
/
+165
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-05-26
restore killability of old mutex_lock_killable(&inode->i_mutex) users
Al Viro
1
-6
/
+6
2016-05-24
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+4
2016-05-03
introduce a parallel variant of ->iterate()
Al Viro
1
-4
/
+16
2016-05-03
give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()
Al Viro
1
-6
/
+6
2016-05-03
parallel lookups: actual switch to rwsem
Al Viro
1
-3
/
+4
2016-04-24
ext4: allow readdir()'s of large empty directories to be interrupted
Theodore Ts'o
1
-0
/
+4
2016-01-23
wrappers for ->i_mutex access
Al Viro
1
-1
/
+1
2014-11-01
vfs: make first argument of dir_context.actor typed
Miklos Szeredi
1
-9
/
+12
2014-06-05
fanotify: create FAN_ACCESS event for readdir
Heinrich Schuchardt
1
-0
/
+2
2013-10-25
file->f_op is never NULL...
Al Viro
1
-1
/
+1
2013-06-29
[readdir] constify ->actor
Al Viro
1
-19
/
+14
2013-06-29
[readdir] ->readdir() is gone
Al Viro
1
-9
/
+4
2013-06-29
[readdir] introduce ->iterate(), ctx->pos, dir_emit()
Al Viro
1
-4
/
+11
2013-06-29
[readdir] introduce iterate_dir() and dir_context
Al Viro
1
-8
/
+13
2013-02-23
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2012-09-27
switch simple cases of fget_light to fdget
Al Viro
1
-20
/
+16
2012-05-30
switch readdir/getdents to fget_light/fput_light
Al Viro
1
-19
/
+14
2012-02-29
fs: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2010-08-10
vfs: fix warning: 'dirent' is used uninitialized in this function
Kevin Winchester
1
-3
/
+5
2009-01-14
[CVE-2009-0029] System call wrappers part 32
Heiko Carstens
1
-1
/
+2
2009-01-14
[CVE-2009-0029] System call wrappers part 21
Heiko Carstens
1
-2
/
+4
2009-01-14
[CVE-2009-0029] Rename old_readdir to sys_old_readdir
Heiko Carstens
1
-1
/
+1
2008-10-23
[PATCH] prepare vfs_readdir() callers to returning filldir result
Al Viro
1
-14
/
+8
2008-08-25
[PATCH] fix regular readdir() and friends
Al Viro
1
-2
/
+6
2007-12-07
Use mutex_lock_killable in vfs_readdir
Liam R. Howlett
1
-1
/
+4
2007-05-08
ROUND_UP macro cleanup in fs/(select|compat|readdir).c
Milind Arun Choudhary
1
-5
/
+3
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2006-12-08
[PATCH] VFS: change struct file to use struct path
Josef "Jeff" Sipek
1
-1
/
+1
2006-10-03
[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers
David Howells
1
-5
/
+13
2006-01-10
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
1
-2
/
+2
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+300