summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* lpfc: mark functions as static in lpfc/lpfc_scsi.cRashika Kheria2014-09-161-5/+5
* lpfc: mark functions as static in lpfc/lpfc_init.cRashika Kheria2014-09-161-3/+3
* lpfc: mark functions as static in lpfc/lpfc_hbadisc.cRashika Kheria2014-09-161-3/+4
* lpfc: mark functions as static in lpfc/lpfc_sli.cRashika Kheria2014-09-161-7/+7
* fnic: assign FIP_ALL_FCF_MACS to fcoe_all_fcfsHiral Shah2014-09-163-6/+6
* qla2xxx: Prevent probe and board_disable raceJoe Lawrence2014-09-163-1/+5
* qla2xxx: Prevent removal and board_disable raceJoe Lawrence2014-09-163-13/+22
* qla2xxx: Schedule board_disable only onceJoe Lawrence2014-09-162-6/+11
* qla2xxx: Collect PCI register checks and board_disable schedulingJoe Lawrence2014-09-165-27/+20
* qla2xxx: Use qla2x00_clear_drv_active on probe failureJoe Lawrence2014-09-161-10/+3
* qla2xxx: Fix shost use-after-free on device removalJoe Lawrence2014-09-161-4/+2
* pmcraid: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-09-161-11/+2
* pmcraid: Get rid of a redundant assignmentAlexander Gordeev2014-09-161-1/+0
* csiostor: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-09-162-14/+10
* csiostor: Remove superfluous call to pci_disable_msix()Alexander Gordeev2014-09-161-3/+1
* be2iscsi: Use pci_enable_msix_range()Alexander Gordeev2014-09-161-3/+3
* megaraid_sas: Version and Changelog updateAdam Radford2014-09-162-4/+4
* megaraid_sas: Fix reset_mutex leakAdam Radford2014-09-161-0/+1
* megaraid_sas: Remove unused variables in megasas_instanceAdam Radford2014-09-161-2/+0
* megaraid_sas: Add missing initial call to megasas_get_ld_vf_affiliation().Adam Radford2014-09-161-0/+4
* megaraid_sas: Fix LD/VF affiliation parsingAdam Radford2014-09-162-111/+208
* scsi_debug: bump inquiry version to SPC-4, update version descriptorsDouglas Gilbert2014-09-161-7/+7
* scsi_debug: give unit attention and other errors precedence over TSFDouglas Gilbert2014-09-161-34/+33
* scsi_debug: scsi_cmnd->cmnd check and casts unnecessaryDouglas Gilbert2014-09-161-11/+11
* hpsa: refine the pci enable/disable handlingTomas Henzl2014-09-161-14/+28
* pm8001: Update nvmd response data to request bufferSuresh Thiagarajan2014-09-162-3/+9
* be2iscsi: Bump the driver versionJayamohan Kallickal2014-09-161-1/+1
* be2iscsi: Fix processing CQE before connection resources are freedJayamohan Kallickal2014-09-163-1/+46
* be2iscsi: Fix updating the boot enteries in sysfsJayamohan Kallickal2014-09-164-2/+62
* be2iscsi: Fix the copyright yearJayamohan Kallickal2014-09-169-9/+9
* be2iscsi: Fix the sparse warning introduced in previous submissionJayamohan Kallickal2014-09-161-7/+7
* scsi: fix decimal printf format specifiers prefixed with 0xHans Wennborg2014-09-163-3/+3
* qla2xxx: Remove restriction on starting remote device discovery on port update.Chad Dupuis2014-09-162-7/+5
* qla2xxx: Move mailbox failure messages to a default debug level.Chad Dupuis2014-09-161-1/+1
* qla2xxx: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-09-161-16/+11
* mpt3sas: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-09-161-2/+2
* mpt2sas: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-09-161-3/+3
* megaraid: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-09-161-13/+7
* megaraid: Fail resume if MSI-X re-initialization failedAlexander Gordeev2014-09-161-3/+5
* hpsa: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-09-161-15/+12
* hpsa: Fallback to MSI rather than to INTx if MSI-X failedAlexander Gordeev2014-09-161-1/+0
* eata: remove driver_lockChristoph Hellwig2014-09-161-9/+0
* scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev()Subhash Jadavani2014-09-164-4/+7
* scsi: don't store LUN bits in CDB[1] for USB mass-storage devicesAlan Stern2014-09-163-6/+24
* scsi: add use_cmd_list flagKashyap.Desai@avagotech.com2014-09-163-12/+14
* sd: Avoid sending medium write commands if device is write protectedSujit Reddy Thumma2014-09-161-1/+5
* scsi: fix various kernel-doc problems in scsi_error.cRandy Dunlap2014-09-161-13/+14
* libiscsi: fix potential buffer overrun in __iscsi_conn_send_pduMike Christie2014-09-151-0/+10
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-08-291-1/+0
|\
| * scsi-mq: fix requests that use a separate CDB bufferTony Battersby2014-08-221-1/+0