summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mkp-fixes' into fixesJames Bottomley2015-12-0314-37/+100
|\
| * mpt3sas: fix Kconfig dependency problem for mpt2sas back compatibilityJames Bottomley2015-12-031-0/+1
| * mpt3sas: Add dummy Kconfig option for backwards compatibilityMartin K. Petersen2015-11-301-0/+8
| * Fix a memory leak in scsi_host_dev_release()Bart Van Assche2015-11-301-0/+11
| * block/sd: Fix device-imposed transfer length limitsMartin K. Petersen2015-11-252-16/+31
| * scsi_debug: fix prevent_allow+verify regressionsDouglas Gilbert2015-11-251-4/+5
| * sd: Make discard granularity match logical block size when LBPRZ=1Martin K. Petersen2015-11-251-5/+18
| * scsi: hpsa: select CONFIG_SCSI_SAS_ATTRArnd Bergmann2015-11-201-0/+1
| * scsi: advansys needs ISA dma api for ISA supportArnd Bergmann2015-11-201-0/+1
| * scsi_sysfs: protect against double execution of __scsi_remove_device()Vitaly Kuznetsov2015-11-191-0/+8
| * st: fix potential null pointer dereference.Maurizio Lombardi2015-11-191-2/+3
| * scsi: report 'INQUIRY result too short' once per hostVitaly Kuznetsov2015-11-191-3/+6
| * advansys: fix big-endian buildsArnd Bergmann2015-11-181-1/+1
| * qla2xxx: Fix rwlock recursionBart Van Assche2015-11-171-1/+2
| * hpsa: logical vs bitwise AND typoDan Carpenter2015-11-131-1/+1
| * mvsas: don't allow negative timeoutsDan Carpenter2015-11-131-2/+2
| * mpt3sas: Fix use sas_is_tlr_enabled API before enabling MPI2_SCSIIO_CONTROL_T...Sreekanth Reddy2015-11-131-2/+1
* | Revert "scsi: Fix a bdi reregistration race"Bart Van Assche2015-12-021-11/+3
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-11-13109-32627/+6477
|\ \
| * | mpt3sas: fix inline markers on non inline function declarationsStephen Rothwell2015-11-121-2/+2
| * | Merge tag '4.4-scsi-mkp' into miscJames Bottomley2015-11-1264-31760/+5765
| |\ \ | | |/
| | * sd: Clear PS bit before Mode Select.Gabriel Krisman Bertazi2015-11-111-0/+1
| | * ibmvscsi: set max_lun to 32Laurent Vivier2015-11-112-1/+2
| | * ibmvscsi: display default value for max_id, max_lun and max_channel.Laurent Vivier2015-11-111-2/+6
| | * scsi: pmcraid: replace struct timeval with ktime_get_real_seconds()Alison Schofield2015-11-111-3/+2
| | * mvumi: 64bit value for seconds_since1970Tina Ruchandani2015-11-111-5/+5
| | * be2iscsi: Fix bogus WARN_ON length checkTim Gardner2015-11-111-1/+1
| | * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twiceVitaly Kuznetsov2015-11-111-2/+1
| | * mpt3sas: Bump mpt3sas driver version to 09.102.00.00Sreekanth Reddy2015-11-111-2/+2
| | * mpt3sas: Single driver module which supports both SAS 2.0 & SAS 3.0 HBAsSreekanth Reddy2015-11-1114-826/+566
| | * mpt2sas, mpt3sas: Update the driver versionsSreekanth Reddy2015-11-111-5/+10
| | * mpt3sas: setpci reset kernel oops fixSreekanth Reddy2015-11-114-9/+71
| | * mpt3sas: Added OEM Gen2 PnP ID branding namesSreekanth Reddy2015-11-112-114/+305
| | * mpt3sas: Refcount fw_events and fix unsafe list usageSreekanth Reddy2015-11-111-22/+94
| | * mpt3sas: Refcount sas_device objects and fix unsafe list usageSreekanth Reddy2015-11-113-157/+365
| | * mpt3sas: sysfs attribute to report Backup Rail Monitor StatusSreekanth Reddy2015-11-113-0/+116
| | * mpt3sas: Ported WarpDrive product SSS6200 supportSreekanth Reddy2015-11-116-46/+665
| | * mpt3sas: fix for driver fails EEH, recovery from injected pci bus errorSreekanth Reddy2015-11-112-1/+19
| | * mpt3sas: Manage MSI-X vectors according to HBA device typeSreekanth Reddy2015-11-113-18/+31
| | * mpt3sas: Don't send PHYDISK_HIDDEN RAID action request on SAS2 HBAsSreekanth Reddy2015-11-111-2/+17
| | * mpt3sas: Build MPI SGL LIST on GEN2 HBAs and IEEE SGL LIST on GEN3 HBAsSreekanth Reddy2015-11-111-13/+168
| | * mpt2sas, mpt3sas: Remove SCSI_MPTXSAS_LOGGING entry from KconfigSreekanth Reddy2015-11-117-83/+10
| | * mpt3sas: Define 'hba_mpi_version_belonged' IOC variableSreekanth Reddy2015-11-116-8/+62
| | * mpt2sas: Remove .c and .h files from mpt2sas driverSreekanth Reddy2015-11-118-22391/+0
| | * mpt2sas: Move Gen2 HBA's device registration to a separate fileSreekanth Reddy2015-11-113-6/+293
| | * mpt3sas: Move Gen3 HBA's device registration to a separate fileSreekanth Reddy2015-11-115-159/+261
| | * mpt3sas: Added mpt2sas driver definitionsSreekanth Reddy2015-11-114-145/+191
| | * mpt2sas: Use mpi headers from mpt3sasChristoph Hellwig2015-11-1110-7605/+6
| | * pm80xx: remove the SCSI host before detaching from SAS transportBenjamin Rood2015-11-091-1/+1
| | * mvsas: remove SCSI host before detaching from SAS transportJack Wang2015-11-091-1/+1
OpenPOWER on IntegriCloud