summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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: Move pool freeingMike Christie1-2/+1
2021-06-02scsi: iscsi: Hold task ref during TMF timeout handlingMike Christie1-1/+14
2021-06-02scsi: iscsi: Flush block work before unblockMike Christie1-0/+2
2021-06-02scsi: iscsi: Fix completion check during abort racesMike Christie1-1/+1
2021-06-02scsi: iscsi: Fix shost->max_id useMike Christie4-6/+6
2021-06-02scsi: iscsi: Fix conn use after free during resetsMike Christie1-60/+55
2021-06-02scsi: iscsi: Get ref to conn during reset handlingMike Christie1-5/+5
2021-06-02scsi: iscsi: Have abort handler get ref to connMike Christie1-3/+4
2021-06-02scsi: iscsi: Add iscsi_cls_conn refcount helpersMike Christie2-5/+14
2021-06-02scsi: iscsi: iscsi_tcp: Start socket shutdown during conn stopMike Christie1-0/+6
2021-06-02scsi: iscsi: iscsi_tcp: Set no lingerMike Christie1-0/+1
2021-06-02scsi: iscsi: Fix in-kernel conn failure handlingMike Christie1-197/+274
2021-06-02scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie7-32/+74
2021-06-02scsi: iscsi: Use system_unbound_wq for destroy_workMike Christie1-14/+1
2021-06-02scsi: iscsi: Force immediate failure during shutdownMike Christie1-4/+10
2021-06-02scsi: iscsi: Drop suspend calls from ep_disconnectMike Christie4-16/+5
2021-06-02scsi: iscsi: Stop queueing during ep_disconnectMike Christie9-11/+76
2021-06-02scsi: megaraid_sas: Update driver version to 07.717.02.00-rc1Chandrakanth Patil1-2/+2
2021-06-02scsi: megaraid_sas: Handle missing interrupts while re-enabling IRQsChandrakanth Patil1-2/+7
2021-06-02scsi: megaraid_sas: Early detection of VD deletion through RaidMap updateKashyap Desai3-9/+92
2021-06-02scsi: megaraid_sas: Fix resource leak in case of probe failureChandrakanth Patil2-0/+14
2021-06-02scsi: megaraid_sas: Send all non-RW I/Os for TYPE_ENCLOSURE device through fi...Chandrakanth Patil1-2/+8
2021-06-02scsi: mpi3mr: Add event handling debug printsKashyap Desai2-1/+280
2021-06-02scsi: mpi3mr: Add EEDP DIF DIX supportKashyap Desai3-5/+308
2021-06-02scsi: mpi3mr: Add support for DSN secure firmware checkKashyap Desai2-0/+89
2021-06-02scsi: mpi3mr: Add support for PM suspend and resumeKashyap Desai1-0/+84
2021-06-02scsi: mpi3mr: Wait for pending I/O completions upon detection of VD I/O timeoutKashyap Desai3-0/+58
2021-06-02scsi: mpi3mr: Print pending host I/Os for debuggingKashyap Desai1-0/+69
2021-06-02scsi: mpi3mr: Complete support for soft resetKashyap Desai2-2/+247
2021-06-02scsi: mpi3mr: Add support for threaded ISRKashyap Desai2-3/+88
2021-06-02scsi: mpi3mr: Hardware workaround for UNMAP commands to NVMe drivesKashyap Desai1-0/+100
2021-06-02scsi: mpi3mr: Allow certain commands during pci-remove hookKashyap Desai1-1/+22
2021-06-02scsi: mpi3mr: Add change queue depth supportKashyap Desai2-0/+33
2021-06-02scsi: mpi3mr: Implement SCSI error handler hooksKashyap Desai3-0/+385
2021-06-02scsi: mpi3mr: Add bios_param SCSI host template hookKashyap Desai1-0/+41
2021-06-02scsi: mpi3mr: Print IOC info for debuggingKashyap Desai2-0/+96
2021-06-02scsi: mpi3mr: Add support for timestamp sync with firmwareKashyap Desai2-0/+77
2021-06-02scsi: mpi3mr: Add support for recovering controllerKashyap Desai3-42/+478
2021-06-02scsi: mpi3mr: Additional event handlingKashyap Desai2-0/+39
2021-06-02scsi: mpi3mr: Add support for PCIe device event handlingKashyap Desai2-0/+203