1. 0c93ac6 readdir: make sure to verify directory entry for legacy interfaces too by Linus Torvalds · 3 years, 8 months ago
  2. fb2da16 fs: remove ksys_getdents64 by Christoph Hellwig · 4 years, 6 months ago
  3. 5fb1514 readdir.c: get rid of the last __put_user(), drop now-useless access_ok() by Al Viro · 4 years, 10 months ago
  4. 82af599 readdir.c: get compat_filldir() more or less in sync with filldir() by Al Viro · 4 years, 10 months ago
  5. 391b746 switch readdir(2) to unsafe_copy_dirent_name() by Al Viro · 4 years, 10 months ago
  6. 41cd780 uaccess: Selectively open read or write user access by Christophe Leroy · 4 years, 9 months ago
  7. 3c2659b readdir: make user_access_begin() use the real access range by Linus Torvalds · 5 years ago
  8. 2c6b7bc readdir: be more conservative with directory entry names by Linus Torvalds · 5 years ago
  9. b9959c7 filldir[64]: remove WARN_ON_ONCE() for bad directory entries by Linus Torvalds · 5 years ago
  10. c512c69 uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to it by Linus Torvalds · 5 years ago
  11. 8a23eb8 Make filldir[64]() verify the directory entry filename is valid by Linus Torvalds · 5 years ago
  12. 9f79b78 Convert filldir[64]() from __put_user() to unsafe_put_user() by Linus Torvalds · 9 years ago
  13. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  14. 454dab3 fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64() by Dominik Brodowski · 7 years ago
  15. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  16. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  17. 0dc208b locking/rwsem, fs: Use killable down_read() in iterate_dir() by Kirill Tkhai · 7 years ago
  18. 0460b2a readdir: move compat syscalls from compat.c by Al Viro · 8 years ago
  19. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  20. 0023541 restore killability of old mutex_lock_killable(&inode->i_mutex) users by Al Viro · 9 years ago
  21. 0e01df1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  22. 6192269 introduce a parallel variant of ->iterate() by Al Viro · 9 years ago
  23. 63b6df1 give readdir(2)/getdents(2)/etc. uniform exclusion with lseek() by Al Viro · 9 years ago
  24. 9902af7 parallel lookups: actual switch to rwsem by Al Viro · 9 years ago
  25. 1f60fbe ext4: allow readdir()'s of large empty directories to be interrupted by Theodore Ts'o · 9 years ago
  26. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  27. ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
  28. d4c7cf6 fanotify: create FAN_ACCESS event for readdir by Heinrich Schuchardt · 11 years ago
  29. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  30. ac6614b [readdir] constify ->actor by Al Viro · 12 years ago
  31. 2233f31 [readdir] ->readdir() is gone by Al Viro · 12 years ago
  32. bb6f619 [readdir] introduce ->iterate(), ctx->pos, dir_emit() by Al Viro · 12 years ago
  33. 5c0ba4e [readdir] introduce iterate_dir() and dir_context by Al Viro · 12 years ago
  34. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  35. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  36. 863ced7 switch readdir/getdents to fget_light/fput_light by Al Viro · 13 years ago
  37. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  38. 85c9fe8 vfs: fix warning: 'dirent' is used uninitialized in this function by Kevin Winchester · 14 years ago
  39. d4e8204 [CVE-2009-0029] System call wrappers part 32 by Heiko Carstens · 16 years ago
  40. 20f3703 [CVE-2009-0029] System call wrappers part 21 by Heiko Carstens · 16 years ago
  41. e55380e [CVE-2009-0029] Rename old_readdir to sys_old_readdir by Heiko Carstens · 16 years ago
  42. 53c9c5c [PATCH] prepare vfs_readdir() callers to returning filldir result by Al Viro · 16 years ago
  43. 8f3f655 [PATCH] fix regular readdir() and friends by Al Viro · 16 years ago
  44. da78451 Use mutex_lock_killable in vfs_readdir by Liam R. Howlett · 17 years ago
  45. 022a169 ROUND_UP macro cleanup in fs/(select|compat|readdir).c by Milind Arun Choudhary · 18 years ago
  46. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  47. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 18 years ago
  48. afefdbb [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers by David Howells · 18 years ago
  49. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  50. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago