aboutsummaryrefslogtreecommitdiffstats
path: root/fs/readdir.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-12[PATCH] contort getdents64 to pacify gcc-2.96Adam Kropelin1-2/+3
2005-01-07[PATCH] readdir: return value missed in getdents64Prasanna Meda1-1/+2
2004-10-18[PATCH] add missing linux/syscalls.h includesArnd Bergmann1-0/+1
2004-05-29[PATCH] sparse: trivial parts of fs/* annotationAlexander Viro1-3/+3
2004-05-21[PATCH] Sanitise handling of unneeded syscall stubsAndrew Morton1-2/+3
2004-03-30Add __user pointer annotationsLinus Torvalds1-2/+2
2004-03-18[PATCH] add file_accessed() helperAlexander Viro1-1/+1
2004-03-11[PATCH] readdir() cleanupsAndrew Morton1-0/+1
2004-02-26Add d_type information to legacy readdir system callLinus Torvalds1-1/+3
2004-02-03[PATCH] Fix more gcc 3.4 warningsAndrew Morton1-2/+2
2003-10-07o kernel/ksyms.c: move remaining fs/*.c EXPORT_SYMBOLsArnaldo Carvalho de Melo1-0/+3
2003-05-25[PATCH] Fix readdir error return valueAndrew Morton1-9/+14
2003-04-09Clean up types and remove unnecessary casts from fs/readdir.c.Linus Torvalds1-18/+17
2003-03-22[PATCH] Make arch-independent syscalls return longAndrew Morton1-1/+1
2003-03-08[PATCH] usercopy checks in old_readdir()Andrew Morton1-5/+10
2003-01-05[PATCH] devfs mount-time readdir fix and cleanupAndrew Morton1-11/+1
2002-12-14[PATCH] copy_user checks in filldir()Andrew Morton1-8/+18
2002-12-02Fix getdents64() offset saving bug from -mm merge.Linus Torvalds1-8/+10
2002-12-02Fix up getdents64() user pointer checking from -mm mergeLinus Torvalds1-2/+2
2002-12-02[PATCH] readdir speedup and fixesAndrew Morton1-13/+26
2002-11-26LSM: change if statements into something more readable for the fs/* files.Greg Kroah-Hartman1-1/+2
2002-10-17LSM: change all of the VFS related security calls to the new format.Greg Kroah-Hartman1-2/+1
2002-10-16LSM: add #include <linux/security.h> to a lot of files as they all have secur...Greg Kroah-Hartman1-0/+1
2002-07-21[PATCH] LSM: file related LSM hooksStephen D. Smalley1-0/+5
2002-04-30[PATCH] shift BKL out of vfs_readdirDave Hansen1-2/+0
2002-03-14[PATCH] fs/libfs.cAlexander Viro1-68/+0
2002-02-18[PATCH] (2/4) 2.5.5-pre1 fixesAlexander Viro1-1/+1
2002-02-11[PATCH] (2.5.4) death of ->i_zombieAlexander Viro1-2/+0
2002-02-08[PATCH] includes cleanup, 2nd try.Dave Jones1-1/+2
2002-02-04v2.5.0.1 -> v2.5.0.2Linus Torvalds1-0/+4
2002-02-04v2.4.8 -> v2.4.8.1Linus Torvalds1-3/+3
2002-02-04Import changesetLinus Torvalds1-0/+327