summaryrefslogtreecommitdiff
path: root/fs/readdir.c
AgeCommit message (Expand)Author
2016-05-26restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-05-02introduce a parallel variant of ->iterate()Al Viro
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro
2016-05-02parallel lookups: actual switch to rwsemAl Viro
2016-04-23ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o
2016-01-22wrappers for ->i_mutex accessAl Viro
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi
2014-06-04fanotify: create FAN_ACCESS event for readdirHeinrich Schuchardt
2013-10-24file->f_op is never NULL...Al Viro
2013-06-29[readdir] constify ->actorAl Viro
2013-06-29[readdir] ->readdir() is goneAl Viro
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro
2013-02-22new helper: file_inode(file)Al Viro
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-05-29switch readdir/getdents to fget_light/fput_lightAl Viro
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker
2010-08-09vfs: fix warning: 'dirent' is used uninitialized in this functionKevin Winchester
2009-01-14[CVE-2009-0029] System call wrappers part 32Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 21Heiko Carstens
2009-01-14[CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens
2008-10-23[PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro
2008-08-25[PATCH] fix regular readdir() and friendsAl Viro
2007-12-06Use mutex_lock_killable in vfs_readdirLiam R. Howlett
2007-05-08ROUND_UP macro cleanup in fs/(select|compat|readdir).cMilind Arun Choudhary
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2005-01-12[PATCH] contort getdents64 to pacify gcc-2.96Adam Kropelin
2005-01-07[PATCH] readdir: return value missed in getdents64Prasanna Meda
2004-10-18[PATCH] add missing linux/syscalls.h includesArnd Bergmann
2004-05-29[PATCH] sparse: trivial parts of fs/* annotationAlexander Viro
2004-05-21[PATCH] Sanitise handling of unneeded syscall stubsAndrew Morton
2004-03-30Add __user pointer annotationsLinus Torvalds
2004-03-18[PATCH] add file_accessed() helperAlexander Viro
2004-03-11[PATCH] readdir() cleanupsAndrew Morton
2004-02-26Add d_type information to legacy readdir system callLinus Torvalds
2004-02-03[PATCH] Fix more gcc 3.4 warningsAndrew Morton
2003-10-07o kernel/ksyms.c: move remaining fs/*.c EXPORT_SYMBOLsArnaldo Carvalho de Melo
2003-05-25[PATCH] Fix readdir error return valueAndrew Morton
2003-04-09Clean up types and remove unnecessary casts from fs/readdir.c.Linus Torvalds
2003-03-22[PATCH] Make arch-independent syscalls return longAndrew Morton
2003-03-08[PATCH] usercopy checks in old_readdir()Andrew Morton
2003-01-05[PATCH] devfs mount-time readdir fix and cleanupAndrew Morton
2002-12-14[PATCH] copy_user checks in filldir()Andrew Morton
2002-12-02Fix getdents64() offset saving bug from -mm merge.Linus Torvalds
2002-12-02Fix up getdents64() user pointer checking from -mm mergeLinus Torvalds
2002-12-02[PATCH] readdir speedup and fixesAndrew Morton