aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-11-29scsi: hisi_sas: shift vs compare typosDan Carpenter
2016-11-29scsi: aic94xx: Add a missing call to kfreeQuentin Lambert
2016-11-29scsi: hpsa: add 'ctlr_num' sysfs attributeHannes Reinecke
2016-11-29scsi: hpsa: use correct DID_NO_CONNECT hostbyteHannes Reinecke
2016-11-29scsi: srp_transport: Move queuecommand() wait code to SCSI coreBart Van Assche
2016-11-25scsi: libfc: Remove an unneeded conditionDan Carpenter
2016-11-25scsi: ufs: Add missing UFS_MASK macro definitionSantosh Y
2016-11-25scsi: hisi_sas: add PHY set linkrate support for v1 and v2 hwXiang Chen
2016-11-25scsi: hisi_sas: use atomic64_t for hisi_sas_device.running_reqJohn Garry
2016-11-25scsi: hisi_sas: check SATA FIS when directly attaching SATA deviceXiang Chen
2016-11-25scsi: hisi_sas: modify some values in get_ata_protocol()Xiang Chen
2016-11-25scsi: hisi_sas: delete repeated configuration in free_device_v2_hw()Xiang Chen
2016-11-25scsi: hisi_sas: modify return value of hisi_sas_query_task()Xiang Chen
2016-11-25scsi: hisi_sas: replace WARN_ON() with dev_warn() for internal abortXiang Chen
2016-11-25scsi: hisi_sas: fix port form bug in hisi_sas_port_notify_formed()Xiang Chen
2016-11-25scsi: hisi_sas: only process broadcast change in phy_bcast_v2_hw()Xiang Chen
2016-11-25scsi: hisi_sas: alloc queue id of slot according to device idXiang Chen
2016-11-25scsi: hisi_sas: add v2 hw support for ECC and AXI bus fatal errorXiang Chen
2016-11-22scsi: pmcraid: Add missing resource releasesQuentin Lambert
2016-11-22scsi: ufs: introduce UFSHCD_QUIRK_PRDT_BYTE_GRAN quirkKiwoong Kim
2016-11-21scsi: ufs: qcom: Properly clear hba priv on failureBjorn Andersson
2016-11-21scsi: bfa: turn bfa_mem_{kva,dma}_setup into inline functionsArnd Bergmann
2016-11-17scsi: mptfusion: Fix printk continuationsHelge Deller
2016-11-17scsi: aacraid: switch to pci_alloc_irq_vectorsHannes Reinecke
2016-11-17scsi: fc: move FC transport's bsg code to bsg-libJohannes Thumshirn
2016-11-17block: add bsg_job_put() and bsg_job_get()Johannes Thumshirn
2016-11-17scsi: fc: use bsg_job_doneJohannes Thumshirn
2016-11-17scsi: fc: use bsg_softirq_doneJohannes Thumshirn
2016-11-17scsi: fc: Use bsg_destroy_jobJohannes Thumshirn
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn
2016-11-17scsi: fc: implement kref backed reference countingJohannes Thumshirn
2016-11-17scsi: libfc: don't set FC_RQST_STATE_DONE before calling fc_bsg_jobdone()Johannes Thumshirn
2016-11-17scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn
2016-11-17scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn
2016-11-17scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn
2016-11-17scsi: Get rid of struct fc_bsg_bufferJohannes Thumshirn
2016-11-16scsi: mvsas: fix command_active typoArnd Bergmann
2016-11-16scsi: dmx3191d: use module_pci_driverGeliang Tang
2016-11-16scsi: fnic: Correcting rport check location in fnic_queuecommand_lckSatish Kharat
2016-11-16scsi: ufs: introduce a new ufshcd_statea UFSHCD_STATE_EH_SCHEDULEDZang Leigang
2016-11-16scsi: hpsa: correct logical resetsDon Brace
2016-11-16scsi: megaraid-sas: request irqs laterTomas Henzl
2016-11-14scsi: hpsa: free irq on q indexed by h->intr_mode and not iColin Ian King
2016-11-14scsi: isci: fix typo in deg_dbg messageColin Ian King
2016-11-14scsi: isci: fix spelling mistakes in dev_warn messagesColin Ian King
2016-11-14scsi: megaraid_sas: add in missing white spaces in error messages textColin Ian King
2016-11-14scsi: scsi_transport_fc: Hold queue lock while calling blk_run_queue_async()Bart Van Assche
2016-11-12scsi: g_NCR5380: Fix release_region in error handlingOndrej Zary
2016-11-12scsi: ufs: introduce hibern8_notify callbackKiwoong Kim