1. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  2. 1011c1b block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup by Tejun Heo · 15 years ago
  3. b079041 block: cleanup rq->data_len usages by Tejun Heo · 15 years ago
  4. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  5. 5b93629 block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones by Tejun Heo · 15 years ago
  6. c3a4d78 block: add rq->resid_len by Tejun Heo · 15 years ago
  7. 731ec49 block: kill rq->data by Tejun Heo · 15 years ago
  8. 40cbbb7 block: implement and use [__]blk_end_request_all() by Tejun Heo · 15 years ago
  9. a9bddd7 [SCSI] fix recovered error handling by James Bottomley · 15 years ago
  10. f078727 [SCSI] remove scsi_req_map_sg by FUJITA Tomonori · 16 years ago
  11. 126c098 [SCSI] fix ABORTED_COMMAND looping forever problem by James Bottomley · 15 years ago
  12. 79ed242 [SCSI] scsi_lib: fix DID_RESET status problems by James Bottomley · 16 years ago
  13. 3e695f8 [SCSI] Fix error handling for DIF/DIX by Martin K. Petersen · 16 years ago
  14. 4f5299a [SCSI] scsi_lib: don't decrement busy counters when inserting commands by James Bottomley · 16 years ago
  15. 3dbf6a5 [SCSI] Fix uninitialized variable error in scsi_io_completion by Alan Stern · 16 years ago
  16. f4f4e47 [SCSI] add residual argument to scsi_execute and scsi_execute_req by FUJITA Tomonori · 16 years ago
  17. b60af5b [SCSI] simplify scsi_io_completion() by Alan Stern · 16 years ago
  18. 02bd349 [SCSI] scsi_lib: only call scsi_unprep_request() under queue lock by James Bottomley · 16 years ago
  19. 2a3a59e [SCSI] Fix hang in starved list processing by Mike Christie · 16 years ago
  20. 6c5121b [SCSI] export busy state via q->lld_busy_fn() by Kiyoshi Ueda · 16 years ago
  21. 9d11251 [SCSI] refactor sdev/starget/shost busy checking by Kiyoshi Ueda · 16 years ago
  22. 32c356d [SCSI] fix removable device inability to detect disk changes by James Bottomley · 16 years ago
  23. 4a27446 [SCSI] modify scsi to handle new fail fast flags. by Mike Christie · 16 years ago
  24. f0c0a37 [SCSI] Add helper code so transport classes/driver can control queueing (v3) by Mike Christie · 16 years ago
  25. ef5bef3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  26. 242f9dc block: unify request timeout handling by Jens Axboe · 16 years ago
  27. 6f4267e [SCSI] Update the SCSI state model to allow blocking in the created state by James Bottomley · 16 years ago
  28. 44ea91c [SCSI] Fix hang with split requests by James Bottomley · 16 years ago
  29. cadbd4a [SCSI] replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  30. 6bd522f [SCSI] scsi_lib: use blk_rq_tagged in scsi_request_fn by Mike Christie · 16 years ago
  31. 511e44f [SCSI] Do not retry a request whose data integrity check failed by Martin K. Petersen · 16 years ago
  32. 7027ad7 [SCSI] Support devices with protection information by Martin K. Petersen · 16 years ago
  33. ecefe8a [SCSI] fix shared tag map tag allocation by Mike Christie · 16 years ago
  34. 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  35. 2476b4d [SCSI] fix locking in host use of blk_plug_device() by James Bottomley · 16 years ago
  36. 6362abd [SCSI] Rename scsi_bidi_sdb_cache by Martin K. Petersen · 16 years ago
  37. bdb2b8c [SCSI] erase invalid data returned by device by Alan Stern · 16 years ago
  38. a6a8d9f [SCSI] scsi_dh: add infrastructure for SCSI Device Handlers by Chandra Seetharaman · 16 years ago
  39. d626e3b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  40. db4742d [SCSI] add support for variable length extended commands by Boaz Harrosh · 16 years ago
  41. 64a87b2 [SCSI] Let scsi_cmnd->cmnd use request->cmd buffer by Boaz Harrosh · 16 years ago
  42. 75ad23b block: make queue flags non-atomic by Nick Piggin · 16 years ago
  43. fa8e36c [SCSI] fix barrier failure issue by James Bottomley · 16 years ago
  44. 8c5e03d [SCSI] make scsi_end_bidi_request() static by Adrian Bunk · 16 years ago
  45. 4d1566e [SCSI] fix media change events for polled devices by Kay Sievers · 16 years ago
  46. 6b00769 block: add request->raw_data_len by Tejun Heo · 16 years ago
  47. 4d2de3a [SCSI] fix BUG when sum(scatterlist) > bufflen by Tony Battersby · 16 years ago
  48. 99c84db iommu sg merging: call dma_set_seg_boundary in __scsi_alloc_queue() by FUJITA Tomonori · 16 years ago
  49. 860ac56 iommu sg merging: call blk_queue_segment_boundary in __scsi_alloc_queue by FUJITA Tomonori · 16 years ago
  50. 3d9dd6e [SCSI] handle scsi_init_queue failure properly by FUJITA Tomonori · 17 years ago
  51. b172b6e [SCSI] destroy scsi_bidi_sdb_cache in scsi_exit_queue by FUJITA Tomonori · 17 years ago
  52. d3f46f3 [SCSI] remove use_sg_chaining by James Bottomley · 17 years ago
  53. b8de163 [SCSI] bidirectional: fix up for the new blk_end_request code by Kiyoshi Ueda · 17 years ago
  54. 6f9a35e [SCSI] bidirectional command support by Boaz Harrosh · 17 years ago
  55. 30b0c37 [SCSI] implement scsi_data_buffer by Boaz Harrosh · 17 years ago
  56. bb52d82 [SCSI] tgt: use scsi_init_io instead of scsi_alloc_sgtable by Boaz Harrosh · 17 years ago
  57. f0f0052 Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  58. 7cedb1f SG: work with the SCSI fixed maximum allocations. by James Bottomley · 17 years ago
  59. 610d8b0 blk_end_request: changing scsi (take 4) by Kiyoshi Ueda · 17 years ago
  60. 5ed7959 SG: Convert SCSI to use scatterlist helpers for sg chaining by Jens Axboe · 17 years ago
  61. b80ca4f [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE by FUJITA Tomonori · 17 years ago
  62. 465ff31 [SCSI] relax scsi dma alignment by James Bottomley · 17 years ago
  63. 001aac2 [SCSI] sd,sr: add early detection of medium not present by James Bottomley · 17 years ago
  64. 4a03d90 [SCSI] BUG_ON() impossible condition in sg list counting by Rusty Russell · 17 years ago
  65. 25d7c36 [SCSI] move single_lun flag from scsi_device to scsi_target by Tony Battersby · 17 years ago
  66. eb44820 [SCSI] Add Documentation and integrate into docbook build by Rob Landley · 17 years ago
  67. 7b3d954 Revert "scsi: revert "[SCSI] Get rid of scsi_cmnd->done"" by Linus Torvalds · 17 years ago
  68. 3a62b5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 17 years ago
  69. ac40532 scsi: revert "[SCSI] Get rid of scsi_cmnd->done" by Ingo Molnar · 17 years ago
  70. 751bf4d [SCSI] scsi_sysfs: restore prep_fn when ULD is removed by James Bottomley · 17 years ago
  71. a341cd0 SCSI: add asynchronous event notification API by Jeff Garzik · 17 years ago
  72. c46f233 [SG] Get rid of __sg_mark_end() by Jens Axboe · 17 years ago
  73. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  74. a3bec5c Revert "[SCSI] Remove full sg table memset()" by Jens Axboe · 17 years ago
  75. f5c0dde [SCSI] Remove full sg table memset() by FUJITA Tomonori · 17 years ago
  76. 2a7c59e remove sglist_len by FUJITA Tomonori · 17 years ago
  77. fd820f4 revert sg segment size ifdefs by FUJITA Tomonori · 17 years ago
  78. 9cb83c7 [SCSI] add use_sg_chaining option to scsi_host_template by FUJITA Tomonori · 17 years ago
  79. a8474ce SCSI: support for allocating large scatterlists by Jens Axboe · 17 years ago
  80. 0cde8d9 scsi: simplify scsi_free_sgtable() by Jens Axboe · 17 years ago
  81. c6132da scsi: convert to using sg helpers by Jens Axboe · 17 years ago
  82. df3d80f Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  83. 6f5391c [SCSI] Get rid of scsi_cmnd->done by Matthew Wilcox · 17 years ago
  84. 311b581 [SCSI] Fix device not ready printk by James Bottomley · 17 years ago
  85. 7f9a6bc [SCSI] move ULD attachment into the prep function by James Bottomley · 17 years ago
  86. 52aeeca [SCSI] stale residual returned on write following BUSY retry by Michael Reed · 17 years ago
  87. bd441de [SCSI] fix write buffer length in scsi_req_map_sg() by Mike Christie · 17 years ago
  88. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  89. 3001ca7 New function blk_req_append_bio by NeilBrown · 17 years ago
  90. 03a5743 [SCSI] sd: disentangle barriers in SCSI by James Bottomley · 17 years ago
  91. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  92. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  93. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  94. 4f7a307 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  95. 5972511 [BLOCK] Don't pin lots of memory in mempools by Jens Axboe · 17 years ago
  96. b22f687 [SCSI] set resid in scsi_io_completion() even for check condition by Pete Wyckoff · 17 years ago
  97. a4d04a4 [SCSI] Make error printing more verbose by Martin K. Petersen · 17 years ago
  98. 5f0b143 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  99. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 17 years ago
  100. 22cfefb [SCSI] scsi_kmap_atomic_sg(): check that local irqs are disabled by Andrew Morton · 17 years ago