aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_error.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-24scsi: core: Declare most SCSI host template pointers constGravatar Bart Van Assche 1-8/+8
2022-12-30Merge branch '6.2/scsi-queue' into 6.2/scsi-fixesGravatar Martin K. Petersen 1-0/+5
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-22/+20
2022-12-14scsi: core: scsi_error: Do not queue pointless abort workqueue functionsGravatar Hannes Reinecke 1-0/+5
2022-11-29scsi/scsi_error: Use call_rcu_hurry() instead of call_rcu()Gravatar Uladzislau Rezki 1-1/+1
2022-11-24scsi: core: Increase scsi_device's iodone_cnt in scsi_timeout()Gravatar Wenchao Hao 1-0/+1
2022-10-22scsi: core: Change the return type of .eh_timed_out()Gravatar Bart Van Assche 1-14/+19
2022-10-22scsi: core: Fix a race between scsi_done() and scsi_timeout()Gravatar Bart Van Assche 1-11/+3
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-6/+12
2022-09-30block: change request end_io handler to pass back a return valueGravatar Jens Axboe 1-1/+3
2022-09-25scsi: core: Add I/O timeout count for SCSI deviceGravatar Wu Bo 1-0/+1
2022-09-06scsi: core: Convert scsi_decide_disposition() to use SCSIML_STATGravatar Mike Christie 1-6/+6
2022-09-06scsi: core: Add error codes for internal SCSI midlayer useGravatar Mike Christie 1-0/+5
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-3/+1
2022-07-14scsi/core: Change the return type of scsi_noretry_cmd() into boolGravatar Bart Van Assche 1-8/+8
2022-07-07scsi: core: Shorten long warning messagesGravatar Li Zhijian 1-3/+1
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argGravatar John Garry 1-2/+1
2022-07-06scsi: core: Remove reserved request time-out handlingGravatar John Garry 1-3/+4
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitGravatar Christoph Hellwig 1-2/+3
2022-03-15scsi: core: Remove unreachable code warningGravatar Yang Li 1-2/+0
2022-03-01scsi: core: sd: Add silence_suspend flag to suppress some PM messagesGravatar Adrian Hunter 1-2/+7
2022-03-01scsi: core: Remove struct scsi_requestGravatar Christoph Hellwig 1-3/+1
2022-03-01scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Gravatar Christoph Hellwig 1-3/+3
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestGravatar Christoph Hellwig 1-14/+14
2022-01-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-55/+57
2021-11-29block: remove the gendisk argument to blk_execute_rqGravatar Christoph Hellwig 1-1/+1
2021-11-18scsi: core: Use eh_timeout for START STOP UNITGravatar Chunguang Xu 1-1/+2
2021-11-18scsi: core: Simplify control flow in scmd_eh_abort_handler()Gravatar Ewan D. Milne 1-54/+55
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-0/+25
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-11/+6
2021-11-03scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runGravatar Ewan D. Milne 1-0/+25
2021-10-29block: remove blk_{get,put}_requestGravatar Christoph Hellwig 1-1/+1
2021-10-22scsi: add a scsi_alloc_request helperGravatar Christoph Hellwig 1-1/+1
2021-10-16scsi: core: Use a structure member to track the SCSI command submitterGravatar Bart Van Assche 1-11/+6
2021-08-11scsi: core: Remove the request member from struct scsi_cmndGravatar Bart Van Assche 1-1/+0
2021-08-11scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestGravatar Bart Van Assche 1-7/+8
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Gravatar Christoph Hellwig 1-1/+1
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesGravatar Hannes Reinecke 1-24/+24
2021-05-31scsi: core: Drop message byte helperGravatar Hannes Reinecke 1-16/+2
2021-05-31scsi: core: Use DID_TIME_OUT instead of DRIVER_TIMEOUTGravatar Hannes Reinecke 1-2/+2
2021-05-31scsi: core: Introduce scsi_status_is_check_condition()Gravatar Hannes Reinecke 1-2/+2
2021-04-15scsi: core: Introduce enum scsi_dispositionGravatar Bart Van Assche 1-30/+34
2021-04-15scsi: core: Modify the scsi_send_eh_cmnd() return value for the SDEV_BLOCK caseGravatar Bart Van Assche 1-1/+1
2021-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+21
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGravatar Guoqing Jiang 1-1/+1
2021-01-14scsi: core: No retries on abort successGravatar Muneendra Kumar 1-2/+15
2021-01-14scsi: core: Add a new error code DID_TRANSPORT_MARGINAL in scsi.hGravatar Muneendra Kumar 1-0/+6
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-12/+25
2020-10-02scsi: core: Add limitless cmd retry supportGravatar Mike Christie 1-10/+23