summaryrefslogtreecommitdiffstats
path: root/drivers/dio (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-10scsi: lpfc: vmid: Timeout implementation for VMIDGaurav Srivastava2-0/+145
2021-06-10scsi: lpfc: vmid: Append the VMID to the wqe before sendingGaurav Srivastava1-0/+14
2021-06-10scsi: lpfc: vmid: Implement CT commands for appidGaurav Srivastava1-0/+255
2021-06-10scsi: lpfc: vmid: Functions to manage VMIDsGaurav Srivastava1-0/+118
2021-06-10scsi: lpfc: vmid: Implement ELS commands for appidGaurav Srivastava1-4/+362
2021-06-10scsi: lpfc: vmid: Add support for VMID in mailbox commandGaurav Srivastava5-0/+114
2021-06-10scsi: lpfc: vmid: VMID parameter initializationGaurav Srivastava1-0/+48
2021-06-10scsi: lpfc: vmid: Add datastructure for supporting VMID in lpfcGaurav Srivastava5-4/+262
2021-06-10scsi: nvme: Added a new sysfs attribute appid_storeMuneendra Kumar1-1/+71
2021-06-10scsi: blkcg: Add app identifier support for blkcgMuneendra Kumar3-0/+85
2021-06-10scsi: cgroup: Add cgroup_get_from_id()Muneendra Kumar2-0/+32
2021-06-10scsi: fc: FDMI enhancementJaved Hasan1-7/+48
2021-06-10scsi: libfc: FDMI enhancementsJaved Hasan1-6/+58
2021-06-10scsi: libfc: Add FDMI-2 attributesJaved Hasan2-7/+272
2021-06-10scsi: qedf: Add vendor identifier attributeJaved Hasan1-0/+3
2021-06-10scsi: libfc: Initialisation of RHBA and RPA attributesJaved Hasan1-1/+23
2021-06-10scsi: libfc: Correct the condition check and invalid argument passedJaved Hasan1-3/+5
2021-06-10scsi: fc: Correct RHBA attributes lengthJaved Hasan1-2/+2
2021-06-10scsi: hisi_sas: Speed up error handling when internal abort timeout occursLuo Jiaxing2-0/+7
2021-06-10scsi: hisi_sas: Reset controller for internal abort timeoutLuo Jiaxing1-14/+26
2021-06-10scsi: hisi_sas: Include HZ in timer macrosLuo Jiaxing4-11/+14
2021-06-10scsi: hisi_sas: Run I_T nexus resets in parallel for clear nexus resetLuo Jiaxing2-6/+18
2021-06-10scsi: hisi_sas: Put a limit of link reset retriesLuo Jiaxing2-2/+14
2021-06-10scsi: qedi: Fix host removal with running sessionsMike Christie3-23/+2
2021-06-10scsi: mpi3mr: Fix error handling in mpi3mr_setup_isr()Dan Carpenter1-11/+13
2021-06-10scsi: mpi3mr: Delete unnecessary NULL checkDan Carpenter1-2/+1
2021-06-10scsi: mpi3mr: Fix a double freeTomas Henzl1-6/+1
2021-06-10scsi: ufs: core: Fix a possible use before initialization caseCan Guo1-3/+2
2021-06-08scsi: ufs: core: Use UPIU query trace in devman_upiu_cmd()Bean Huo1-0/+3
2021-06-08scsi: ufs: core: Capture command trace only for the cmd != NULL caseBean Huo1-23/+21
2021-06-08scsi: ufs: core: Let UPIU completion trace print RSP UPIU headerBean Huo1-1/+7
2021-06-08scsi: ufs: core: Clean up ufshcd_add_command_trace()Bean Huo1-7/+9
2021-06-08scsi: ufs: core: Remove repeated word in commentKeoseong Park1-1/+1
2021-06-08scsi: mpi3mr: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-06-08scsi: NCR5380: Fix fall-through warning for ClangGustavo A. R. Silva1-1/+1
2021-06-08scsi: ufs: Utilize Transfer Request List Completion Notification RegisterCan Guo3-15/+43
2021-06-08scsi: ufs: Optimize host lock on transfer requests send/compl pathsCan Guo2-134/+126
2021-06-08scsi: ufs: Remove a redundant command completion logic in error handlerCan Guo1-13/+0
2021-06-08scsi: scsi_dh_alua: Fix signedness bug in alua_rtpg()Dan Carpenter1-1/+2
2021-06-08scsi: ufs: core: Remove irrelevant reference to non-existing docAvri Altman1-4/+0
2021-06-08scsi: fcoe: Statically initialize flogi_maddrKees Cook1-4/+2
2021-06-08scsi: qedf: Update the max_id value in host structureSaurav Kashyap1-0/+2
2021-06-03scsi: core: Change the type of the second argument of scsi_host_complete_all_...Bart Van Assche2-4/+6
2021-06-03scsi: core: Introduce enums for the SAM and host status codesBart Van Assche5-78/+91
2021-06-02scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche14-50/+57
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