summaryrefslogtreecommitdiffstats
path: root/fs/readdir.c
AgeCommit message (Expand)AuthorLines
2012-05-29switch readdir/getdents to fget_light/fput_lightAl Viro-19/+14
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker-1/+1
2010-08-09vfs: fix warning: 'dirent' is used uninitialized in this functionKevin Winchester-3/+5
2009-01-14[CVE-2009-0029] System call wrappers part 32Heiko Carstens-1/+2
2009-01-14[CVE-2009-0029] System call wrappers part 21Heiko Carstens-2/+4
2009-01-14[CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens-1/+1
2008-10-23[PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro-14/+8
2008-08-25[PATCH] fix regular readdir() and friendsAl Viro-2/+6
2007-12-06Use mutex_lock_killable in vfs_readdirLiam R. Howlett-1/+4
2007-05-08ROUND_UP macro cleanup in fs/(select|compat|readdir).cMilind Arun Choudhary-5/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek-1/+1
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells-5/+13
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+300