summaryrefslogtreecommitdiff
path: root/drivers/scsi/qedi
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen1-2/+21
2023-08-25scsi: qedi: Remove unused declarationsYue Haibing1-2/+0
2023-08-08scsi: qedi: Fix firmware halt over suspend and resumeNilesh Javali1-0/+18
2023-08-08scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lockChengfeng Ye1-2/+3
2023-05-26scsi: qedi: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-04-25scsi: qedi: Fix use after free bug in qedi_remove()Zheng Wang1-0/+3
2023-03-25scsi: iscsi: Declare SCSI host template constBart Van Assche2-2/+2
2023-02-22scsi: qedi: Remove unneeded version.h includeJesper Juhl1-1/+0
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-06-22scsi: iscsi: Fix session removal on shutdownMike Christie1-3/+6
2022-06-22scsi: qedi: Use QEDI_MODE_NORMAL for error handlingMike Christie1-1/+1
2022-04-12scsi: qedi: Fix failed disconnect handlingMike Christie1-35/+34
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-4/+3
2022-02-23scsi: iscsi: Stop using the SCSI pointerBart Van Assche2-2/+3
2022-02-12scsi: qedi: Fix ABBA deadlock in qedi_process_tmf_resp() and qedi_process_cmd...Mike Christie1-4/+2
2022-02-01scsi: qedi: Remove redundant flush_workqueue() callsMinghao Chi (CGEL ZTE)1-2/+0
2021-12-17Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen3-24/+17
2021-12-07scsi: qedi: Fix SYSFS_FLAG_FW_SEL_BOOT formattingFlorian Fainelli1-3/+2
2021-12-07scsi: qedi: Fix cmd_cleanup_cmpl counter mismatch issueManish Rangankar3-24/+17
2021-11-30scsi: qedi: Remove set but unused 'page' variableFlorian Fainelli1-3/+0
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-5/+14
2021-10-17scsi: qedi: Switch to attribute groupsBart Van Assche3-5/+14
2021-10-04qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")Prabhakar Kushwaha1-1/+1
2021-10-04qed: Update TCP silly-window-syndrome timeout for iwarp, scsiNikolay Assa1-0/+1
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin6-39/+39
2021-08-16scsi: qedi: Fix error codes in qedi_alloc_global_queues()Dan Carpenter1-7/+7
2021-08-12scsi: qedi: Add support for fastpath doorbell recoveryShai Malin3-12/+39
2021-08-12scsi: qedi: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-8/+1
2021-06-23scsi: qedi: Use DEVICE_ATTR_RO() macroZhen Lei1-7/+7
2021-06-10scsi: qedi: Fix host removal with running sessionsMike Christie3-23/+2
2021-06-02scsi: qedi: Wake up if cmd_cleanup_req is setMike Christie1-27/+4
2021-06-02scsi: qedi: Complete TMF works before disconnectMike Christie3-23/+46
2021-06-02scsi: qedi: Pass send_iscsi_tmf task to abortMike Christie1-12/+5
2021-06-02scsi: qedi: Fix cleanup session block/unblock useMike Christie2-2/+16
2021-06-02scsi: qedi: Fix TMF session block/unblock useMike Christie1-6/+1
2021-06-02scsi: qedi: Use GFP_NOIO for TMF allocationMike Christie1-1/+1
2021-06-02scsi: qedi: Fix TMF tid allocationMike Christie3-56/+25
2021-06-02scsi: qedi: Fix use after free during abort cleanupMike Christie2-51/+63
2021-06-02scsi: qedi: Fix race during abort timeoutsMike Christie2-18/+17
2021-06-02scsi: qedi: Fix null ref during abort handlingMike Christie1-1/+1
2021-06-02scsi: iscsi: Fix shost->max_id useMike Christie1-1/+1
2021-06-02scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie1-7/+18
2021-06-02scsi: iscsi: Drop suspend calls from ep_disconnectMike Christie1-4/+4
2021-06-02scsi: iscsi: Stop queueing during ep_disconnectMike Christie1-0/+1
2021-04-06Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-0/+1
2021-03-30scsi: qedi: Remove redundant assignment to variable errColin Ian King1-3/+1
2021-03-25scsi: qedi: Fix error return code of qedi_alloc_global_queues()Jia-Ju Bai1-0/+1
2021-01-06scsi: qedi: Correct max length of CHAP secretNilesh Javali1-2/+2
2020-12-08scsi: qedi: Fix missing destroy_workqueue() on error in __qedi_probeQinglang Miao1-1/+3