1. 0e435ac block: fix setting of max_segment_size and seg_boundary mask by Milan Broz · 16 years ago
  2. 53a0880 block: internal dequeue shouldn't start timer by Tejun Heo · 16 years ago
  3. 90b8f28 [PATCH] end of methods switch: remove the old ones by Al Viro · 17 years ago
  4. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 17 years ago
  5. 633a08b [PATCH] introduce __blkdev_driver_ioctl() by Al Viro · 17 years ago
  6. 08f8585 [PATCH] move block_device_operations to blkdev.h by Al Viro · 17 years ago
  7. 74f3c8a [PATCH] switch scsi_cmd_ioctl() to passing fmode_t by Al Viro · 17 years ago
  8. e915e87 [PATCH] switch sg_scsi_ioctl() to passing fmode_t by Al Viro · 16 years ago
  9. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  10. c53dbf5 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  11. f73e2d1 block: remove __generic_unplug_device() from exports by Jens Axboe · 16 years ago
  12. 6000a36 [SCSI] block: separate failfast into multiple bits. by Mike Christie · 16 years ago
  13. b02739b block: gendisk integrity wrapper by Martin K. Petersen · 16 years ago
  14. ad7fce9 block: Switch blk_integrity_compare from bdev to gendisk by Martin K. Petersen · 16 years ago
  15. b04accc block: revert part of d7533ad0e132f92e75c1b2eb7c26387b25a583c1 by Jens Axboe · 16 years ago
  16. d00e29f block: remove end_{queued|dequeued}_request() by Kiyoshi Ueda · 16 years ago
  17. ef9e3fa block: add lld busy state exporting interface by Kiyoshi Ueda · 16 years ago
  18. a68bbdd block: add queue flag for SSD/non-rotational devices by Jens Axboe · 16 years ago
  19. 4ee5eaf block: add a queue flag for request stacking support by Kiyoshi Ueda · 16 years ago
  20. 82124d6 block: add request submission interface by Kiyoshi Ueda · 16 years ago
  21. 32fab44 block: add request update interface by Kiyoshi Ueda · 16 years ago
  22. 9c02f2b block: cleanup some of the integrity stuff in blkdev.h by Jens Axboe · 16 years ago
  23. 581d4e2 block: add fault injection mechanism for faking request timeouts by Jens Axboe · 16 years ago
  24. 3e6053d block: adjust blkdev_issue_discard for swap by Hugh Dickins · 16 years ago
  25. 11914a5 block: Add interface to abort queued requests by Mike Anderson · 16 years ago
  26. 242f9dc block: unify request timeout handling by Jens Axboe · 16 years ago
  27. 8790407 block: add blk_rq_aligned helper function by FUJITA Tomonori · 16 years ago
  28. 152e283 block: introduce struct rq_map_data to use reserved pages by FUJITA Tomonori · 16 years ago
  29. a3bce90 block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov by FUJITA Tomonori · 16 years ago
  30. ab780f1 block: inherit CPU completion on bio->rq and rq->rq merges by Jens Axboe · 16 years ago
  31. c7c22e4 block: add support for IO CPU affinity by Jens Axboe · 16 years ago
  32. 18887ad block: make kblockd_schedule_work() take the queue as parameter by Jens Axboe · 16 years ago
  33. 5df97b9 drop vmerge accounting by Mikulas Patocka · 16 years ago
  34. 766ca44 virtio_blk: use a wrapper function to access io context information of IO requests by Fernando Luis Vázquez Cao · 16 years ago
  35. 1a8e2bd Kill REQ_TYPE_FLUSH by David Woodhouse · 16 years ago
  36. e17fc0a Allow elevators to sort/merge discard requests by David Woodhouse · 16 years ago
  37. eae9acd Support 'discard sectors' operation in translation layer support core by David Woodhouse · 16 years ago
  38. fb2dce8 Add 'discard' request handling by David Woodhouse · 16 years ago
  39. d628eae Fix up comments about matching flags between bio and rq by David Woodhouse · 16 years ago
  40. 2dc75d3 block: disable sysfs parts of the disk command filter by Jens Axboe · 16 years ago
  41. 5168c47 block: remove blk_queue_tag_depth() and blk_queue_tag_queue() by Jens Axboe · 16 years ago
  42. 4beab5c block: rename blk_scsi_cmd_filter to blk_cmd_filter by FUJITA Tomonori · 16 years ago
  43. abf5439 block: move cmdfilter from gendisk to request_queue by FUJITA Tomonori · 16 years ago
  44. 6c5e0c4 block: add a blk_plug_device_unlocked() that grabs the queue lock by Jens Axboe · 16 years ago
  45. d442cc4 block: Trivial fix for blk_integrity_rq() by Martin K. Petersen · 16 years ago
  46. 98339cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  47. 681a561 block: unexport blk_end_sync_rq by FUJITA Tomonori · 16 years ago
  48. 27f8221 block: add blk_queue_update_dma_pad by FUJITA Tomonori · 16 years ago
  49. e48ec69 block: extend queue_flag bitops by Jens Axboe · 16 years ago
  50. cc371e6 Add bvec_merge_data to handle stacked devices and ->merge_bvec() by Alasdair G Kergon · 16 years ago
  51. b24498d block: integrity flags can't use bit ops on unsigned short by Jens Axboe · 16 years ago
  52. 0b07de8 allow userspace to modify scsi command filter on per device basis by Adel Gadllah · 16 years ago
  53. 6e2401a block: integrity cleanups by Jens Axboe · 16 years ago
  54. da9cbc8 block: blkdev.h cleanup, move iocontext stuff to iocontext.h by Jens Axboe · 16 years ago
  55. 7ba1ba1 block: Block layer data integrity support by Martin K. Petersen · 16 years ago
  56. 244b4d5 block: kill request_queue_t by Jens Axboe · 16 years ago
  57. 7663c1e Improve queue_is_locked() by Jens Axboe · 16 years ago
  58. 8f45c1a block: fix queue locking verification by Linus Torvalds · 16 years ago
  59. ac9fafa block: Skip I/O merges when disabled by Alan D. Brunelle · 16 years ago
  60. d7e3c32 block: add large command support by FUJITA Tomonori · 16 years ago
  61. 2a4aa30 block: rename and export rq_init() by FUJITA Tomonori · 16 years ago
  62. 75ad23b block: make queue flags non-atomic by Nick Piggin · 16 years ago
  63. 2472892 block: fix memory hotplug and bouncing in block layer by Andi Kleen · 16 years ago
  64. f18573a block: move the padding adjustment to blk_rq_map_sg by FUJITA Tomonori · 16 years ago
  65. e3790c7 block: separate out padding from alignment by Tejun Heo · 17 years ago
  66. 7a85f88 block: restore the meaning of rq->data_len to the true data length by FUJITA Tomonori · 17 years ago
  67. 2fb98e8 block: implement request_queue->dma_drain_needed by Tejun Heo · 17 years ago
  68. 6b00769 block: add request->raw_data_len by Tejun Heo · 17 years ago
  69. 63a7138 block: fixup rq_init() a bit by Jens Axboe · 17 years ago
  70. 3bc217f block: kill swap_io_context() by Jens Axboe · 17 years ago
  71. 22b1321 block: new end request handling interface should take unsigned byte counts by Jens Axboe · 17 years ago
  72. 023ccde block: fix warning on compile with CONFIG_BLOCK by Jens Axboe · 17 years ago
  73. 8d01edd Merge branch 'for-2.6.25' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  74. f0f0052 Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  75. fa0ccd8 block: implement drain buffers by James Bottomley · 17 years ago
  76. d38ecf9 io context sharing: preliminary support by Jens Axboe · 17 years ago
  77. fd0928d ioprio: move io priority from task_struct to io_context by Jens Axboe · 17 years ago
  78. 5450d3e blk_end_request: cleanup 'uptodate' related code (take 4) by Kiyoshi Ueda · 17 years ago
  79. 3bcddea blk_end_request: remove/unexport end_that_request_* (take 4) by Kiyoshi Ueda · 17 years ago
  80. e3a04fe blk_end_request: add bidi completion interface (take 4) by Kiyoshi Ueda · 17 years ago
  81. e19a3ab blk_end_request: add callback feature (take 4) by Kiyoshi Ueda · 17 years ago
  82. 3b11313 blk_end_request: add/export functions to get request size (take 4) by Kiyoshi Ueda · 17 years ago
  83. 336cdb4 blk_end_request: add new request completion interface (take 4) by Kiyoshi Ueda · 17 years ago
  84. 482eb68 block: allow queue dma_alignment of zero by Pete Wyckoff · 17 years ago
  85. 7267c33 ide: remove REQ_TYPE_ATA_CMD by Bartlomiej Zolnierkiewicz · 17 years ago
  86. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  87. 29ed2a5 ide: remove REQ_TYPE_ATA_TASK by Bartlomiej Zolnierkiewicz · 17 years ago
  88. 11c3e68 [SCSI] block: Introduce new blk_queue_update_dma_alignment interface by James Bottomley · 17 years ago
  89. 2ad8b1e Add UNPLUG traces to all appropriate places by Alan D. Brunelle · 17 years ago
  90. 6eca900 [BLOCK] Fix bad sharing of tag busy list on queues with shared tag maps by Jens Axboe · 17 years ago
  91. fd5d806 block: convert blkdev_issue_flush() to use empty barriers by Jens Axboe · 17 years ago
  92. bf2de6f block: Initial support for data-less (or empty) barrier support by Jens Axboe · 17 years ago
  93. a0cd128 block: add end_queued_request() and end_dequeued_request() helpers by Jens Axboe · 17 years ago
  94. 2da96ac [BLOCK] Move sector_div() from blkdev.h to kernel.h by Jens Axboe · 17 years ago
  95. d24517d Remove flush_dry_bio_endio by NeilBrown · 17 years ago
  96. f5ff842 Fix warnings with !CONFIG_BLOCK by Jens Axboe · 17 years ago
  97. 6684657 Stop exporting blk_rq_bio_prep by NeilBrown · 17 years ago
  98. 3001ca7 New function blk_req_append_bio by NeilBrown · 17 years ago
  99. 5705f70 Introduce rq_for_each_segment replacing rq_for_each_bio by NeilBrown · 17 years ago
  100. 4e97182 [patch] QUEUE_FLAG_READFULL QUEUE_FLAG_WRITEFULL comment fix by Qi Yong · 17 years ago