summaryrefslogtreecommitdiffstats
path: root/fs/readdir.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro2016-05-261-6/+6
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-05-241-0/+4
|\
| * ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o2016-04-231-0/+4
* | introduce a parallel variant of ->iterate()Al Viro2016-05-021-4/+16
* | give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro2016-05-021-6/+6
* | parallel lookups: actual switch to rwsemAl Viro2016-05-021-3/+4
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-1/+1
* vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-9/+12
* fanotify: create FAN_ACCESS event for readdirHeinrich Schuchardt2014-06-041-0/+2
* file->f_op is never NULL...Al Viro2013-10-241-1/+1
* [readdir] constify ->actorAl Viro2013-06-291-19/+14
* [readdir] ->readdir() is goneAl Viro2013-06-291-9/+4
* [readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro2013-06-291-4/+11
* [readdir] introduce iterate_dir() and dir_contextAl Viro2013-06-291-8/+13
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* switch simple cases of fget_light to fdgetAl Viro2012-09-261-20/+16
* switch readdir/getdents to fget_light/fput_lightAl Viro2012-05-291-19/+14
* fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-281-1/+1
* vfs: fix warning: 'dirent' is used uninitialized in this functionKevin Winchester2010-08-091-3/+5
* [CVE-2009-0029] System call wrappers part 32Heiko Carstens2009-01-141-1/+2
* [CVE-2009-0029] System call wrappers part 21Heiko Carstens2009-01-141-2/+4
* [CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens2009-01-141-1/+1
* [PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro2008-10-231-14/+8
* [PATCH] fix regular readdir() and friendsAl Viro2008-08-251-2/+6
* Use mutex_lock_killable in vfs_readdirLiam R. Howlett2007-12-061-1/+4
* ROUND_UP macro cleanup in fs/(select|compat|readdir).cMilind Arun Choudhary2007-05-081-5/+3
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-1/+1
* [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells2006-10-031-5/+13
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-2/+2
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+300
OpenPOWER on IntegriCloud