summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds8-18/+18
2013-04-30scsi: rename random32() to prandom_u32()Akinobu Mita2-5/+5
2013-04-29Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-11/+7
2013-04-24Merge branch 'pci/gavin-msi-cleanup' into nextBjorn Helgaas2-5/+2
2013-04-24treewide: Fix typo in printk and commentsMasanari Iida4-14/+14
2013-04-18[SCSI] megaraid_sas: Use correct #define for MSI-X capabilityBjorn Helgaas2-5/+2
2013-04-16[SCSI] mvumi: Use PCI_VENDOR_ID_MARVELL_EXT for 0x1b4bMyron Stowe2-3/+2
2013-04-16[SCSI] mvsas: Use PCI_VENDOR_ID_MARVELL_EXT for 0x1b4bMyron Stowe1-3/+3
2013-04-12[SCSI] lpfc: fix potential NULL pointer dereference in lpfc_sli4_rq_put()Wei Yongjun1-1/+2
2013-04-06[SCSI] libsas: fix handling vacant phy in sas_set_ex_phy()Lukasz Dorau1-0/+12
2013-04-06[SCSI] ibmvscsi: Fix slave_configure deadlockBrian King1-1/+1
2013-04-06[SCSI] qla2xxx: Update the driver version to 8.04.00.13-k.Saurav Kashyap1-1/+1
2013-04-06[SCSI] qla2xxx: Remove debug code that msleeps for random duration.Saurav Kashyap1-5/+0
2013-04-06[SCSI] qla2xxx: Fix crash during firmware dump procedure.Arun Easi2-2/+2
2013-04-06[SCSI] Revert "qla2xxx: Add setting of driver version string for vendor appli...Joe Carnuccio5-64/+1
2013-04-06[SCSI] ipr: dlpar failed when adding an adapter backwenxiong@linux.vnet.ibm.com1-0/+1
2013-04-06[SCSI] ipr: fix addition of abort command to HRRQ free queueKleber Sacilotto de Souza1-1/+1
2013-04-06[SCSI] st: Take additional queue ref in st_probeJoe Lawrence1-1/+7
2013-04-06[SCSI] libsas: use right function to alloc smp responseJohn Gong1-1/+1
2013-04-06[SCSI] ipr: ipr_test_msi() fails when running with msi-x enabled adapterwenxiong@linux.vnet.ibm.com1-2/+8
2013-03-31treewide: Fix typos in kernel messagesMasanari Iida2-2/+2
2013-03-26libfcoe: Fix fcoe_sysfs VN2VN modeRobert Love1-15/+45
2013-03-26libfc, fcoe, bnx2fc: Split fc_disc_init into fc_disc_{init, config}Robert Love3-10/+21
2013-03-26libfc, fcoe, bnx2fc: Always use fcoe_disc_init for discovery layer initializa...Robert Love3-8/+10
2013-03-26fcoe: Fix deadlock between create and destroy pathsRobert Love1-4/+11
2013-03-25bnx2fc: Make the fcoe_cltr the SCSI host parentRobert Love1-3/+2
2013-03-20treewide: Fix typos in printkMasanari Iida1-1/+1
2013-03-18treewide: Fix typos in printk and commentMasanari Iida1-1/+1
2013-03-04ACPI / glue: Add .match() callback to struct acpi_bus_typeRafael J. Wysocki1-1/+6
2013-03-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds67-1190/+4000
2013-03-01[SCSI] Merge tag 'fcoe-02-19-13' into for-linusJames Bottomley10-288/+736
2013-03-01Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds49-923/+2165
2013-02-28scsi/lpfc: convert to idr_alloc()Tejun Heo1-8/+4
2013-02-28scsi: convert to idr_alloc()Tejun Heo3-57/+34
2013-02-28scsi/bfa: convert to idr_alloc()Tejun Heo1-11/+4
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-7/+7
2013-02-25[SCSI] ufs: Separate PCI code into glue driverVinayak Holikatti5-327/+440
2013-02-25[SCSI] ufs: Segregate PCI Specific CodeVinayak Holikatti4-219/+267
2013-02-25Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2-3/+57
2013-02-24[SCSI] scsi: fix lpfc build when wmb() is defined as mb()Randy Dunlap1-28/+28
2013-02-24[SCSI] storvsc: Handle dynamic resizing of the deviceK. Y. Srinivasan1-0/+31
2013-02-24[SCSI] storvsc: Restructure error handling code on command completionK. Y. Srinivasan1-42/+59
2013-02-24[SCSI] storvsc: avoid usage of WRITE_SAMEOlaf Hering1-0/+4
2013-02-24[SCSI] aacraid: suppress two GCC warningsPaul Bolle1-2/+2
2013-02-24[SCSI] hpsa: check for dma_mapping_error in hpsa_passthru ioctlsStephen M. Cameron1-0/+16
2013-02-24[SCSI] hpsa: reorganize error handling in hpsa_passthru_ioctlStephen M. Cameron1-12/+13
2013-02-24[SCSI] hpsa: check for dma_mapping_error in hpsa_map_sg_chain_blockStephen M. Cameron1-2/+12
2013-02-24[SCSI] hpsa: Check for dma_mapping_error for all code paths using fill_cmdStephen M. Cameron1-20/+39
2013-02-24[SCSI] hpsa: Check for dma_mapping_error in hpsa_map_oneShuah Khan1-0/+5
2013-02-24[SCSI] dc395x: uninitialized variable in device_alloc()Dan Carpenter1-1/+1