aboutsummaryrefslogtreecommitdiffstats
path: root/fs/readdir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-9/+12
2014-06-04fanotify: create FAN_ACCESS event for readdirHeinrich Schuchardt1-0/+2
2013-10-24file->f_op is never NULL...Al Viro1-1/+1
2013-06-29[readdir] constify ->actorAl Viro1-19/+14
2013-06-29[readdir] ->readdir() is goneAl Viro1-9/+4
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro1-4/+11
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro1-8/+13
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-20/+16
2012-05-29switch readdir/getdents to fget_light/fput_lightAl Viro1-19/+14
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2010-08-09vfs: fix warning: 'dirent' is used uninitialized in this functionKevin Winchester1-3/+5
2009-01-14[CVE-2009-0029] System call wrappers part 32Heiko Carstens1-1/+2
2009-01-14[CVE-2009-0029] System call wrappers part 21Heiko Carstens1-2/+4
2009-01-14[CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens1-1/+1
2008-10-23[PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro1-14/+8
2008-08-25[PATCH] fix regular readdir() and friendsAl Viro1-2/+6
2007-12-06Use mutex_lock_killable in vfs_readdirLiam R. Howlett1-1/+4
2007-05-08ROUND_UP macro cleanup in fs/(select|compat|readdir).cMilind Arun Choudhary1-5/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek1-1/+1
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells1-5/+13
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+300