1. 2dc75d3 block: disable sysfs parts of the disk command filter by Jens Axboe · 16 years ago
  2. 5168c47 block: remove blk_queue_tag_depth() and blk_queue_tag_queue() by Jens Axboe · 16 years ago
  3. 4beab5c block: rename blk_scsi_cmd_filter to blk_cmd_filter by FUJITA Tomonori · 16 years ago
  4. abf5439 block: move cmdfilter from gendisk to request_queue by FUJITA Tomonori · 16 years ago
  5. 6c5e0c4 block: add a blk_plug_device_unlocked() that grabs the queue lock by Jens Axboe · 16 years ago
  6. d442cc4 block: Trivial fix for blk_integrity_rq() by Martin K. Petersen · 16 years ago
  7. 98339cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  8. 681a561 block: unexport blk_end_sync_rq by FUJITA Tomonori · 16 years ago
  9. 27f8221 block: add blk_queue_update_dma_pad by FUJITA Tomonori · 16 years ago
  10. e48ec69 block: extend queue_flag bitops by Jens Axboe · 16 years ago
  11. cc371e6 Add bvec_merge_data to handle stacked devices and ->merge_bvec() by Alasdair G Kergon · 16 years ago
  12. b24498d block: integrity flags can't use bit ops on unsigned short by Jens Axboe · 16 years ago
  13. 0b07de8 allow userspace to modify scsi command filter on per device basis by Adel Gadllah · 16 years ago
  14. 6e2401a block: integrity cleanups by Jens Axboe · 16 years ago
  15. da9cbc8 block: blkdev.h cleanup, move iocontext stuff to iocontext.h by Jens Axboe · 16 years ago
  16. 7ba1ba1 block: Block layer data integrity support by Martin K. Petersen · 16 years ago
  17. 244b4d5 block: kill request_queue_t by Jens Axboe · 16 years ago
  18. 7663c1e Improve queue_is_locked() by Jens Axboe · 16 years ago
  19. 8f45c1a block: fix queue locking verification by Linus Torvalds · 16 years ago
  20. ac9fafa block: Skip I/O merges when disabled by Alan D. Brunelle · 16 years ago
  21. d7e3c32 block: add large command support by FUJITA Tomonori · 16 years ago
  22. 2a4aa30 block: rename and export rq_init() by FUJITA Tomonori · 16 years ago
  23. 75ad23b block: make queue flags non-atomic by Nick Piggin · 16 years ago
  24. 2472892 block: fix memory hotplug and bouncing in block layer by Andi Kleen · 16 years ago
  25. f18573a block: move the padding adjustment to blk_rq_map_sg by FUJITA Tomonori · 16 years ago
  26. e3790c7 block: separate out padding from alignment by Tejun Heo · 17 years ago
  27. 7a85f88 block: restore the meaning of rq->data_len to the true data length by FUJITA Tomonori · 17 years ago
  28. 2fb98e8 block: implement request_queue->dma_drain_needed by Tejun Heo · 17 years ago
  29. 6b00769 block: add request->raw_data_len by Tejun Heo · 17 years ago
  30. 63a7138 block: fixup rq_init() a bit by Jens Axboe · 17 years ago
  31. 3bc217f block: kill swap_io_context() by Jens Axboe · 17 years ago
  32. 22b1321 block: new end request handling interface should take unsigned byte counts by Jens Axboe · 17 years ago
  33. 023ccde block: fix warning on compile with CONFIG_BLOCK by Jens Axboe · 17 years ago
  34. 8d01edd Merge branch 'for-2.6.25' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  35. f0f0052 Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  36. fa0ccd8 block: implement drain buffers by James Bottomley · 17 years ago
  37. d38ecf9 io context sharing: preliminary support by Jens Axboe · 17 years ago
  38. fd0928d ioprio: move io priority from task_struct to io_context by Jens Axboe · 17 years ago
  39. 5450d3e blk_end_request: cleanup 'uptodate' related code (take 4) by Kiyoshi Ueda · 17 years ago
  40. 3bcddea blk_end_request: remove/unexport end_that_request_* (take 4) by Kiyoshi Ueda · 17 years ago
  41. e3a04fe blk_end_request: add bidi completion interface (take 4) by Kiyoshi Ueda · 17 years ago
  42. e19a3ab blk_end_request: add callback feature (take 4) by Kiyoshi Ueda · 17 years ago
  43. 3b11313 blk_end_request: add/export functions to get request size (take 4) by Kiyoshi Ueda · 17 years ago
  44. 336cdb4 blk_end_request: add new request completion interface (take 4) by Kiyoshi Ueda · 17 years ago
  45. 482eb68 block: allow queue dma_alignment of zero by Pete Wyckoff · 17 years ago
  46. 7267c33 ide: remove REQ_TYPE_ATA_CMD by Bartlomiej Zolnierkiewicz · 17 years ago
  47. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  48. 29ed2a5 ide: remove REQ_TYPE_ATA_TASK by Bartlomiej Zolnierkiewicz · 17 years ago
  49. 11c3e68 [SCSI] block: Introduce new blk_queue_update_dma_alignment interface by James Bottomley · 17 years ago
  50. 2ad8b1e Add UNPLUG traces to all appropriate places by Alan D. Brunelle · 17 years ago
  51. 6eca900 [BLOCK] Fix bad sharing of tag busy list on queues with shared tag maps by Jens Axboe · 17 years ago
  52. fd5d806 block: convert blkdev_issue_flush() to use empty barriers by Jens Axboe · 17 years ago
  53. bf2de6f block: Initial support for data-less (or empty) barrier support by Jens Axboe · 17 years ago
  54. a0cd128 block: add end_queued_request() and end_dequeued_request() helpers by Jens Axboe · 17 years ago
  55. 2da96ac [BLOCK] Move sector_div() from blkdev.h to kernel.h by Jens Axboe · 17 years ago
  56. d24517d Remove flush_dry_bio_endio by NeilBrown · 17 years ago
  57. f5ff842 Fix warnings with !CONFIG_BLOCK by Jens Axboe · 17 years ago
  58. 6684657 Stop exporting blk_rq_bio_prep by NeilBrown · 17 years ago
  59. 3001ca7 New function blk_req_append_bio by NeilBrown · 17 years ago
  60. 5705f70 Introduce rq_for_each_segment replacing rq_for_each_bio by NeilBrown · 17 years ago
  61. 4e97182 [patch] QUEUE_FLAG_READFULL QUEUE_FLAG_WRITEFULL comment fix by Qi Yong · 17 years ago
  62. 71f65e6 [BLOCK] Add request_queue_t and mark it deprecated by Jens Axboe · 17 years ago
  63. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  64. 41e1703 [SCSI] bsg: unexport sg v3 helper functions by FUJITA Tomonori · 17 years ago
  65. 2a7326b CONFIG_BOUNCE to avoid useless inclusion of bounce buffer logic by Christoph Lameter · 17 years ago
  66. abae1fd add a struct request pointer to the request structure by FUJITA Tomonori · 17 years ago
  67. d351af0 bsg: bind bsg to request_queue instead of gendisk by FUJITA Tomonori · 17 years ago
  68. 45e79a3 bsg: add a request_queue argument to scsi_cmd_ioctl() by FUJITA Tomonori · 17 years ago
  69. 337ad41d block: export blk_verify_command for SG v4 by FUJITA Tomonori · 18 years ago
  70. 3d6392c bsg: support for full generic block layer SG v3 by Jens Axboe · 17 years ago
  71. 7deeed1 [TRIVIAL PATCH] Kill blk_congestion_wait() stub for !CONFIG_BLOCK by Benjamin Gilbert · 17 years ago
  72. 19a75d8 kblockd: use flush_work by Andrew Morton · 17 years ago
  73. 4e521c2 ll_rw_blk: add io_context private pointer by Jens Axboe · 17 years ago
  74. aaf1228 cfq-iosched: remove cfq_io_context last_queue by Jens Axboe · 18 years ago
  75. 8e5cfc4 [PATCH] Fixup blk_rq_unmap_user() API by Jens Axboe · 18 years ago
  76. 1aa4f24 [PATCH] Remove queue merging hooks by Jens Axboe · 18 years ago
  77. 2b02a17 [PATCH] remove blk_queue_activity_fn by Boaz Harrosh · 18 years ago
  78. 0e75f90 [PATCH] block: support larger block pc requests by Mike Christie · 18 years ago
  79. 3fcfab1 [PATCH] separate bdi congestion functions from queue congestion functions by Andrew Morton · 18 years ago
  80. 79e2de4 [PATCH] export clear_queue_congested and set_queue_congested by Thomas Maier · 18 years ago
  81. cea2885 [PATCH] ide-cd: fix breakage with internally queued commands by Jens Axboe · 18 years ago
  82. f583f49 [PATCH] helper function for retrieving scsi_cmd given host based block layer tag by David C Somayajulu · 18 years ago
  83. bcfd8d3 [PATCH] CONFIG_BLOCK: blk_congestion_wait() fix by Andrew Morton · 18 years ago
  84. 9361401 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] by David Howells · 18 years ago
  85. 5404bc7 [PATCH] Allow file systems to differentiate between data and meta reads by Jens Axboe · 18 years ago
  86. dc72ef4 [PATCH] Add blk_start_queueing() helper by Jens Axboe · 18 years ago
  87. b5deef9 [PATCH] Make sure all block/io scheduler setups are node aware by Jens Axboe · 18 years ago
  88. a3b05e8 [PATCH] Kill various deprecated/unused block layer defines/functions by Jens Axboe · 18 years ago
  89. fc46379 [PATCH] cfq-iosched: kill cfq_exit_lock by Jens Axboe · 18 years ago
  90. e6a1c87 [PATCH] struct request: shrink and optimize some more by Jens Axboe · 18 years ago
  91. cdd6026 [PATCH] Remove ->rq_status from struct request by Jens Axboe · 18 years ago
  92. 49171e5 [PATCH] Remove struct request_list from struct request by Jens Axboe · 18 years ago
  93. c00895a [PATCH] Remove ->waiting member from struct request by Jens Axboe · 18 years ago
  94. ff7d145 [PATCH] Add one more pointer to struct request for IO scheduler usage by Jens Axboe · 18 years ago
  95. 9e2585a [PATCH] as-iosched: remove arq->is_sync member by Jens Axboe · 18 years ago
  96. 2e662b6 [PATCH] elevator: abstract out the rbtree sort handling by Jens Axboe · 18 years ago
  97. 9817064 [PATCH] elevator: move the backmerging logic into the elevator core by Jens Axboe · 18 years ago
  98. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 18 years ago
  99. 6c5c934 [PATCH] ifdef blktrace debugging fields by Alexey Dobriyan · 18 years ago
  100. 1aedf2c Merge mulgrave-w:git/linux-2.6 by James Bottomley · 18 years ago