summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| | * scsi_sysfs: Fix queue_ramp_up_period return codePeter Oberparleiter2015-11-091-1/+1
| | * scsi: Export SCSI Inquiry data to sysfsJohannes Thumshirn2015-11-091-0/+24
| | * megaraid_sas: Fix sparse warningSumit Saxena2015-11-091-1/+1
| | * megaraid_sas: Make tape drives visible on PERC5 controllersSumit Saxena2015-11-092-3/+18
| | * sg: Fix double-free when drives detach during SG_IOCalvin Owens2015-11-031-1/+7
| | * pm80xx: avoid a panic if MSI(X) interrupts are disabledBenjamin Rood2015-11-031-5/+11
| | * pm80xx: wait a minimum of 500ms before issuing commands to SPCvBenjamin Rood2015-11-031-0/+13
| | * pm80xx: do not examine registers for iButton feature if ATTO adapterBenjamin Rood2015-11-031-0/+2
| | * pm80xx: set PHY profiles for ATTO 12Gb SAS controllersBenjamin Rood2015-11-033-0/+164
| | * pm80xx: add support for ATTO devices during SAS address initiailizationBenjamin Rood2015-11-031-0/+10
| | * pm80xx: add ATTO PCI IDs to pm8001_pci_tableBenjamin Rood2015-11-031-0/+14
| | * pm80xx: add support for PMC Sierra 8070 and PMC Sierra 8072 SAS controllersBenjamin Rood2015-11-033-2/+8
| | * pm80xx: configure PHY settings based on subsystem vendor IDBenjamin Rood2015-11-031-6/+20
| | * SCSI: Increase REPORT_LUNS timeoutBrian King2015-11-031-1/+2
| | * megaraid_sas : Remove debug print from function megasas_update_span_setsumit.saxena@avagotech.com2015-11-031-4/+0Star
| | * megaraid_sas : Driver version upgradesumit.saxena@avagotech.com2015-11-031-2/+2
| | * megaraid_sas : SMAP restriction--do not access user memory from IOCTL codesumit.saxena@avagotech.com2015-11-031-2/+11
| | * megaraid_sas: Make PI enabled VD 8 byte DMA alignedsumit.saxena@avagotech.com2015-10-291-0/+34
| | * megaraid_sas: Initialize tasklet before setting up IRQssumit.saxena@avagotech.com2015-10-291-2/+3
| | * megaraid_sas: Indicate online firmware upgrade support for Secure JBOD featuresumit.saxena@avagotech.com2015-10-291-4/+4
| | * megaraid_sas: Update OCR capability on controller properties changesumit.saxena@avagotech.com2015-10-292-4/+8
| | * megaraid_sas: Do not use PAGE_SIZE for max_sectorssumit.saxena@avagotech.com2015-10-292-1/+3
| | * megaraid_sas: Support for Cutlass (12 Gbps) controllersumit.saxena@avagotech.com2015-10-293-0/+23
| | * megaraid_sas: Support for Intruder (12 Gbps) controllersumit.saxena@avagotech.com2015-10-292-0/+17
| | * megaraid_sas: Remove PCI id checkssumit.saxena@avagotech.com2015-10-294-146/+76Star
| | * megaraid_sas: Expose TAPE drives unconditionallysumit.saxena@avagotech.com2015-10-291-2/+3
| | * megaraid_sas: Version updatesumit.saxena@avagotech.com2015-10-291-2/+2
| | * megaraid_sas: Code refactor for use of requestorIdsumit.saxena@avagotech.com2015-10-291-17/+18
| | * megaraid_sas: Fix validHandles check in I/O pathsumit.saxena@avagotech.com2015-10-291-1/+1
| | * megaraid_sas: Print critical firmware event messagessumit.saxena@avagotech.com2015-10-292-0/+71
| | * megaraid_sas: Chip reset if driver fails to get IOC readysumit.saxena@avagotech.com2015-10-291-75/+68Star
| | * megaraid_sas: Support for max_io_size 1MBsumit.saxena@avagotech.com2015-10-293-20/+58
| | * megaraid_sas: Code cleanup-use local variable drv_ops inside megasas_ioc_init...sumit.saxena@avagotech.com2015-10-291-10/+10
| | * megaraid_sas: JBOD sequence number supportsumit.saxena@avagotech.com2015-10-294-16/+242
| | * megaraid_sas: Increase timeout to 60 secs for abort frames during shutdownsumit.saxena@avagotech.com2015-10-291-2/+2
| | * megaraid_sas: Synchronize driver headers with firmware APIssumit.saxena@avagotech.com2015-10-292-5/+16
| * | stex: Remove use of struct timevalTina Ruchandani2015-11-101-10/+3Star
| * | scsi_sysfs: Fix queue_ramp_up_period return codePeter Oberparleiter2015-11-101-1/+1
| * | bnx2fc: Update version number to 2.9.6.Chad Dupuis2015-11-102-2/+2
| * | bnx2fc: Remove explicit logouts.Chad Dupuis2015-11-104-85/+12Star
| * | bnx2fc: Fix FCP RSP residual parsing.Chad Dupuis2015-11-101-1/+4
| * | bnx2fc: Set ELS transfer length correctly for middle path commands.Chad Dupuis2015-11-102-2/+7
| * | bnx2fc: Remove 'NetXtreme II' from source files.Chad Dupuis2015-11-1011-15/+14Star
| * | bnx2fc: Update copyright for 2015.Chad Dupuis2015-11-1010-20/+20
| * | st: allow debug output to be enabled or disabled via sysfsSeymour, Shane M2015-11-101-0/+30
| * | libfc: Use the correct function name in kernel-doc comment.Sebastian Herbszt2015-11-101-1/+1
| * | scsi: use host wide tags by defaultChristoph Hellwig2015-11-1029-116/+19Star
| * | bnx2fc: reduce stack usage in __bnx2fc_enableArnd Bergmann2015-11-101-4/+9
| * | lpfc: fix memory leak and NULL dereferenceSudip Mukherjee2015-11-101-1/+7
| * | fcoe: use continue instead of goto+labelJiri Slaby2015-11-101-2/+1Star