1. a488e74 scsi: convert to blk_delay_queue() by Jens Axboe · 14 years ago
  2. 1654e74 block: add @force_kblockd to __blk_run_queue() by Tejun Heo · 13 years ago
  3. 63583cc [SCSI] Add detailed SCSI I/O errors by Hannes Reinecke · 13 years ago
  4. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  5. da40d03 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  6. fd01a66 [SCSI] fix the return value of scsi_target_queue_read() by Hillf Danton · 14 years ago
  7. 7f8635c Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  8. e692cb6 block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits instead by Martin K. Petersen · 14 years ago
  9. 9f8a2c2 scsi: replace sr_test_unit_ready() with scsi_test_unit_ready() by Tejun Heo · 14 years ago
  10. 459dbf7 [SCSI] Eliminate error handler overload of the SCSI serial number by James Bottomley · 14 years ago
  11. 986fe6c [SCSI] Fix regressions in scsi_internal_device_block by Mike Christie · 14 years ago
  12. e9dd2b6 Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  13. 13f05c8 block/scsi: Provide a limit on the number of integrity segments by Martin K. Petersen · 14 years ago
  14. 3a5c19c [SCSI] fix use-after-free in scsi_init_io() by James Bottomley · 14 years ago
  15. d6e9fb4 scsi: remove superfluous NULL pointer check from scsi_kill_request() by Bartlomiej Zolnierkiewicz · 14 years ago
  16. 610a634 scsi: fix discard page leak by FUJITA Tomonori · 14 years ago
  17. 28018c2 block: implement an unprep function corresponding directly to prep by James Bottomley · 14 years ago
  18. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  19. b1bf936 Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  20. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  21. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  22. e7efe59 [SCSI] skip sense logging for some ATA PASS-THROUGH cdbs by Douglas Gilbert · 15 years ago
  23. 63c43b0 [SCSI] scsi_lib: Fix bug in completion of bidi commands by Boaz Harrosh · 15 years ago
  24. d8705f1 [SCSI] Correctly handle thin provisioning write error by Martin K. Petersen · 15 years ago
  25. 03b1470 [SCSI] scsi_lib: fix potential NULL dereference by Jiri Slaby · 15 years ago
  26. ad63082 [SCSI] fix propogation of integrity errors by Mike Christie · 15 years ago
  27. 355bbd8 Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  28. da6c5c7 scsi,block: update SCSI to handle mixed merge failures by Tejun Heo · 15 years ago
  29. 002b1eb [SCSI] Print failed commands by Martin K. Petersen · 15 years ago
  30. b391277 sd, sr: fix Driver 'sd' needs updating message by Hannes Reinecke · 15 years ago
  31. 82681a3 [SCSI] Merge branch 'linus' by James Bottomley · 15 years ago
  32. 5c10e63 [SCSI] limit state transitions in scsi_internal_device_unblock by Takahiro Yasui · 15 years ago
  33. e4b6363 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  34. ac36552 scsi_lib: remove unused variable by Boaz Harrosh · 15 years ago
  35. e458824 scsi: fix resid_len mis-conversion in scsi_end_request() by Tejun Heo · 15 years ago
  36. e6bb7a96 scsi: simplify the bidi completion by FUJITA Tomonori · 15 years ago
  37. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  38. 1011c1b block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup by Tejun Heo · 15 years ago
  39. b079041 block: cleanup rq->data_len usages by Tejun Heo · 15 years ago
  40. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  41. 5b93629 block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones by Tejun Heo · 15 years ago
  42. c3a4d78 block: add rq->resid_len by Tejun Heo · 15 years ago
  43. 731ec49 block: kill rq->data by Tejun Heo · 15 years ago
  44. 40cbbb7 block: implement and use [__]blk_end_request_all() by Tejun Heo · 15 years ago
  45. b4efdd5 [SCSI] fix q->lock not held warning when target is busy by Mike Christie · 15 years ago
  46. a9bddd7 [SCSI] fix recovered error handling by James Bottomley · 15 years ago
  47. f078727 [SCSI] remove scsi_req_map_sg by FUJITA Tomonori · 16 years ago
  48. 126c0982 [SCSI] fix ABORTED_COMMAND looping forever problem by James Bottomley · 15 years ago
  49. 79ed242 [SCSI] scsi_lib: fix DID_RESET status problems by James Bottomley · 16 years ago
  50. 3e695f8 [SCSI] Fix error handling for DIF/DIX by Martin K. Petersen · 16 years ago
  51. 4f5299a [SCSI] scsi_lib: don't decrement busy counters when inserting commands by James Bottomley · 16 years ago
  52. 3dbf6a5 [SCSI] Fix uninitialized variable error in scsi_io_completion by Alan Stern · 16 years ago
  53. f4f4e47 [SCSI] add residual argument to scsi_execute and scsi_execute_req by FUJITA Tomonori · 16 years ago
  54. b60af5b [SCSI] simplify scsi_io_completion() by Alan Stern · 16 years ago
  55. 02bd349 [SCSI] scsi_lib: only call scsi_unprep_request() under queue lock by James Bottomley · 16 years ago
  56. 2a3a59e [SCSI] Fix hang in starved list processing by Mike Christie · 16 years ago
  57. 6c5121b [SCSI] export busy state via q->lld_busy_fn() by Kiyoshi Ueda · 16 years ago
  58. 9d11251 [SCSI] refactor sdev/starget/shost busy checking by Kiyoshi Ueda · 16 years ago
  59. 32c356d [SCSI] fix removable device inability to detect disk changes by James Bottomley · 16 years ago
  60. 4a27446 [SCSI] modify scsi to handle new fail fast flags. by Mike Christie · 16 years ago
  61. f0c0a37 [SCSI] Add helper code so transport classes/driver can control queueing (v3) by Mike Christie · 16 years ago
  62. ef5bef3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  63. 242f9dc block: unify request timeout handling by Jens Axboe · 16 years ago
  64. 6f4267e [SCSI] Update the SCSI state model to allow blocking in the created state by James Bottomley · 16 years ago
  65. 44ea91c [SCSI] Fix hang with split requests by James Bottomley · 16 years ago
  66. cadbd4a [SCSI] replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  67. 6bd522f [SCSI] scsi_lib: use blk_rq_tagged in scsi_request_fn by Mike Christie · 16 years ago
  68. 511e44f [SCSI] Do not retry a request whose data integrity check failed by Martin K. Petersen · 16 years ago
  69. 7027ad7 [SCSI] Support devices with protection information by Martin K. Petersen · 16 years ago
  70. ecefe8a [SCSI] fix shared tag map tag allocation by Mike Christie · 16 years ago
  71. 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  72. 2476b4d [SCSI] fix locking in host use of blk_plug_device() by James Bottomley · 16 years ago
  73. 6362abd [SCSI] Rename scsi_bidi_sdb_cache by Martin K. Petersen · 16 years ago
  74. bdb2b8c [SCSI] erase invalid data returned by device by Alan Stern · 16 years ago
  75. a6a8d9f [SCSI] scsi_dh: add infrastructure for SCSI Device Handlers by Chandra Seetharaman · 16 years ago
  76. d626e3b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  77. db4742d [SCSI] add support for variable length extended commands by Boaz Harrosh · 16 years ago
  78. 64a87b2 [SCSI] Let scsi_cmnd->cmnd use request->cmd buffer by Boaz Harrosh · 16 years ago
  79. 75ad23b block: make queue flags non-atomic by Nick Piggin · 16 years ago
  80. fa8e36c [SCSI] fix barrier failure issue by James Bottomley · 16 years ago
  81. 8c5e03d [SCSI] make scsi_end_bidi_request() static by Adrian Bunk · 16 years ago
  82. 4d1566e [SCSI] fix media change events for polled devices by Kay Sievers · 16 years ago
  83. 6b00769 block: add request->raw_data_len by Tejun Heo · 16 years ago
  84. 4d2de3a [SCSI] fix BUG when sum(scatterlist) > bufflen by Tony Battersby · 16 years ago
  85. 99c84db iommu sg merging: call dma_set_seg_boundary in __scsi_alloc_queue() by FUJITA Tomonori · 16 years ago
  86. 860ac56 iommu sg merging: call blk_queue_segment_boundary in __scsi_alloc_queue by FUJITA Tomonori · 16 years ago
  87. 3d9dd6e [SCSI] handle scsi_init_queue failure properly by FUJITA Tomonori · 16 years ago
  88. b172b6e [SCSI] destroy scsi_bidi_sdb_cache in scsi_exit_queue by FUJITA Tomonori · 16 years ago
  89. d3f46f3 [SCSI] remove use_sg_chaining by James Bottomley · 16 years ago
  90. b8de163 [SCSI] bidirectional: fix up for the new blk_end_request code by Kiyoshi Ueda · 16 years ago
  91. 6f9a35e [SCSI] bidirectional command support by Boaz Harrosh · 17 years ago
  92. 30b0c37 [SCSI] implement scsi_data_buffer by Boaz Harrosh · 17 years ago
  93. bb52d82 [SCSI] tgt: use scsi_init_io instead of scsi_alloc_sgtable by Boaz Harrosh · 17 years ago
  94. f0f0052 Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  95. 7cedb1f SG: work with the SCSI fixed maximum allocations. by James Bottomley · 17 years ago
  96. 610d8b0 blk_end_request: changing scsi (take 4) by Kiyoshi Ueda · 17 years ago
  97. 5ed7959 SG: Convert SCSI to use scatterlist helpers for sg chaining by Jens Axboe · 17 years ago
  98. b80ca4f [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE by FUJITA Tomonori · 17 years ago
  99. 465ff31 [SCSI] relax scsi dma alignment by James Bottomley · 17 years ago
  100. 001aac2 [SCSI] sd,sr: add early detection of medium not present by James Bottomley · 17 years ago