1. 5f3ea37 blktrace: port to tracepoints by Arnaldo Carvalho de Melo · 16 years ago
  2. e78042e blk: move blk_delete_timer call in end_that_request_last by Mike Anderson · 16 years ago
  3. c53dbf5 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  4. f73e2d1 block: remove __generic_unplug_device() from exports by Jens Axboe · 16 years ago
  5. 713ada9 block: move q->unplug_work initialization by Peter Zijlstra · 16 years ago
  6. 496aa8a block: fix current kernel-doc warnings by Randy Dunlap · 16 years ago
  7. 80a4b58 block: only call ->request_fn when the queue is not stopped by Jens Axboe · 16 years ago
  8. 6000a36 [SCSI] block: separate failfast into multiple bits. by Mike Christie · 16 years ago
  9. d00e29f block: remove end_{queued|dequeued}_request() by Kiyoshi Ueda · 16 years ago
  10. ef9e3fa block: add lld busy state exporting interface by Kiyoshi Ueda · 16 years ago
  11. 336c3d8 block: Fix blk_start_queueing() to not kick a stopped queue by Elias Oltmanns · 16 years ago
  12. 4ee5eaf block: add a queue flag for request stacking support by Kiyoshi Ueda · 16 years ago
  13. 82124d6 block: add request submission interface by Kiyoshi Ueda · 16 years ago
  14. 32fab44 block: add request update interface by Kiyoshi Ueda · 16 years ago
  15. e3335de9 block: blk_cleanup_queue() should call blk_sync_queue() by Jens Axboe · 16 years ago
  16. 242f9dc block: unify request timeout handling by Jens Axboe · 16 years ago
  17. 839e96a block: update comment on end_request() by Jens Axboe · 16 years ago
  18. 6054016 block: don't use bio_has_data() in the completion path by Jens Axboe · 16 years ago
  19. ab780f1 block: inherit CPU completion on bio->rq and rq->rq merges by Jens Axboe · 16 years ago
  20. c7c22e4 block: add support for IO CPU affinity by Jens Axboe · 16 years ago
  21. 18887ad block: make kblockd_schedule_work() take the queue as parameter by Jens Axboe · 16 years ago
  22. b646fc5 block: split softirq handling into blk-softirq.c by Jens Axboe · 16 years ago
  23. 074a7ac block: move stats from disk to part0 by Tejun Heo · 16 years ago
  24. eddb2e2 block: kill GENHD_FL_FAIL and use part0->make_it_fail by Tejun Heo · 16 years ago
  25. 0762b8b block: always set bdev->bd_part by Tejun Heo · 16 years ago
  26. c995905 block: fix diskstats access by Tejun Heo · 16 years ago
  27. e71bf0d block: fix disk->part[] dereferencing race by Tejun Heo · 16 years ago
  28. 310a2c1 block: misc updates by Tejun Heo · 16 years ago
  29. 710027a Add some block/ source files to the kernel-api docbook. Fix kernel-doc notation in them as needed. Fix changed function parameter names. Fix typos/spellos. In comments, change REQ_SPECIAL to REQ_TYPE_SPECIAL and REQ_BLOCK_PC to REQ_TYPE_BLOCK_PC. by Randy Dunlap · 16 years ago
  30. 5df97b9 drop vmerge accounting by Mikulas Patocka · 16 years ago
  31. e17fc0a Allow elevators to sort/merge discard requests by David Woodhouse · 16 years ago
  32. fb2dce8 Add 'discard' request handling by David Woodhouse · 16 years ago
  33. d628eae Fix up comments about matching flags between bio and rq by David Woodhouse · 16 years ago
  34. 051cc39 block: use bio_has_data() in the IO completion path by Jens Axboe · 16 years ago
  35. a9c701e block: use bio_has_data() to check for data carrying bio by Jens Axboe · 16 years ago
  36. abf5439 block: move cmdfilter from gendisk to request_queue by FUJITA Tomonori · 16 years ago
  37. 6c5e0c4 block: add a blk_plug_device_unlocked() that grabs the queue lock by Jens Axboe · 16 years ago
  38. 98339cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  39. 52a93ba block: remove the checking for NULL queue in blk_put_request by FUJITA Tomonori · 16 years ago
  40. 666484f Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  41. e48ec69 block: extend queue_flag bitops by Jens Axboe · 16 years ago
  42. 7ba1ba1 block: Block layer data integrity support by Martin K. Petersen · 16 years ago
  43. 9583f3d Merge branch 'linus' into core/softirq by Ingo Molnar · 16 years ago
  44. 05caf8d block: Move the second call to get_request to the end of the loop by Zhang, Yanmin · 16 years ago
  45. 962cf36 Remove argument from open_softirq which is always NULL by Carlos R. Mafra · 16 years ago
  46. e7e72bf Remove blkdev warning triggered by using md by Neil Brown · 16 years ago
  47. 28f1370 block: avoid duplicate calls to get_part() in disk stat code by Jens Axboe · 16 years ago
  48. dbaf2c0 block: optimize generic_unplug_device() by Jens Axboe · 16 years ago
  49. 24c03d4 block: remove remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  50. d7e3c32 block: add large command support by FUJITA Tomonori · 16 years ago
  51. d34c87e block: replace sizeof(rq->cmd) with BLK_MAX_CDB by FUJITA Tomonori · 16 years ago
  52. 2a4aa30 block: rename and export rq_init() by FUJITA Tomonori · 16 years ago
  53. 75ad23b block: make queue flags non-atomic by Nick Piggin · 16 years ago
  54. 1afb20f block: make rq_init() do a full memset() by FUJITA Tomonori · 16 years ago
  55. 9d7f1e6 unexport blk_{get,put}_queue by Adrian Bunk · 16 years ago
  56. 7a85f88 block: restore the meaning of rq->data_len to the true data length by FUJITA Tomonori · 16 years ago
  57. 5d87a05 block: fix kernel-docbook parameters and files by Randy Dunlap · 16 years ago
  58. 6b00769 block: add request->raw_data_len by Tejun Heo · 16 years ago
  59. 5ece6c5 make blk-core.c:request_cachep static again by Adrian Bunk · 16 years ago
  60. c3c930d Enhanced partition statistics: remove old partition statistics by Jerome Marchand · 16 years ago
  61. 6f2576a Enhanced partition statistics: update partition statitics by Jerome Marchand · 16 years ago
  62. 63a7138 block: fixup rq_init() a bit by Jens Axboe · 16 years ago
  63. 6728cb0 block: make core bits checkpatch compliant by Jens Axboe · 16 years ago
  64. 22b1321 block: new end request handling interface should take unsigned byte counts by Jens Axboe · 16 years ago
  65. d6d4819 block: ll_rw_blk.c split, add blk-merge.c by Jens Axboe · 16 years ago
  66. db1d08c block: remove dated (and wrong) comment in blk-core.c by Jens Axboe · 16 years ago
  67. 26b8256 block: get rid of unnecessary forward declarations in blk-core.c by Jens Axboe · 16 years ago
  68. 86db1e2 block: continue ll_rw_blk.c splitup by Jens Axboe · 16 years ago
  69. 8324aa9 block: split tag and sysfs handling from blk-core.c by Jens Axboe · 16 years ago
  70. a168ee8 block: first step of splitting ll_rw_blk, rename it by Jens Axboe · 16 years ago[Renamed from block/ll_rw_blk.c]
  71. 8d01edd Merge branch 'for-2.6.25' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  72. f0f0052 Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  73. fa0ccd8 block: implement drain buffers by James Bottomley · 16 years ago
  74. 4ac845a block: cfq: make the io contect sharing lockless by Jens Axboe · 16 years ago
  75. d38ecf9 io context sharing: preliminary support by Jens Axboe · 16 years ago
  76. fd0928d ioprio: move io priority from task_struct to io_context by Jens Axboe · 16 years ago
  77. b828623 blk_end_request: cleanup of request completion (take 4) by Kiyoshi Ueda · 16 years ago
  78. 5450d3e blk_end_request: cleanup 'uptodate' related code (take 4) by Kiyoshi Ueda · 16 years ago
  79. 3bcddea blk_end_request: remove/unexport end_that_request_* (take 4) by Kiyoshi Ueda · 16 years ago
  80. e3a04fe blk_end_request: add bidi completion interface (take 4) by Kiyoshi Ueda · 16 years ago
  81. e19a3ab blk_end_request: add callback feature (take 4) by Kiyoshi Ueda · 16 years ago
  82. 9e6e39f blk_end_request: changing block layer core (take 4) by Kiyoshi Ueda · 16 years ago
  83. 3b11313 blk_end_request: add/export functions to get request size (take 4) by Kiyoshi Ueda · 16 years ago
  84. 336cdb4 blk_end_request: add new request completion interface (take 4) by Kiyoshi Ueda · 16 years ago
  85. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  86. f9cb074 Kobject: rename kobject_init_ng() to kobject_init() by Greg Kroah-Hartman · 16 years ago
  87. b2d6db5 Kobject: rename kobject_add_ng() to kobject_add() by Greg Kroah-Hartman · 16 years ago
  88. d5a379f Kobject: convert block/ll_rw_blk.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 16 years ago
  89. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  90. 11c3e68 [SCSI] block: Introduce new blk_queue_update_dma_alignment interface by James Bottomley · 16 years ago
  91. 7c9f29b Revert "ll_rw_blk: temporarily enable max_segments tweaking" by Jens Axboe · 17 years ago
  92. 2ad8b1e Add UNPLUG traces to all appropriate places by Alan D. Brunelle · 17 years ago
  93. d85532e block: fix requeue handling in blk_queue_invalidate_tags() by Jens Axboe · 17 years ago
  94. b4f5550 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  95. 51fd77b [BLOCK] Don't allow empty barriers to be passed down to queues that don't grok them by Jens Axboe · 17 years ago
  96. c46f233 [SG] Get rid of __sg_mark_end() by Jens Axboe · 17 years ago
  97. 6eca900 [BLOCK] Fix bad sharing of tag busy list on queues with shared tag maps by Jens Axboe · 17 years ago
  98. adb4ddb block: use lock bitops for the tag map. by Nick Piggin · 17 years ago
  99. abbeb88 blk_sync_queue() should cancel request_queue->unplug_work by Oleg Nesterov · 17 years ago
  100. b238b3d block layer: remove a unused argument of drive_stat_acct() by Jerome Marchand · 17 years ago