summaryrefslogtreecommitdiff
path: root/fs/readdir.c
AgeCommit message (Expand)Author
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
2002-11-26LSM: change if statements into something more readable for the fs/* files.Greg Kroah-Hartman
2002-10-17LSM: change all of the VFS related security calls to the new format.Greg Kroah-Hartman
2002-10-16LSM: add #include <linux/security.h> to a lot of files as they all have secur...Greg Kroah-Hartman
2002-07-21[PATCH] LSM: file related LSM hooksStephen D. Smalley
2002-04-30[PATCH] shift BKL out of vfs_readdirDave Hansen
2002-03-14[PATCH] fs/libfs.cAlexander Viro
2002-02-18[PATCH] (2/4) 2.5.5-pre1 fixesAlexander Viro
2002-02-11[PATCH] (2.5.4) death of ->i_zombieAlexander Viro
2002-02-08[PATCH] includes cleanup, 2nd try.Dave Jones
2002-02-04v2.5.0.1 -> v2.5.0.2Linus Torvalds
2002-02-04v2.4.8 -> v2.4.8.1Linus Torvalds
2002-02-04Import changesetLinus Torvalds