summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2017-06-26scsi: remove various unused blist flagsChristoph Hellwig1-23/+2
2017-06-26scsi: storvsc: use default I/O timeout handler for FC devicesLong Li1-0/+4
2017-06-26scsi: aacraid: fix leak of data from stack back to userspaceColin Ian King1-0/+2
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2-4/+1
2017-06-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-4/+1
2017-06-20block: Change argument type of scsi_req_init()Bart Van Assche1-1/+3
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche7-8/+16
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar3-9/+9
2017-06-19scsi: qedi: Remove WARN_ON from clear task context.Manish Rangankar1-3/+1
2017-06-19scsi: qedi: Remove WARN_ON for untracked cleanup.Manish Rangankar1-1/+0
2017-06-19scsi: lpfc: update to revision to 11.4.0.1James Smart1-1/+1
2017-06-19scsi: lpfc: Driver responds LS_RJT to Beacon Off ELS - LinuxJames Smart1-18/+4
2017-06-19scsi: lpfc: Fix crash in lpfc_sli_ringtxcmpl_put when nvmet gets an abort req...James Smart1-0/+1
2017-06-19scsi: lpfc: Fix crash doing IO with resetsJames Smart1-14/+8
2017-06-19scsi: lpfc: Fix crash after firmware flash when IO is running.James Smart1-1/+1
2017-06-19scsi: lpfc: Fix SLI3 drivers attempting NVME ELS commands.James Smart2-2/+17
2017-06-19scsi: lpfc: Break up IO ctx list into a separate get and put listJames Smart5-40/+89
2017-06-19scsi: lpfc: Reduce time spent in IRQ for received NVME commandsJames Smart1-2/+0
2017-06-19scsi: lpfc: Vport creation is failing with "Link Down" errorJames Smart1-9/+12
2017-06-19scsi: lpfc: Fix nvme_info sysfs output to be consistentJames Smart1-1/+1
2017-06-19scsi: lpfc: Fix system panic when express lane enabled.James Smart1-0/+3
2017-06-19scsi: hisi_sas: modify internal abort dev flow for v3 hwXiang Chen3-0/+45
2017-06-19scsi: hisi_sas: add v3 code to fill some more hw function pointersXiang Chen1-0/+39
2017-06-19scsi: hisi_sas: add get_wideport_bitmap_v3_hw()Xiang Chen1-0/+13
2017-06-19scsi: hisi_sas: add v3 code to send internal abort commandXiang Chen1-0/+38
2017-06-19scsi: hisi_sas: add v3 code for itct setup and freeXiang Chen1-0/+114
2017-06-19scsi: hisi_sas: add v3 code to send ATA frameXiang Chen1-0/+106
2017-06-19scsi: hisi_sas: add v3 code to send SMP frameXiang Chen1-0/+74
2017-06-19scsi: hisi_sas: add v3 code to send SSP frameXiang Chen1-0/+208
2017-06-19scsi: hisi_sas: add v3 cq interrupt handlerXiang Chen1-0/+340
2017-06-19scsi: hisi_sas: add phy up/down/bcast and channel ISRXiang Chen1-0/+283
2017-06-19scsi: hisi_sas: add v3 hw PHY initXiang Chen1-1/+126
2017-06-19scsi: hisi_sas: add v3 hw initXiang Chen1-0/+277
2017-06-19scsi: hisi_sas: add initialisation for v3 pci-based controllerJohn Garry3-6/+172
2017-06-19scsi: hisi_sas: add skeleton v3 hw driverJohn Garry3-1/+57
2017-06-19scsi: hisi_sas: create hisi_sas_get_fw_info()John Garry2-37/+71
2017-06-19scsi: hisi_sas: add pci_dev in hisi_hba structJohn Garry4-55/+59
2017-06-19scsi: hisi_sas: relocate get_ncq_tag_v2_hw()Xiang Chen3-15/+17
2017-06-19scsi: hisi_sas: relocate sata_done_v2_hw()Xiang Chen3-16/+19
2017-06-19scsi: hisi_sas: relocate get_ata_protocol()Xiang Chen3-65/+68
2017-06-19scsi: hisi_sas: optimise the usage of hisi_hba.lockXiang Chen4-58/+77
2017-06-19scsi: hisi_sas: define hisi_sas_device.device_id as intJohn Garry2-9/+9
2017-06-19scsi: hisi_sas: fix timeout check in hisi_sas_internal_task_abort()Xiang Chen1-8/+17
2017-06-18blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei1-2/+2
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg5-9/+7
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg2-2/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg3-3/+3
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg2-3/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-77/+101
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig1-5/+5