summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-09-01scsi: megaraid_sas: Use struct_size() in code related to struct MR_FW_RAID_MAPGustavo A. R. Silva2-6/+6
2022-09-01scsi: megaraid_sas: Replace one-element array with flexible-array member in M...Gustavo A. R. Silva3-4/+4
2022-09-01scsi: megaraid_sas: Replace one-element array with flexible-array member in M...Gustavo A. R. Silva1-2/+2
2022-09-01scsi: megaraid_sas: Replace one-element array with flexible-array member in M...Gustavo A. R. Silva1-1/+1
2022-09-01scsi: megaraid_sas: Replace one-element array with flexible-array member in M...Gustavo A. R. Silva3-4/+4
2022-09-01scsi: qla2xxx: Avoid flush_scheduled_work() usageTetsuo Handa1-1/+1
2022-09-01scsi: qla2xxx: Always wait for qlt_sess_work_fn() from qlt_stop_phase1()Tetsuo Handa1-2/+2
2022-09-01scsi: qla2xxx: Remove unused qlt_tmr_work()Tetsuo Handa2-67/+0
2022-09-01scsi: qla2xxx: Remove unused del_sess_list fieldTetsuo Handa2-4/+0
2022-09-01scsi: lpfc: Copyright updates for 14.2.0.6 patchesJames Smart5-5/+5
2022-09-01scsi: lpfc: Update lpfc version to 14.2.0.6James Smart1-1/+1
2022-09-01scsi: lpfc: Remove SANDiags related codeJames Smart8-507/+4
2022-09-01scsi: lpfc: Add warning notification period to CMF_SYNC_WQEJames Smart3-1/+11
2022-09-01scsi: lpfc: Rework MIB Rx Monitor debug info logicJames Smart7-125/+240
2022-09-01scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_IDJames Smart1-5/+2
2022-09-01scsi: lpfc: Fix unsolicited FLOGI receive handling during PT2PT discoveryJames Smart1-1/+0
2022-09-01scsi: st: Remove redundant variable pointer stpColin Ian King1-2/+1
2022-09-01scsi: megaraid: Remove redundant assignment to variable mfiStatusColin Ian King1-3/+1
2022-09-01scsi: initio: Remove redundant assignment to pointer scbColin Ian King1-1/+1
2022-09-01scsi: message: fusion: Remove redundant variable iocnumColin Ian King1-4/+2
2022-09-01scsi: mpt3sas: Disable MPI2_FUNCTION_FW_DOWNLOAD for ATTO devicesBradley Grove1-0/+8
2022-09-01scsi: mpt3sas: Add support for ATTO ExpressSAS H12xx GT devicesBradley Grove5-6/+333
2022-09-01scsi: mpi3mr: Block I/Os while refreshing target dev objectsSreekanth Reddy1-10/+15
2022-09-01scsi: mpi3mr: Refresh SAS ports during soft resetSreekanth Reddy4-1/+421
2022-08-23scsi: mpi3mr: Support SAS transport class callbacksSreekanth Reddy4-2/+914
2022-08-23scsi: mpi3mr: Add framework to issue MPT transport cmdsSreekanth Reddy4-1/+249
2022-08-23scsi: mpi3mr: Add SAS SATA end devices to STLSreekanth Reddy3-17/+235
2022-08-23scsi: mpi3mr: Get target object based on rphySreekanth Reddy4-10/+86
2022-08-23scsi: mpi3mr: Add expander devices to STLSreekanth Reddy3-9/+432
2022-08-23scsi: mpi3mr: Enable STL on HBAs where multipath is disabledSreekanth Reddy3-4/+46
2022-08-23scsi: mpi3mr: Add helper functions to manage device's portSreekanth Reddy3-1/+539
2022-08-23scsi: mpi3mr: Add helper functions to retrieve device objectsSreekanth Reddy3-0/+295
2022-08-23scsi: mpi3mr: Add framework to add phys to STLSreekanth Reddy3-0/+524
2022-08-23scsi: mpi3mr: Enable Enclosure device add eventSreekanth Reddy3-2/+154
2022-08-23scsi: mpi3mr: Add helper functions to retrieve config pagesSreekanth Reddy2-0/+621
2022-08-23scsi: mpi3mr: Add framework to issue config requestsSreekanth Reddy3-0/+282
2022-08-23scsi: mpi3mr: Add config and transport related debug flagsSreekanth Reddy1-0/+27
2022-08-23scsi: ufs: wb: Modify messagesJinyoung Choi2-13/+12
2022-08-23scsi: ufs: wb: Introduce ufshcd_is_wb_buf_flush_allowed()Jinyoung Choi3-4/+10
2022-08-23scsi: ufs: wb: Add explicit flush sysfs attributeJinyoung Choi2-4/+51
2022-08-23scsi: ufs: wb: Change function name and parameter namesJinyoung Choi1-13/+17
2022-08-23scsi: ufs: wb: Change wb_enabled condition testJinyoung Choi1-4/+2
2022-08-23scsi: ufs: core: Allow host driver to disable wb toggling during clock scalingPeter Wang3-5/+8
2022-08-23scsi: ufs: core: Use local_clock() for debugging timestampsDaniil Lunev1-8/+12
2022-08-23scsi: ufs: ufs-mediatek: Support clk-scaling to optimize power consumptionPo-Wen Kao3-2/+153
2022-08-23scsi: ufs: ufs-mediatek: Fix performance scalingPeter Wang1-4/+14
2022-08-23scsi: ufs: ufs-mediatek: Dump more registersPeter Wang1-2/+5
2022-08-23scsi: ufs: ufs-mediatek: Provide detailed description for UIC errorsStanley Chu1-0/+58
2022-08-23scsi: ufs: ufs-mediatek: Remove redundant header filesStanley Chu1-1/+0
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-24/+59