1. dfd948e fs/compat: fix parameter handling for compat readv/writev syscalls by Heiko Carstens · 10 years ago
  2. 4e4f9e6 fs/read_write.c:compat_readv(): remove bogus area verify by Corey Minyard · 10 years ago
  3. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  4. 73a7075 aio: Kill aio_rw_vect_retry() by Kent Overstreet · 11 years ago
  5. 46a1c2c vfs: export lseek_execute() to modules by Jie Liu · 11 years ago
  6. 2142914 lseek_execute() doesn't need an inode passed to it by Al Viro · 11 years ago
  7. 68d70d0 constify rw_verify_area() by Al Viro · 11 years ago
  8. 1bf9d14 new helper: fixed_size_llseek() by Al Viro · 11 years ago
  9. 5faf153 don't call file_pos_write() if vfs_{read,write}{,v}() fails by Al Viro · 11 years ago
  10. 50cd2c5 lift file_*_write out of do_splice_direct() by Al Viro · 11 years ago
  11. 7995bd2 splice: don't pass the address of ->f_pos to methods by Al Viro · 11 years ago
  12. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  13. 41003a7 aio: remove retry-based AIO by Zach Brown · 11 years ago
  14. c0bd14af kill fs/read_write.h by Al Viro · 11 years ago
  15. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  16. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  17. 546ae2d fs/read_write.c: fix generic_file_llseek() comment by Ming Lei · 11 years ago
  18. 03d95eb lift sb_start_write() out of ->write() by Al Viro · 11 years ago
  19. 72ec351 switch compat readv/writev variants to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  20. 8d71db4 lift sb_start_write/sb_end_write out of ->aio_write() by Al Viro · 11 years ago
  21. 3e84f48 vfs/splice: Fix missed checks in new __kernel_write() helper by Al Viro · 11 years ago
  22. 06ae43f Don't bother with redoing rw_verify_area() from default_file_splice_from() by Al Viro · 11 years ago
  23. 19f4fc3 convert sendfile{,64} to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  24. 4a0fd5b teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long by Al Viro · 11 years ago
  25. 14cc0b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  26. 561c673 switch lseek to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  27. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  28. a68c2f1 sendfile: allows bypassing of notifier events by Scott Wolchok · 11 years ago
  29. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 11 years ago
  30. 8f9c011 compat: fs: Generic compat_sys_sendfile implementation by Catalin Marinas · 12 years ago
  31. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  32. e8b96eb vfs: allow custom EOF in generic_file_llseek code by Eric Sandeen · 12 years ago
  33. ac34ebb aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector() by Christopher Yeoh · 12 years ago
  34. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  35. fcf6340 Cross Memory Attach by Christopher Yeoh · 13 years ago
  36. 5760495 vfs: add generic_file_llseek_size by Andi Kleen · 13 years ago
  37. ef3d0fd vfs: do (nearly) lockless generic_file_llseek by Andi Kleen · 13 years ago
  38. bacb2d8 fs: add missing unlock in default_llseek() by Dan Carpenter · 13 years ago
  39. 982d816 fs: add SEEK_HOLE and SEEK_DATA flags by Josef Bacik · 13 years ago
  40. cccb5a1 fix signedness mess in rw_verify_area() on 64bit architectures by Al Viro · 13 years ago
  41. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  42. 435f49a readv/writev: do the same MAX_RW_COUNT truncation that read/write does by Linus Torvalds · 14 years ago
  43. 4a3956c vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_pos by KAMEZAWA Hiroyuki · 14 years ago
  44. 776c163 vfs: make no_llseek the default by Arnd Bergmann · 14 years ago
  45. ab91261 vfs: don't use BKL in default_llseek by Arnd Bergmann · 14 years ago
  46. 2a12a9d fsnotify: pass a file instead of an inode to open, read, and write by Eric Paris · 14 years ago
  47. ae6afc3 vfs: introduce noop_llseek() by jan Blunck · 14 years ago
  48. 61964eb do_sync_read/write() should set kiocb.ki_nbytes to be consistent by David Howells · 14 years ago
  49. cc56f7d sendfile(): check f_op.splice_write() rather than f_op.sendpage() by Changli Gao · 15 years ago
  50. f909898 vfs: remove redundant position check in do_sendfile by Jeff Layton · 15 years ago
  51. 6818173 splice: implement default splice_read method by Miklos Szeredi · 15 years ago
  52. 601cc11 Make non-compat preadv/pwritev use native register size by Linus Torvalds · 15 years ago
  53. f3554f4 preadv/pwritev: Add preadv and pwritev system calls. by Gerd Hoffmann · 15 years ago
  54. 3cdad42 [CVE-2009-0029] System call wrappers part 20 by Heiko Carstens · 15 years ago
  55. 003d7ab [CVE-2009-0029] System call wrappers part 19 by Heiko Carstens · 15 years ago
  56. 002c897 [CVE-2009-0029] System call wrappers part 16 by Heiko Carstens · 15 years ago
  57. 6673e0c [CVE-2009-0029] System call wrapper special cases by Heiko Carstens · 15 years ago
  58. 2ed7c03 [CVE-2009-0029] Convert all system calls to return a long by Heiko Carstens · 15 years ago
  59. 5b6f1eb vfs: lseek(fd, 0, SEEK_CUR) race condition by Alain Knaff · 16 years ago
  60. 3a8cff4 [PATCH] generic_file_llseek tidyups by Christoph Hellwig · 16 years ago
  61. 9465efc Remove BKL from remote_llseek v2 by Andi Kleen · 16 years ago
  62. 16abef0 fs: use loff_t type instead of long long by David Sterba · 16 years ago
  63. 3287629 remove the unused exports of sys_open/sys_read by Arjan van de Ven · 16 years ago
  64. 1929552 ext4: export iov_shorten from kernel for ext4's use by Eric Sandeen · 16 years ago
  65. c43e259 security: call security_file_permission from rw_verify_area by James Morris · 16 years ago
  66. cb51f97 mark sys_open/sys_read exports unused by Arjan van de Ven · 17 years ago
  67. a16877c Cleanup macros for distinguishing mandatory locks by Pavel Emelyanov · 17 years ago
  68. d96e6e7 Remove remnants of sendfile() by Jens Axboe · 17 years ago
  69. d6b29d7 splice: divorce the splice structure/function definitions from the pipe header by Jens Axboe · 17 years ago
  70. 534f2aa sys_sendfile: switch to using ->splice_read, if available by Jens Axboe · 17 years ago
  71. 1ae7075 use use SEEK_MAX to validate user lseek arguments by Chris Snook · 17 years ago
  72. 7b8e892 use symbolic constants in generic lseek code by Chris Snook · 17 years ago
  73. 163da95 [PATCH] FS: speed up rw_verify_area() by Eric Dumazet · 17 years ago
  74. 4b98d11 [PATCH] ifdef ->rchar, ->wchar, ->syscr, ->syscw from task_struct by Alexey Dobriyan · 17 years ago
  75. 029530f [PATCH] one more EXPORT_UNUSED_SYMBOL removal by Adrian Bunk · 17 years ago
  76. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 17 years ago
  77. eed4e51 [PATCH] Add vector AIO support by Badari Pulavarty · 18 years ago
  78. 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
  79. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  80. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  81. 69c3a5b [PATCH] fs/read_write.c: EXPORT_UNUSED_SYMBOL by Adrian Bunk · 18 years ago
  82. 49570e9 [PATCH] splice: unlikely() optimizations by Jens Axboe · 18 years ago
  83. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  84. 6cc6b12 [PATCH] remove needless check in fs/read_write.c by Carsten Otte · 18 years ago
  85. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  86. e28cc71 Relax the rw_verify_area() error checking. by Linus Torvalds · 18 years ago
  87. 411b67b [PATCH] readv/writev syscalls are not checked by lsm by Kostik Belousov · 19 years ago
  88. 2832e93 [PATCH] remove file.f_maxcount by Eric Dumazet · 19 years ago
  89. 0eeca28 [PATCH] inotify by Robert Love · 19 years ago
  90. 63e6880 [PATCH] aio: fix do_sync_(read|write) to properly handle aio retries by Benjamin LaHaise · 19 years ago
  91. 1f08ad0 [PATCH] undo do_readv_writev() behavior change by Dave Hansen · 19 years ago
  92. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago