summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_error.c
AgeCommit message (Expand)Author
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig
2016-06-18Merge remote-tracking branch 'mkp-scsi/4.7/scsi-fixes' into fixesJames Bottomley
2016-06-08scsi: fix race between simultaneous decrements of ->host_failedWei Fang
2016-04-04libata: evaluate SCSI sense codeHannes Reinecke
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-09-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-09-06scsi: fix scsi_error_handler vs. scsi_host_dev_release raceMichal Hocko
2015-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-08-28scsi_dh: kill struct scsi_dh_dataChristoph Hellwig
2015-08-26scsi_error: should not get sense for timeout IO in scsi error handlerjiang.biao2@zte.com.cn
2015-08-26scsi: Add ALUA state change UA handlingHannes Reinecke
2015-08-17Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-08-03Revert "libata-eh: Set 'information' field for autosense"Tejun Heo
2015-07-30scsi: fix memory leak with scsi-mqTony Battersby
2015-07-23scsi: Move sense handling routines to scsi_commonSagi Grimberg
2015-06-01Move code that is used both by initiator and target driversBart Van Assche
2015-03-27libata-eh: Set 'information' field for autosenseHannes Reinecke
2015-01-09scsi: do not display kernel pointer in message logsHannes Reinecke
2015-01-09scsi: fix scsi_error.c kernel-doc warningRandy Dunlap
2014-12-30SCSI: fix regression in scsi_send_eh_cmnd()Alan Stern
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley
2014-11-24scsi: don't use scsi_next_command in scsi_reset_providerChristoph Hellwig
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig
2014-11-12scsi: refactor scsi_reset_provider handlingChristoph Hellwig
2014-11-12scsi: document scsi_try_to_abort_cmdHannes Reinecke
2014-11-12scsi: use shost argument in scsi_eh_prt_fail_statsHannes Reinecke
2014-11-12scsi: fixup logging messages in scsi_error.cHannes Reinecke
2014-11-12scsi: use 'bool' as return value for scsi_normalize_sense()Hannes Reinecke
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke
2014-11-12scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctlDouglas Gilbert
2014-11-10scsi: call device handler for failed TUR commandChristoph Hellwig
2014-11-10scsi: only re-lock door after EH on devices that were resetChristoph Hellwig
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-09-15scsi: fix various kernel-doc problems in scsi_error.cRandy Dunlap
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence
2014-08-26block,scsi: verify return pointer from blk_get_requestJoe Lawrence
2014-07-25scsi: convert host_busy to atomic_tChristoph Hellwig
2014-07-17scsi: use dev_printk variants where possibleHannes Reinecke
2014-07-17scsi: remove two cancel_delayed_work() calls from the mid-layerBart Van Assche
2014-06-24scsi_error: set DID_TIME_OUT correctlyHannes Reinecke
2014-06-24scsi_error: fix invalid setting of host byteUlrich Obergfell
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe
2014-05-19scsi: set correct completion code in scsi_send_eh_cmnd()Hannes Reinecke
2014-05-19scsi: handle command allocation failure in scsi_reset_providerChristoph Hellwig
2014-04-21[SCSI] More USB deadlock fixesJames Bottomley
2014-04-21[SCSI] Fix USB deadlock caused by SCSI error handlingHannes Reinecke