1. c360652 scsi: devinfo: BLIST_RETRY_ASC_C1 for Fujitsu ETERNUS by Martin Wilck · 6 years ago
  2. 29cfc2a scsi: devinfo: add BLIST_RETRY_ITF for EMC Symmetrix by Martin Wilck · 6 years ago
  3. 2e1f44f Merge branch 'fixes' into misc by James Bottomley · 6 years ago
  4. 3be8828 scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops by Bart Van Assche · 6 years ago
  5. 8ef7fe4 scsi: core: fix two wrong indentation cases by Jianchao Wang · 6 years ago
  6. 923f46f scsi: core: scmd_eh_abort_handler(): Add a comment by Bart Van Assche · 6 years ago
  7. f0317e8 scsi: core: Convert a source code comment into a runtime check by Bart Van Assche · 7 years ago
  8. 3bd6f43 scsi: core: Ensure that the SCSI error handler gets woken up by Bart Van Assche · 7 years ago
  9. 670ffcc Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  10. ad95028 scsi: scsi_error: DID_SOFT_ERROR comment clean up by Petros Koutoupis · 7 years ago
  11. cf3431b scsi: scsi_error: Handle power-on reset unit attention by Hannes Reinecke · 7 years ago
  12. a8bbb2a scsi: scsi_error: Do not retry illegal function error by Hannes Reinecke · 7 years ago
  13. d0b7a90 scsi: ILLEGAL REQUEST + ASC==27 => target failure by Martin Wilck · 7 years ago
  14. bed2213 scsi: Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointer by Bart Van Assche · 7 years ago
  15. 3bf2ff6 scsi: Suppress gcc 7 fall-through warnings reported with W=1 by Bart Van Assche · 7 years ago
  16. 9031114 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  17. ca18d6f block: Make most scsi_req_init() calls implicit by Bart Van Assche · 7 years ago
  18. 0db6ca8 scsi: Protect SCSI device state changes with a mutex by Bart Van Assche · 7 years ago
  19. 2a842ac block: introduce new block status code type by Christoph Hellwig · 7 years ago
  20. 8d5e72d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  21. 2908769 scsi: Improve scsi_get_sense_info_fld by Damien Le Moal · 7 years ago
  22. a065863 scsi: make asynchronous aborts mandatory by Hannes Reinecke · 7 years ago
  23. 2171b6d scsi: make scsi_eh_scmd_add() always succeed by Hannes Reinecke · 7 years ago
  24. 8e8c9d0 scsi: make eh_eflags persistent by Hannes Reinecke · 7 years ago
  25. 1bcb930 scsi: always send command aborts by Hannes Reinecke · 7 years ago
  26. 7a38dc0 scsi: scsi_error: count medium access timeout only once per EH run by Hannes Reinecke · 7 years ago
  27. 64c7f1d block, scsi: move the retries field to struct scsi_request by Christoph Hellwig · 7 years ago
  28. cdc1947 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  29. b6a05c8 scsi: remove eh_timed_out methods in the transport template by Christoph Hellwig · 7 years ago
  30. aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 7 years ago
  31. 57292b5 block: introduce blk_rq_is_passthrough by Christoph Hellwig · 7 years ago
  32. 82ed4db block: split scsi_request out of struct request by Christoph Hellwig · 7 years ago
  33. e9c787e scsi: allocate scsi_cmnd structures as part of struct request by Christoph Hellwig · 8 years ago
  34. e806402 block: split out request-only flags into a new namespace by Christoph Hellwig · 8 years ago
  35. 951d77f Merge remote-tracking branch 'mkp-scsi/4.7/scsi-fixes' into fixes by James Bottomley · 8 years ago
  36. 72d8c36 scsi: fix race between simultaneous decrements of ->host_failed by Wei Fang · 8 years ago
  37. 3852e37 libata: evaluate SCSI sense code by Hannes Reinecke · 8 years ago
  38. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
  39. 05c7808 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  40. 8e78b7d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  41. 537b604 scsi: fix scsi_error_handler vs. scsi_host_dev_release race by Michal Hocko · 9 years ago
  42. df91039 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  43. ee14c67 scsi_dh: kill struct scsi_dh_data by Christoph Hellwig · 9 years ago
  44. 709c75b scsi_error: should not get sense for timeout IO in scsi error handler by jiang.biao2@zte.com.cn · 9 years ago
  45. 14c3e67 scsi: Add ALUA state change UA handling by Hannes Reinecke · 9 years ago
  46. 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
  47. fe16d4f Revert "libata-eh: Set 'information' field for autosense" by Tejun Heo · 9 years ago
  48. 0c958ec scsi: fix memory leak with scsi-mq by Tony Battersby · 9 years ago
  49. 7708c16 scsi: Move sense handling routines to scsi_common by Sagi Grimberg · 9 years ago
  50. 07e3842 Move code that is used both by initiator and target drivers by Bart Van Assche · 9 years ago
  51. a1524f2 libata-eh: Set 'information' field for autosense by Hannes Reinecke · 9 years ago
  52. 470613b scsi: do not display kernel pointer in message logs by Hannes Reinecke · 10 years ago
  53. 6583f6f scsi: fix scsi_error.c kernel-doc warning by Randy Dunlap · 10 years ago
  54. 511833a SCSI: fix regression in scsi_send_eh_cmnd() by Alan Stern · 10 years ago
  55. 096cbc3 Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus by James Bottomley · 10 years ago
  56. 0f121dd scsi: don't use scsi_next_command in scsi_reset_provider by Christoph Hellwig · 10 years ago
  57. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  58. c40ecc1 scsi: avoid ->change_queue_depth indirection for queue full tracking by Christoph Hellwig · 10 years ago
  59. 176aa9d scsi: refactor scsi_reset_provider handling by Christoph Hellwig · 10 years ago
  60. 883a030 scsi: document scsi_try_to_abort_cmd by Hannes Reinecke · 10 years ago
  61. a3a790d scsi: use shost argument in scsi_eh_prt_fail_stats by Hannes Reinecke · 10 years ago
  62. a222b1e scsi: fixup logging messages in scsi_error.c by Hannes Reinecke · 10 years ago
  63. 4753cbc scsi: use 'bool' as return value for scsi_normalize_sense() by Hannes Reinecke · 10 years ago
  64. d811b84 scsi: use sdev as argument for sense code printing by Hannes Reinecke · 10 years ago
  65. 26cf591 scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctl by Douglas Gilbert · 10 years ago
  66. e925cc4 scsi: call device handler for failed TUR command by Christoph Hellwig · 10 years ago
  67. 4837927 scsi: only re-lock door after EH on devices that were reset by Christoph Hellwig · 10 years ago
  68. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  69. 74cf298 scsi: fix various kernel-doc problems in scsi_error.c by Randy Dunlap · 10 years ago
  70. a492f07 block,scsi: fixup blk_get_request dead queue scenarios by Joe Lawrence · 10 years ago
  71. eb571ee block,scsi: verify return pointer from blk_get_request by Joe Lawrence · 10 years ago
  72. 7466501 scsi: convert host_busy to atomic_t by Christoph Hellwig · 11 years ago
  73. 91921e0 scsi: use dev_printk variants where possible by Hannes Reinecke · 10 years ago
  74. fcc95a7 scsi: remove two cancel_delayed_work() calls from the mid-layer by Bart Van Assche · 10 years ago
  75. a33c070 scsi_error: set DID_TIME_OUT correctly by Hannes Reinecke · 10 years ago
  76. 8922a90 scsi_error: fix invalid setting of host byte by Ulrich Obergfell · 10 years ago
  77. 23d4ed5 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  78. f27b087 block: add blk_rq_set_block_pc() by Jens Axboe · 10 years ago
  79. ac61d19 scsi: set correct completion code in scsi_send_eh_cmnd() by Hannes Reinecke · 10 years ago
  80. 95eeb5f scsi: handle command allocation failure in scsi_reset_provider by Christoph Hellwig · 10 years ago
  81. c69e6f8 [SCSI] More USB deadlock fixes by James Bottomley · 10 years ago
  82. 7daf480 [SCSI] Fix USB deadlock caused by SCSI error handling by Hannes Reinecke · 10 years ago
  83. 644373a [SCSI] Fix command result state propagation by Alan Stern · 10 years ago
  84. d555a2a [SCSI] Fix spurious request sense in error handling by James Bottomley · 10 years ago
  85. 0479633 [SCSI] do not manipulate device reference counts in scsi_get/put_command by Christoph Hellwig · 10 years ago
  86. bb3b621 [SCSI] Set the minimum valid value of 'eh_deadline' as 0 by Ren Mingxin · 11 years ago
  87. 76ad3e5 [SCSI] Unlock accesses to eh_deadline by Hannes Reinecke · 11 years ago
  88. e494f6a [SCSI] improved eh timeout handler by Hannes Reinecke · 11 years ago
  89. 2451079 [SCSI] Fix erratic device offline during EH by James Bottomley · 11 years ago
  90. 6fd046f [SCSI] scsi_error: Escalate to LUN reset if abort fails by Hannes Reinecke · 11 years ago
  91. b456202 [SCSI] Add 'eh_deadline' to limit SCSI EH runtime by Hannes Reinecke · 11 years ago
  92. 279afdf [SCSI] Generate uevents on certain unit attention codes by Ewan D. Milne · 11 years ago
  93. 7e782af [SCSI] Return ENODATA on medium error by Hannes Reinecke · 11 years ago
  94. a9d6ceb8 [SCSI] return ENOSPC on thin provisioning failure by Hannes Reinecke · 11 years ago
  95. 87f14e6 [SCSI] Set hostbyte status in scsi_check_sense() by Hannes Reinecke · 11 years ago
  96. 84cbd72 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  97. 0816c92 [SCSI] Allow error handling timeout to be specified by Martin K. Petersen · 11 years ago
  98. c2b3ebd scsi: Spelling hsot -> host by Geert Uytterhoeven · 11 years ago
  99. fc73648 [SCSI] Handle MLQUEUE busy response in scsi_send_eh_cmnd by Hannes Reinecke · 11 years ago
  100. 329a402 [SCSI] Shorten the path length of scsi_cmd_to_driver() by Li Zhong · 12 years ago