summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_error.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-30Merge branch '6.2/scsi-queue' into 6.2/scsi-fixesMartin K. Petersen1-0/+5
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-22/+20
2022-12-14scsi: core: scsi_error: Do not queue pointless abort workqueue functionsHannes Reinecke1-0/+5
2022-11-29scsi/scsi_error: Use call_rcu_hurry() instead of call_rcu()Uladzislau Rezki1-1/+1
2022-11-24scsi: core: Increase scsi_device's iodone_cnt in scsi_timeout()Wenchao Hao1-0/+1
2022-10-22scsi: core: Change the return type of .eh_timed_out()Bart Van Assche1-14/+19
2022-10-22scsi: core: Fix a race between scsi_done() and scsi_timeout()Bart Van Assche1-11/+3
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+12
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe1-1/+3
2022-09-25scsi: core: Add I/O timeout count for SCSI deviceWu Bo1-0/+1
2022-09-06scsi: core: Convert scsi_decide_disposition() to use SCSIML_STATMike Christie1-6/+6
2022-09-06scsi: core: Add error codes for internal SCSI midlayer useMike Christie1-0/+5
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+1
2022-07-14scsi/core: Change the return type of scsi_noretry_cmd() into boolBart Van Assche1-8/+8
2022-07-07scsi: core: Shorten long warning messagesLi Zhijian1-3/+1
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry1-2/+1
2022-07-06scsi: core: Remove reserved request time-out handlingJohn Garry1-3/+4
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig1-2/+3
2022-03-15scsi: core: Remove unreachable code warningYang Li1-2/+0
2022-03-01scsi: core: sd: Add silence_suspend flag to suppress some PM messagesAdrian Hunter1-2/+7
2022-03-01scsi: core: Remove struct scsi_requestChristoph Hellwig1-3/+1
2022-03-01scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig1-3/+3
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig1-14/+14
2022-01-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-55/+57
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig1-1/+1
2021-11-18scsi: core: Use eh_timeout for START STOP UNITChunguang Xu1-1/+2
2021-11-18scsi: core: Simplify control flow in scmd_eh_abort_handler()Ewan D. Milne1-54/+55
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+25
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-11/+6
2021-11-03scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runEwan D. Milne1-0/+25
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig1-1/+1
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig1-1/+1
2021-10-16scsi: core: Use a structure member to track the SCSI command submitterBart Van Assche1-11/+6
2021-08-11scsi: core: Remove the request member from struct scsi_cmndBart Van Assche1-1/+0
2021-08-11scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-7/+8
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig1-1/+1
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke1-24/+24
2021-05-31scsi: core: Drop message byte helperHannes Reinecke1-16/+2
2021-05-31scsi: core: Use DID_TIME_OUT instead of DRIVER_TIMEOUTHannes Reinecke1-2/+2
2021-05-31scsi: core: Introduce scsi_status_is_check_condition()Hannes Reinecke1-2/+2
2021-04-15scsi: core: Introduce enum scsi_dispositionBart Van Assche1-30/+34
2021-04-15scsi: core: Modify the scsi_send_eh_cmnd() return value for the SDEV_BLOCK caseBart Van Assche1-1/+1
2021-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+21
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang1-1/+1
2021-01-14scsi: core: No retries on abort successMuneendra Kumar1-2/+15
2021-01-14scsi: core: Add a new error code DID_TRANSPORT_MARGINAL in scsi.hMuneendra Kumar1-0/+6
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-12/+25
2020-10-02scsi: core: Add limitless cmd retry supportMike Christie1-10/+23
2020-09-15scsi: core: Clean up scsi_noretry_cmd()Damien Le Moal1-2/+2