summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* scsi: qlogicpti: Use of_node_name_eq for node name comparisonsRob Herring2019-02-142-4/+2
* scsi: sd: Fix typo in sd_first_printk()Dietmar Hahn2019-02-131-1/+1
* scsi: megaraid_sas: driver version updateShivasharan S2019-02-131-2/+2
* scsi: megaraid_sas: Update structures for HOST_DEVICE_LIST DCMDShivasharan S2019-02-131-1/+2
* scsi: lpfc: Fix error code if kcalloc() failsDan Carpenter2019-02-131-0/+1
* scsi: ufs: fix a typo in commentChengguang Xu2019-02-131-2/+2
* scsi: scsi_debug: Implement support for write protectMartin K. Petersen2019-02-121-45/+31
* scsi: core: Move resid from scsi_data_buffer to scsi_cmndBart Van Assche2019-02-121-1/+0
* scsi: sd: Remove superfluous residual assignmentsBart Van Assche2019-02-121-3/+0
* scsi: scsi_debug: Use scsi_[gs]et_resid() where appropriateBart Van Assche2019-02-121-4/+5
* scsi: libiscsi: Use scsi_[gs]et_resid() where appropriateBart Van Assche2019-02-121-1/+1
* scsi: scsi_debug: Fix a recently introduced regressionBart Van Assche2019-02-121-8/+7
* scsi: hisi_sas: Do some more tidy-upJohn Garry2019-02-092-7/+7
* scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimentalXiang Chen2019-02-094-14/+89
* scsi: hisi_sas: Issue internal abort on all relevant queuesJohn Garry2019-02-095-16/+62
* scsi: hisi_sas: change queue depth from 512 to 4096Xiang Chen2019-02-091-1/+1
* scsi: hisi_sas: Add manual trigger for debugfs dumpLuo Jiaxing2019-02-091-0/+34
* scsi: hisi_sas: Add support for DIX feature for v3 hwXiang Chen2019-02-093-32/+184
* scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor2019-02-0815-37/+42
* scsi: lpfc: Update lpfc version to 12.2.0.0James Smart2019-02-061-1/+1
* scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart2019-02-0622-22/+22
* scsi: lpfc: Fix nvmet issues when link bounce under IO loadJames Smart2019-02-061-13/+37
* scsi: lpfc: Correct upcalling nvmet_fc transport during io done downcallJames Smart2019-02-063-112/+137
* scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart2019-02-0610-59/+46
* scsi: lpfc: Rework locking on SCSI io completionJames Smart2019-02-065-74/+112
* scsi: lpfc: Enable SCSI and NVME fc4s by defaultJames Smart2019-02-061-2/+2
* scsi: lpfc: Resize cpu maps structures based on possible cpusJames Smart2019-02-064-41/+51
* scsi: lpfc: Utilize new IRQ API when allocating MSI-X vectorsJames Smart2019-02-061-149/+13
* scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescingJames Smart2019-02-067-476/+729
* scsi: lpfc: cleanup: convert eq_delay to usdelayJames Smart2019-02-064-58/+89
* scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart2019-02-0611-343/+831
* scsi: lpfc: Fix setting affinity hints to correlate with hardware queuesJames Smart2019-02-063-42/+56
* scsi: lpfc: Allow override of hardware queue selection policiesJames Smart2019-02-065-11/+20
* scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart2019-02-0613-327/+1527
* scsi: lpfc: Synchronize hardware queues with SCSI MQ interfaceJames Smart2019-02-064-58/+27
* scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart2019-02-069-34/+60
* scsi: lpfc: Move SCSI and NVME Stats to hardware queue structuresJames Smart2019-02-0610-103/+304
* scsi: lpfc: Adapt cpucheck debugfs logic to Hardware QueuesJames Smart2019-02-065-116/+124
* scsi: lpfc: cleanup: Remove unused FCP_XRI_ABORT_EVENT slowpath eventJames Smart2019-02-063-33/+0
* scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart2019-02-0614-338/+623
* scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart2019-02-0610-606/+417
* scsi: lpfc: Remove extra vector and SLI4 queue for ExpresslaneJames Smart2019-02-066-468/+25
* scsi: lpfc: Implement common IO buffers between NVME and SCSIJames Smart2019-02-0610-1209/+707
* scsi: lpfc: cleanup: Remove excess check on NVME io submit code pathJames Smart2019-02-061-1/+1
* scsi: lpfc: cleanup: remove nrport from nvme command structureJames Smart2019-02-062-24/+7
* scsi: qla2xxx: Update driver version to 10.00.00.13-kHimanshu Madhani2019-02-061-1/+1
* scsi: qla2xxx: Use complete switch scan for RSCN eventsQuinn Tran2019-02-061-86/+0
* scsi: qla2xxx: Fix fw options handle eh_bus_reset()Quinn Tran2019-02-061-5/+2
* scsi: qla2xxx: Restore FAWWPN of Physical Port only for loop downSawan Chandak2019-02-061-1/+2
* scsi: qla2xxx: Prevent memory leak for CT req/rsp allocationQuinn Tran2019-02-061-2/+9