1. bbdfc2f [SPLICE]: Don't assume regular pages in splice_to_pipe() by Jens Axboe · 17 years ago
  2. c43e259 security: call security_file_permission from rw_verify_area by James Morris · 16 years ago
  3. b537677 Implement file posix capabilities by Serge E. Hallyn · 17 years ago
  4. 92d15c2 Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  5. afddba4 fs: introduce write_begin, write_end, and perform_write aops by Nick Piggin · 17 years ago
  6. f4e6b49 readahead: combine file_ra_state.prev_index/prev_offset into prev_pos by Fengguang Wu · 17 years ago
  7. 6866bef splice: fix double kunmap() in vmsplice copy path by Jens Axboe · 17 years ago
  8. 7572395 Fix possible splice() mmap_sem deadlock by Linus Torvalds · 17 years ago
  9. 79685b8 docbook: add pipes, other fixes by Randy Dunlap · 17 years ago
  10. 6a860c9 splice: fix bad unlock_page() in error case by Jens Axboe · 17 years ago
  11. cf914a7 readahead: split ondemand readahead interface into two functions by Rusty Russell · 17 years ago
  12. d898391 readahead: pass real splice size by Fengguang Wu · 17 years ago
  13. 431a4820 readahead: move synchronous readahead call out of splice loop by Fengguang Wu · 17 years ago
  14. a08a166 readahead: convert splice invocations by Fengguang Wu · 17 years ago
  15. bcd4f3a splice: direct splicing updates ppos twice by Jens Axboe · 17 years ago
  16. 51a92c0 splice: fix offset mangling with direct splicing (sendfile) by Jens Axboe · 17 years ago
  17. 29ce205 security: revalidate rw permissions for sys_splice and sys_vmsplice by James Morris · 17 years ago
  18. 0845718 pipe: add documentation and comments by Jens Axboe · 17 years ago
  19. cac36bb0 pipe: change the ->pin() operation to ->confirm() by Jens Axboe · 17 years ago
  20. 932cc6d splice: completely document external interface with kerneldoc by Jens Axboe · 17 years ago
  21. 497f962 pipe: allow passing around of ops private pointer by Jens Axboe · 17 years ago
  22. d6b29d7 splice: divorce the splice structure/function definitions from the pipe header by Jens Axboe · 17 years ago
  23. 6a14b90 vmsplice: add vmsplice-to-user support by Jens Axboe · 17 years ago
  24. c66ab6f splice: abstract out actor data by Jens Axboe · 17 years ago
  25. 02676e5 splice: only check do_wakeup in splice_to_pipe() for a real pipe by Jens Axboe · 17 years ago
  26. 00de00b splice: fix leak of pages on short splice to pipe by Jens Axboe · 17 years ago
  27. 17ee4f4 splice: adjust balance_dirty_pages_ratelimited() call by Jens Axboe · 17 years ago
  28. 620a324 splice: __generic_file_splice_read: fix read/truncate race by Jens Axboe · 17 years ago
  29. 475ecad splice: __generic_file_splice_read: fix i_size_read() length checks by Hugh Dickins · 17 years ago
  30. 20d698d splice: move balance_dirty_pages_ratelimited() outside of splice actor by Jens Axboe · 17 years ago
  31. 267adc3 splice: remove do_splice_direct() symbol export by Jens Axboe · 17 years ago
  32. d366d398 splice: move inode size check into generic_file_splice_read() by Jens Axboe · 17 years ago
  33. 86aa5ac [PATCH] splice: always call into page_cache_readahead() by Jens Axboe · 17 years ago
  34. 9ae9d68 [PATCH] splice(): fix interaction with readahead by Fengguang Wu · 17 years ago
  35. d9993c3 [PATCH] splice: partial write fix by Dmitriy Monakhov · 17 years ago
  36. 40bee44e Export __splice_from_pipe() by Mark Fasheh · 17 years ago
  37. 08c7259 2/2 splice: dont readpage by Nick Piggin · 17 years ago
  38. 485ddb4 1/2 splice: dont steal by Nick Piggin · 17 years ago
  39. d4c3cca [PATCH] constify pipe_buf_operations by Eric Dumazet · 17 years ago
  40. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 18 years ago
  41. ddac0d3 [PATCH] splice: fix problem introduced with inode diet by Jens Axboe · 18 years ago
  42. 2ae8814 [PATCH] mm: clean up pagecache allocation by Nick Piggin · 18 years ago
  43. 8c34e2d [PATCH] Remove SUID when splicing into an inode by Jens Axboe · 18 years ago
  44. 6da6180 [PATCH] Introduce generic_file_splice_write_nolock() by Mark Fasheh · 18 years ago
  45. 62752ee [PATCH] Take i_mutex in splice_from_pipe() by Mark Fasheh · 18 years ago
  46. e6e80f2 [PATCH] splice: fix pipe_to_file() ->prepare_write() error path by Jens Axboe · 18 years ago
  47. 0fe2347 [PATCH] Update axboe@suse.de email address by Jens Axboe · 18 years ago
  48. aadd06e [PATCH] splice: fix problems with sys_tee() by Jens Axboe · 18 years ago
  49. 9e94cd4 [PATCH] splice: retrieve mapping after locking the page by Jens Axboe · 18 years ago
  50. a054887 [PATCH] splice: redo page lookup if add_to_page_cache() returns -EEXIST by Jens Axboe · 18 years ago
  51. 76ad4d1 [PATCH] splice: rename remaining info variables to pipe by Jens Axboe · 18 years ago
  52. 1432873 [PATCH] splice: LRU fixups by Jens Axboe · 18 years ago
  53. bfc4ee3 [PATCH] splice: fix unlocking of page on error ->prepare_write() by Jens Axboe · 18 years ago
  54. 330ab71 [PATCH] vmsplice: restrict stealing a little more by Jens Axboe · 18 years ago
  55. a893b99 [PATCH] splice: fix page LRU accounting by Jens Axboe · 18 years ago
  56. 7591489 [PATCH] vmsplice: fix badly placed end paranthesis by Jens Axboe · 18 years ago
  57. 7afa6fd [PATCH] vmsplice: allow user to pass in gift pages by Jens Axboe · 18 years ago
  58. f6762b7 [PATCH] pipe: enable atomic copying of pipe data to/from user space by Jens Axboe · 18 years ago
  59. e27dedd [PATCH] splice: call handle_ra_miss() on failure to lookup page by Jens Axboe · 18 years ago
  60. f84d751 [PATCH] pipe: introduce ->pin() buffer operation by Jens Axboe · 18 years ago
  61. 0568b40 [PATCH] splice: fix bugs in pipe_to_file() by Jens Axboe · 18 years ago
  62. 46e678c [PATCH] splice: fix bugs with stealing regular pipe pages by Jens Axboe · 18 years ago
  63. eb20796 [PATCH] splice: make the read-side do batched page lookups by Jens Axboe · 18 years ago
  64. eb645a2 [PATCH] splice: switch to using page_cache_readahead() by Jens Axboe · 18 years ago
  65. 00522fb [PATCH] splice: rearrange moving to/from pipe helpers by Jens Axboe · 18 years ago
  66. 912d35f [PATCH] Add support for the sys_vmsplice syscall by Jens Axboe · 18 years ago
  67. 016b661 [PATCH] splice: fix offset problems by Jens Axboe · 18 years ago
  68. ba5f5d9 [PATCH] splice: fix min() warning by Andrew Morton · 18 years ago
  69. 82aa5d6 [PATCH] splice: fix smaller sized splice reads by Jens Axboe · 18 years ago
  70. 9e0267c [PATCH] splice: fixup writeout path after ->map changes by Jens Axboe · 18 years ago
  71. a4514eb [PATCH] splice: offset fixes by Jens Axboe · 18 years ago
  72. 2a27250e [PATCH] tee: link_pipe() must be careful when dropping one of the pipe locks by Jens Axboe · 18 years ago
  73. c4f895c [PATCH] splice: cleanup the SPLICE_F_NONBLOCK handling by Jens Axboe · 18 years ago
  74. 91ad66e [PATCH] splice: close i_size truncate races on read by Jens Axboe · 18 years ago
  75. 7052449 [PATCH] splice: add support for sys_tee() by Jens Axboe · 18 years ago
  76. cbb7e57 [PATCH] splice: pass offset around for ->splice_read() and ->splice_write() by Jens Axboe · 18 years ago
  77. 73d62d8 [PATCH] splice: comment styles by Ingo Molnar · 18 years ago
  78. c2058e0 [PATCH] splice: add Ingo as addition copyright holder by Jens Axboe · 18 years ago
  79. 49570e9 [PATCH] splice: unlikely() optimizations by Jens Axboe · 18 years ago
  80. 6f767b0 [PATCH] splice: speedups and optimizations by Jens Axboe · 18 years ago
  81. 7480a90 [PATCH] splice: speedup __generic_file_splice_read by Jens Axboe · 18 years ago
  82. b92ce55 [PATCH] splice: add direct fd <-> fd splicing support by Jens Axboe · 18 years ago
  83. 529565d [PATCH] splice: add optional input and output offsets by Ingo Molnar · 18 years ago
  84. 3a326a2 [PATCH] introduce a "kernel-internal pipe object" abstraction by Ingo Molnar · 18 years ago
  85. 0b749ce [PATCH] splice: be smarter about calling do_page_cache_readahead() by Jens Axboe · 18 years ago
  86. 49d0b21 [PATCH] splice: optimize the splice buffer mapping by Jens Axboe · 18 years ago
  87. 16c523d [PATCH] splice: cleanup __generic_file_splice_read() by Jens Axboe · 18 years ago
  88. c0bd1f6 [PATCH] splice: only call wake_up_interruptible() when we really have to by Jens Axboe · 18 years ago
  89. 9aefe43 [PATCH] splice: potential !page dereference by Dave Jones · 18 years ago
  90. c7f21e4 [PATCH] splice: mark the io page as accessed by Jens Axboe · 18 years ago
  91. 3e7ee3e [PATCH] splice: fix page stealing LRU handling. by Jens Axboe · 18 years ago
  92. ad8d6f0 [PATCH] splice: page stealing needs to wait_on_page_writeback() by Jens Axboe · 18 years ago
  93. 059a8f3 [PATCH] splice: export generic_splice_sendpage by Jens Axboe · 18 years ago
  94. b2b39fa [PATCH] splice: add a SPLICE_F_MORE flag by Jens Axboe · 18 years ago
  95. 83f9135 [PATCH] splice: add comments documenting more of the code by Jens Axboe · 18 years ago
  96. 4f6f0bd [PATCH] splice: improve writeback and clean up page stealing by Jens Axboe · 18 years ago
  97. 53cd9ae [PATCH] splice: fix shadow[] filling logic by Jens Axboe · 18 years ago
  98. 29e3509 splice: add SPLICE_F_NONBLOCK flag by Linus Torvalds · 18 years ago
  99. a0f0678 [PATCH] splice exports by Jeff Garzik · 18 years ago
  100. 5abc97a [PATCH] splice: add support for SPLICE_F_MOVE flag by Jens Axboe · 18 years ago