1. 05c7808 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  2. 8e78b7d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  3. 537b604 scsi: fix scsi_error_handler vs. scsi_host_dev_release race by Michal Hocko · 9 years ago
  4. df91039 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  5. ee14c67 scsi_dh: kill struct scsi_dh_data by Christoph Hellwig · 9 years ago
  6. 709c75b scsi_error: should not get sense for timeout IO in scsi error handler by jiang.biao2@zte.com.cn · 9 years ago
  7. 14c3e67 scsi: Add ALUA state change UA handling by Hannes Reinecke · 9 years ago
  8. 4e7fca0 Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 9 years ago
  9. fe16d4f Revert "libata-eh: Set 'information' field for autosense" by Tejun Heo · 9 years ago
  10. 0c958ec scsi: fix memory leak with scsi-mq by Tony Battersby · 9 years ago
  11. 7708c16 scsi: Move sense handling routines to scsi_common by Sagi Grimberg · 9 years ago
  12. 07e3842 Move code that is used both by initiator and target drivers by Bart Van Assche · 9 years ago
  13. a1524f2 libata-eh: Set 'information' field for autosense by Hannes Reinecke · 9 years ago
  14. 470613b scsi: do not display kernel pointer in message logs by Hannes Reinecke · 10 years ago
  15. 6583f6f scsi: fix scsi_error.c kernel-doc warning by Randy Dunlap · 10 years ago
  16. 511833a SCSI: fix regression in scsi_send_eh_cmnd() by Alan Stern · 10 years ago
  17. 096cbc3 Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus by James Bottomley · 10 years ago
  18. 0f121dd scsi: don't use scsi_next_command in scsi_reset_provider by Christoph Hellwig · 10 years ago
  19. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  20. c40ecc1 scsi: avoid ->change_queue_depth indirection for queue full tracking by Christoph Hellwig · 10 years ago
  21. 176aa9d scsi: refactor scsi_reset_provider handling by Christoph Hellwig · 10 years ago
  22. 883a030 scsi: document scsi_try_to_abort_cmd by Hannes Reinecke · 10 years ago
  23. a3a790d scsi: use shost argument in scsi_eh_prt_fail_stats by Hannes Reinecke · 10 years ago
  24. a222b1e scsi: fixup logging messages in scsi_error.c by Hannes Reinecke · 10 years ago
  25. 4753cbc scsi: use 'bool' as return value for scsi_normalize_sense() by Hannes Reinecke · 10 years ago
  26. d811b84 scsi: use sdev as argument for sense code printing by Hannes Reinecke · 10 years ago
  27. 26cf591 scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctl by Douglas Gilbert · 10 years ago
  28. e925cc4 scsi: call device handler for failed TUR command by Christoph Hellwig · 10 years ago
  29. 4837927 scsi: only re-lock door after EH on devices that were reset by Christoph Hellwig · 10 years ago
  30. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  31. 74cf298 scsi: fix various kernel-doc problems in scsi_error.c by Randy Dunlap · 10 years ago
  32. a492f07 block,scsi: fixup blk_get_request dead queue scenarios by Joe Lawrence · 10 years ago
  33. eb571ee block,scsi: verify return pointer from blk_get_request by Joe Lawrence · 10 years ago
  34. 7466501 scsi: convert host_busy to atomic_t by Christoph Hellwig · 10 years ago
  35. 91921e0 scsi: use dev_printk variants where possible by Hannes Reinecke · 10 years ago
  36. fcc95a7 scsi: remove two cancel_delayed_work() calls from the mid-layer by Bart Van Assche · 10 years ago
  37. a33c070 scsi_error: set DID_TIME_OUT correctly by Hannes Reinecke · 10 years ago
  38. 8922a90 scsi_error: fix invalid setting of host byte by Ulrich Obergfell · 10 years ago
  39. 23d4ed5 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  40. f27b087 block: add blk_rq_set_block_pc() by Jens Axboe · 10 years ago
  41. ac61d19 scsi: set correct completion code in scsi_send_eh_cmnd() by Hannes Reinecke · 10 years ago
  42. 95eeb5f scsi: handle command allocation failure in scsi_reset_provider by Christoph Hellwig · 10 years ago
  43. c69e6f8 [SCSI] More USB deadlock fixes by James Bottomley · 10 years ago
  44. 7daf480 [SCSI] Fix USB deadlock caused by SCSI error handling by Hannes Reinecke · 10 years ago
  45. 644373a [SCSI] Fix command result state propagation by Alan Stern · 10 years ago
  46. d555a2a [SCSI] Fix spurious request sense in error handling by James Bottomley · 10 years ago
  47. 0479633 [SCSI] do not manipulate device reference counts in scsi_get/put_command by Christoph Hellwig · 10 years ago
  48. bb3b621 [SCSI] Set the minimum valid value of 'eh_deadline' as 0 by Ren Mingxin · 11 years ago
  49. 76ad3e5 [SCSI] Unlock accesses to eh_deadline by Hannes Reinecke · 11 years ago
  50. e494f6a [SCSI] improved eh timeout handler by Hannes Reinecke · 11 years ago
  51. 2451079 [SCSI] Fix erratic device offline during EH by James Bottomley · 11 years ago
  52. 6fd046f [SCSI] scsi_error: Escalate to LUN reset if abort fails by Hannes Reinecke · 11 years ago
  53. b456202 [SCSI] Add 'eh_deadline' to limit SCSI EH runtime by Hannes Reinecke · 11 years ago
  54. 279afdf [SCSI] Generate uevents on certain unit attention codes by Ewan D. Milne · 11 years ago
  55. 7e782af [SCSI] Return ENODATA on medium error by Hannes Reinecke · 11 years ago
  56. a9d6ceb8 [SCSI] return ENOSPC on thin provisioning failure by Hannes Reinecke · 11 years ago
  57. 87f14e6 [SCSI] Set hostbyte status in scsi_check_sense() by Hannes Reinecke · 11 years ago
  58. 84cbd72 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  59. 0816c92 [SCSI] Allow error handling timeout to be specified by Martin K. Petersen · 11 years ago
  60. c2b3ebd scsi: Spelling hsot -> host by Geert Uytterhoeven · 11 years ago
  61. fc73648 [SCSI] Handle MLQUEUE busy response in scsi_send_eh_cmnd by Hannes Reinecke · 11 years ago
  62. 329a402 [SCSI] Shorten the path length of scsi_cmd_to_driver() by Li Zhong · 12 years ago
  63. 1421656 [SCSI] Fix 'Device not ready' issue on mpt2sas by James Bottomley · 12 years ago
  64. b9d5c6b [SCSI] cleanup setting task state in scsi_error_handler() by Dan Williams · 12 years ago
  65. 57fc2e3 [SCSI] fix eh wakeup (scsi_schedule_eh vs scsi_restart_operations) by Dan Williams · 12 years ago
  66. e8650a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  67. 3b729f7 scsi: fix comment spelling fix recory->recovery by Santosh Y · 12 years ago
  68. 919f797 SCSI: Fix error handling when no ULD is attached by Martin K. Petersen · 12 years ago
  69. 18a4d0a [SCSI] Handle disk devices which can not process medium access commands by Martin K. Petersen · 12 years ago
  70. 47ac56d [SCSI] scsi_error: classify some ILLEGAL_REQUEST sense as a permanent TARGET_ERROR by Mike Snitzer · 12 years ago
  71. 2082ebc [SCSI] fix the new host byte settings (DID_TARGET_FAILURE and DID_NEXUS_FAILURE) by Moger, Babu · 12 years ago
  72. ae0751f [SCSI] add flag to skip the runtime PM calls on the host by Lin Ming · 13 years ago
  73. dfcf777 [SCSI] Fix out of spec CD-ROM problem with media change by TARUISI Hiroaki · 13 years ago
  74. 3eef625 [SCSI] Reduce error recovery time by reducing use of TURs by David Jeffery · 13 years ago
  75. deb1cb6 [SCSI] Log thin provisioning threshold event by Shyam Iyer · 13 years ago
  76. 0bf8c86 Reduce sequential pointer derefs in scsi_error.c and reduce size as well by Jesper Juhl · 13 years ago
  77. 63583cc [SCSI] Add detailed SCSI I/O errors by Hannes Reinecke · 13 years ago
  78. 98db519 [SCSI] fix id computation in scsi_eh_target_reset() by James Bottomley · 14 years ago
  79. 459dbf7 [SCSI] Eliminate error handler overload of the SCSI serial number by James Bottomley · 14 years ago
  80. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  81. 02e031c block: remove REQ_HARDBARRIER by Christoph Hellwig · 14 years ago
  82. c29c08b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  83. 67110df [SCSI] make error handling more robust in the face of reservations by James Bottomley · 14 years ago
  84. 3eb3a92 [SCSI] Return NEEDS_RETRY for eh commands with status BUSY by Hannes Reinecke · 14 years ago
  85. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  86. e96f6ab scsi: use REQ_TYPE_FS for flush request by FUJITA Tomonori · 14 years ago
  87. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  88. bc4f240 [SCSI] implement runtime Power Management by Alan Stern · 14 years ago
  89. 6e49949 [SCSI] Log msg when getting Unit Attention by Mike Christie · 14 years ago
  90. 95bb335 [SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6 by James Bottomley · 14 years ago
  91. 77a4229 [SCSI] Retry commands with UNIT_ATTENTION sense codes to fix ext3/ext4 I/O error by James Bottomley · 14 years ago
  92. bf81623 [SCSI] add scsi trace core functions and put trace points by Kei Tokunaga · 14 years ago
  93. 2f2eb58 [SCSI] Allow FC LLD to fast-fail scsi eh by introducing new eh return by Christof Schmitt · 14 years ago
  94. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  95. 4a84067 [SCSI] add queue_depth ramp up code by Vasu Dev · 15 years ago
  96. 42a6a91 [SCSI] scsi error: have scsi-ml call change_queue_depth to handle QUEUE_FULL by Mike Christie · 15 years ago
  97. 6e883b0 [SCSI] Retry ADD_TO_MLQUEUE return value for EH commands by Hannes Reinecke · 15 years ago
  98. 5f91bb0 [SCSI] reservation conflict after timeout causes device to be taken offline by Michael Reed · 15 years ago
  99. 91bc31f [SCSI] fix up scsi_eh_lock_door() by James Bottomley · 15 years ago
  100. 477e608 [SCSI] fix documentation for two functions by Bartlomiej Zolnierkiewicz · 15 years ago