aboutsummaryrefslogtreecommitdiff
path: root/fs/readdir.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-5/+5
2018-04-02fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()Gravatar Dominik Brodowski 1-2/+9
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-10locking/rwsem, fs: Use killable down_read() in iterate_dir()Gravatar Kirill Tkhai 1-6/+5
2017-04-17readdir: move compat syscalls from compat.cGravatar Al Viro 1-0/+165
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-05-26restore killability of old mutex_lock_killable(&inode->i_mutex) usersGravatar Al Viro 1-6/+6
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+4
2016-05-02introduce a parallel variant of ->iterate()Gravatar Al Viro 1-4/+16
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Gravatar Al Viro 1-6/+6
2016-05-02parallel lookups: actual switch to rwsemGravatar Al Viro 1-3/+4
2016-04-23ext4: allow readdir()'s of large empty directories to be interruptedGravatar Theodore Ts'o 1-0/+4
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-1/+1
2014-10-31vfs: make first argument of dir_context.actor typedGravatar Miklos Szeredi 1-9/+12
2014-06-04fanotify: create FAN_ACCESS event for readdirGravatar Heinrich Schuchardt 1-0/+2
2013-10-24file->f_op is never NULL...Gravatar Al Viro 1-1/+1
2013-06-29[readdir] constify ->actorGravatar Al Viro 1-19/+14
2013-06-29[readdir] ->readdir() is goneGravatar Al Viro 1-9/+4
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Gravatar Al Viro 1-4/+11
2013-06-29[readdir] introduce iterate_dir() and dir_contextGravatar Al Viro 1-8/+13
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-09-26switch simple cases of fget_light to fdgetGravatar Al Viro 1-20/+16
2012-05-29switch readdir/getdents to fget_light/fput_lightGravatar Al Viro 1-19/+14
2012-02-28fs: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2010-08-09vfs: fix warning: 'dirent' is used uninitialized in this functionGravatar Kevin Winchester 1-3/+5
2009-01-14[CVE-2009-0029] System call wrappers part 32Gravatar Heiko Carstens 1-1/+2
2009-01-14[CVE-2009-0029] System call wrappers part 21Gravatar Heiko Carstens 1-2/+4
2009-01-14[CVE-2009-0029] Rename old_readdir to sys_old_readdirGravatar Heiko Carstens 1-1/+1
2008-10-23[PATCH] prepare vfs_readdir() callers to returning filldir resultGravatar Al Viro 1-14/+8
2008-08-25[PATCH] fix regular readdir() and friendsGravatar Al Viro 1-2/+6
2007-12-06Use mutex_lock_killable in vfs_readdirGravatar Liam R. Howlett 1-1/+4
2007-05-08ROUND_UP macro cleanup in fs/(select|compat|readdir).cGravatar Milind Arun Choudhary 1-5/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2006-12-08[PATCH] VFS: change struct file to use struct pathGravatar Josef "Jeff" Sipek 1-1/+1
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersGravatar David Howells 1-5/+13
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+300