summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi: libfc: Remove an unneeded conditionDan Carpenter2016-11-251-1/+0
| * scsi: ufs: Add missing UFS_MASK macro definitionSantosh Y2016-11-251-0/+2
| * scsi: hisi_sas: add PHY set linkrate support for v1 and v2 hwXiang Chen2016-11-254-2/+103
| * scsi: hisi_sas: use atomic64_t for hisi_sas_device.running_reqJohn Garry2016-11-254-9/+10
| * scsi: hisi_sas: check SATA FIS when directly attaching SATA deviceXiang Chen2016-11-251-0/+10
| * scsi: hisi_sas: modify some values in get_ata_protocol()Xiang Chen2016-11-251-2/+12
| * scsi: hisi_sas: delete repeated configuration in free_device_v2_hw()Xiang Chen2016-11-251-2/+0
| * scsi: hisi_sas: modify return value of hisi_sas_query_task()Xiang Chen2016-11-251-0/+3
| * scsi: hisi_sas: replace WARN_ON() with dev_warn() for internal abortXiang Chen2016-11-251-1/+2
| * scsi: hisi_sas: fix port form bug in hisi_sas_port_notify_formed()Xiang Chen2016-11-251-1/+1
| * scsi: hisi_sas: only process broadcast change in phy_bcast_v2_hw()Xiang Chen2016-11-251-1/+7
| * scsi: hisi_sas: alloc queue id of slot according to device idXiang Chen2016-11-254-41/+30
| * scsi: hisi_sas: add v2 hw support for ECC and AXI bus fatal errorXiang Chen2016-11-251-5/+420
| * scsi: pmcraid: Add missing resource releasesQuentin Lambert2016-11-221-3/+7
| * scsi: ufs: introduce UFSHCD_QUIRK_PRDT_BYTE_GRAN quirkKiwoong Kim2016-11-222-7/+27
| * scsi: ufs: qcom: Properly clear hba priv on failureBjorn Andersson2016-11-211-3/+3
| * scsi: bfa: turn bfa_mem_{kva,dma}_setup into inline functionsArnd Bergmann2016-11-211-13/+17
| * scsi: mptfusion: Fix printk continuationsHelge Deller2016-11-171-7/+7
| * scsi: aacraid: switch to pci_alloc_irq_vectorsHannes Reinecke2016-11-174-44/+12
| * scsi: fc: move FC transport's bsg code to bsg-libJohannes Thumshirn2016-11-173-245/+44
| * block: add bsg_job_put() and bsg_job_get()Johannes Thumshirn2016-11-173-6/+18
| * scsi: fc: use bsg_job_doneJohannes Thumshirn2016-11-178-88/+51
| * scsi: fc: use bsg_softirq_doneJohannes Thumshirn2016-11-173-14/+5
| * scsi: fc: Use bsg_destroy_jobJohannes Thumshirn2016-11-174-24/+10
| * scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2016-11-1717-164/+139
| * block: add reference counting for struct bsg_jobJohannes Thumshirn2016-11-172-2/+7
| * scsi: fc: implement kref backed reference countingJohannes Thumshirn2016-11-172-32/+12
| * scsi: libfc: don't set FC_RQST_STATE_DONE before calling fc_bsg_jobdone()Johannes Thumshirn2016-11-171-2/+0
| * scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn2016-11-177-11/+19
| * scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn2016-11-178-54/+59
| * scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn2016-11-178-63/+119
| * scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn2016-11-1710-275/+398
| * scsi: Get rid of struct fc_bsg_bufferJohannes Thumshirn2016-11-173-11/+6
| * scsi: mvsas: fix command_active typoArnd Bergmann2016-11-161-1/+1
| * scsi: dmx3191d: use module_pci_driverGeliang Tang2016-11-161-12/+1
| * scsi: fnic: Correcting rport check location in fnic_queuecommand_lckSatish Kharat2016-11-161-10/+18
| * scsi: ufs: introduce a new ufshcd_statea UFSHCD_STATE_EH_SCHEDULEDZang Leigang2016-11-161-1/+3
| * MAINTAINERS: Updating maintainers list for Cisco FNI and SNIC driversSatish Kharat2016-11-161-4/+4
| * scsi: hpsa: correct logical resetsDon Brace2016-11-161-1/+22
| * scsi: megaraid-sas: request irqs laterTomas Henzl2016-11-161-7/+5
| * scsi: hpsa: free irq on q indexed by h->intr_mode and not iColin Ian King2016-11-141-1/+1
| * scsi: isci: fix typo in deg_dbg messageColin Ian King2016-11-141-1/+1
| * scsi: isci: fix spelling mistakes in dev_warn messagesColin Ian King2016-11-141-2/+2
| * scsi: megaraid_sas: add in missing white spaces in error messages textColin Ian King2016-11-141-4/+2
| * scsi: scsi_transport_fc: Hold queue lock while calling blk_run_queue_async()Bart Van Assche2016-11-141-7/+7
| * scsi: g_NCR5380: Fix release_region in error handlingOndrej Zary2016-11-121-3/+3
| * scsi: ufs: introduce hibern8_notify callbackKiwoong Kim2016-11-122-2/+22
| * scsi: ufs: introduce setup_task_mgmtKiwoong Kim2016-11-122-0/+12
| * scsi: ufs: introduce setup_xfer_req callbackKiwoong Kim2016-11-122-0/+12
| * scsi: hpsa: use pci_alloc_irq_vectors and automatic irq affinityChristoph Hellwig2016-11-122-97/+52