summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_error.c
AgeCommit message (Expand)Author
2024-02-05scsi: core: Move scsi_host_busy() out of host lock if it is for per-commandMing Lei
2024-01-23scsi: core: Move scsi_host_busy() out of host lock for waking up EH handlerMing Lei
2024-01-20Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-01-11scsi: core: Kick the requeue list after inserting when flushingNiklas Cassel
2024-01-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-12-18scsi: core: Always send batch on reset or error handling commandAlexander Atanasov
2023-11-24scsi: core: Add a precondition check in scsi_eh_scmd_add()Bart Van Assche
2023-05-22scsi: sd: Handle read/write CDL timeout failuresNiklas Cassel
2023-05-22scsi: core: Allow libata to complete successful commands via EHNiklas Cassel
2023-03-24scsi: core: Declare most SCSI host template pointers constBart Van Assche
2022-12-30Merge branch '6.2/scsi-queue' into 6.2/scsi-fixesMartin K. Petersen
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-12-14scsi: core: scsi_error: Do not queue pointless abort workqueue functionsHannes Reinecke
2022-11-29scsi/scsi_error: Use call_rcu_hurry() instead of call_rcu()Uladzislau Rezki
2022-11-24scsi: core: Increase scsi_device's iodone_cnt in scsi_timeout()Wenchao Hao
2022-10-22scsi: core: Change the return type of .eh_timed_out()Bart Van Assche
2022-10-22scsi: core: Fix a race between scsi_done() and scsi_timeout()Bart Van Assche
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe
2022-09-25scsi: core: Add I/O timeout count for SCSI deviceWu Bo
2022-09-06scsi: core: Convert scsi_decide_disposition() to use SCSIML_STATMike Christie
2022-09-06scsi: core: Add error codes for internal SCSI midlayer useMike Christie
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-07-14scsi/core: Change the return type of scsi_noretry_cmd() into boolBart Van Assche
2022-07-07scsi: core: Shorten long warning messagesLi Zhijian
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry
2022-07-06scsi: core: Remove reserved request time-out handlingJohn Garry
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig
2022-03-15scsi: core: Remove unreachable code warningYang Li
2022-03-01scsi: core: sd: Add silence_suspend flag to suppress some PM messagesAdrian Hunter
2022-03-01scsi: core: Remove struct scsi_requestChristoph Hellwig
2022-03-01scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig
2022-01-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-11-18scsi: core: Use eh_timeout for START STOP UNITChunguang Xu
2021-11-18scsi: core: Simplify control flow in scmd_eh_abort_handler()Ewan D. Milne
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-03scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runEwan D. Milne
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig
2021-10-16scsi: core: Use a structure member to track the SCSI command submitterBart Van Assche
2021-08-11scsi: core: Remove the request member from struct scsi_cmndBart Van Assche
2021-08-11scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke
2021-05-31scsi: core: Drop message byte helperHannes Reinecke
2021-05-31scsi: core: Use DID_TIME_OUT instead of DRIVER_TIMEOUTHannes Reinecke