aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2020-11-10scsi: ufs: Add enums for UniPro version higher than 1.6Stanley Chu1-2/+4
2020-11-10scsi: ufs-mediatek: Support option to disable auto-hibern8Stanley Chu2-0/+19
2020-11-10scsi: ufs-mediatek: Decouple features from platform bindingsStanley Chu2-42/+18
2020-11-10scsi: ufs-mediatek: Support VA09 regulator operationsStanley Chu2-32/+108
2020-11-10scsi: ufs-mediatek: Assign arguments with correct typeStanley Chu1-6/+6
2020-11-10scsi: core: Return BLK_STS_AGAIN for ALUA transitioningHannes Reinecke1-0/+3
2020-11-10scsi: scsi_dh_alua: Set 'transitioning' state on Unit AttentionHannes Reinecke1-0/+8
2020-11-10scsi: scsi_dh_alua: Return BLK_STS_AGAIN for ALUA transitioning stateHannes Reinecke2-1/+6
2020-11-10scsi: dc395x: Mark 's_stat2' as __maybe_unusedLee Jones1-1/+1
2020-11-10scsi: dc395x: Remove a few unused variablesLee Jones1-9/+4
2020-11-10scsi: advansys: Relocate or remove unused variablesLee Jones1-13/+3
2020-11-10scsi: esas2r: esas2r_main: Demote non-conformant kernel-doc headerLee Jones1-6/+2
2020-11-10scsi: lpfc: lpfc_nvmet: Fix-up some formatting and doc-rot issuesLee Jones1-9/+8
2020-11-10scsi: esas2r: esas2r_int: Add brackets around potentially empty if()sLee Jones1-3/+5
2020-11-10scsi: lpfc: lpfc_nvme: Fix some kernel-doc related issuesLee Jones1-20/+15
2020-11-10scsi: ufs: ufshcd: Fix some function doc-rotLee Jones1-1/+2
2020-11-10scsi: lpfc: lpfc_nvme: Remove unused variable 'phba'Lee Jones1-2/+0
2020-11-10scsi: esas2r: esas2r_init: Place brackets around a potentially empty if()Lee Jones1-2/+3
2020-11-10scsi: esas2r: esas2r_disc: Place brackets around a potentially empty if()Lee Jones1-1/+2
2020-11-10scsi: lpfc: lpfc_bsg: Provide correct documentation for a bunch of functionsLee Jones1-17/+17
2020-11-10scsi: lpfc: lpfc_debugfs: Fix a couple of function documentation issuesLee Jones1-1/+2
2020-11-10scsi: lpfc: lpfc_attr: Fix-up a bunch of kernel-doc misdemeanoursLee Jones1-10/+23
2020-11-10scsi: lpfc: lpfc_attr: Demote kernel-doc format for redefined functionsLee Jones1-11/+12
2020-11-10scsi: lpfc: lpfc_scsi: Fix a whole host of kernel-doc issuesLee Jones1-18/+30
2020-11-10scsi: mpt3sas: mpt3sas_scsih: Fix function documentation formattingLee Jones1-4/+4
2020-11-10scsi: aic7xxx: aic79xx_osm: Remove unused variable 'saved_scsiid'Lee Jones1-2/+1
2020-11-10scsi: pm8001: pm8001_sas: Fix strncpy() warning when space is not left for NULLee Jones1-1/+1
2020-11-10scsi: arcmsr: Stop __builtin_strncpy complaining about a lack of space for NULLee Jones1-3/+3
2020-11-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-5/+15
2020-11-04scsi: ufs: Try to save power mode change and UIC cmd completion timeoutCan Guo2-2/+26
2020-11-04scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by ufshcd_hold()Can Guo1-3/+3
2020-11-04scsi: ufs: Allow an error return value from ->device_reset()Adrian Hunter3-7/+14
2020-11-04scsi: ufs: Add DeepSleep featureAdrian Hunter4-3/+61
2020-11-04scsi: pm80xx: Fix pm8001_mpi_get_nvmd_resp() race conditionyuuzheng1-1/+6
2020-11-04scsi: pm80xx: Avoid busywait in FW ready checkakshatzen2-10/+17
2020-11-04scsi: pm80xx: Make running_req atomicViswas G5-27/+147
2020-11-04scsi: pm80xx: Make mpi_build_cmd locking consistentpeter chang2-13/+14
2020-11-04scsi: target: Drop sess_cmd_lock from I/O pathMike Christie1-7/+2
2020-11-04scsi: qla2xxx: Move sess cmd list/lock to driverMike Christie5-22/+42
2020-11-04scsi: qla2xxx: Drop TARGET_SCF_LOOKUP_LUN_FROM_TAGMike Christie2-13/+12
2020-11-04scsi: fcoe: Remove unneeded semicolonTom Rix2-3/+3
2020-11-04scsi: bnx2fc: Remove unneeded semicolonTom Rix1-1/+1
2020-11-04scsi: megaraid_sas: Simplify compat_ioctl handlingArnd Bergmann2-74/+46
2020-11-04scsi: megaraid_sas: Check user-provided offsetsArnd Bergmann1-5/+11
2020-11-04scsi: aacraid: Improve compat_ioctl handlersArnd Bergmann2-61/+22
2020-11-04scsi: mpt3sas: Bump driver version to 35.101.00.00Sreekanth Reddy1-2/+2
2020-11-04scsi: mpt3sas: Add module parameter multipath_on_hbaSreekanth Reddy4-7/+76
2020-11-04scsi: mpt3sas: Handle vSES vphy object during HBA resetSreekanth Reddy1-0/+233
2020-11-04scsi: mpt3sas: Add bypass_dirty_port_flag parameterSreekanth Reddy3-30/+44
2020-11-04scsi: mpt3sas: Handling HBA vSES deviceSreekanth Reddy3-11/+198