summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorLines
2015-12-28Merge remote-tracking branch 'mkp-scsi/4.4/scsi-fixes' into fixesJames Bottomley-3/+6
2015-12-21sd: Reject optimal transfer length smaller than page sizeMartin K. Petersen-3/+6
2015-12-17Merge remote-tracking branch 'mkp-scsi/4.4/scsi-fixes' into fixesJames Bottomley-10/+10
2015-12-11ses: fix additional element traversal bugJames Bottomley-1/+9
2015-12-10Revert "SCSI: Fix NULL pointer dereference in runtime PM"Ken Xue-10/+10
2015-12-10ses: Fix problems with simple enclosuresJames Bottomley-1/+19
2015-12-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-48/+103
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley-37/+100
2015-12-03mpt3sas: fix Kconfig dependency problem for mpt2sas back compatibilityJames Bottomley-0/+1
2015-12-02Revert "scsi: Fix a bdi reregistration race"Bart Van Assche-11/+3
2015-11-30mpt3sas: Add dummy Kconfig option for backwards compatibilityMartin K. Petersen-0/+8
2015-11-30Fix a memory leak in scsi_host_dev_release()Bart Van Assche-0/+11
2015-11-28qla2xxx: Fix regression introduced by target configFS changesHimanshu Madhani-1/+1
2015-11-25block/sd: Fix device-imposed transfer length limitsMartin K. Petersen-16/+31
2015-11-25scsi_debug: fix prevent_allow+verify regressionsDouglas Gilbert-4/+5
2015-11-25sd: Make discard granularity match logical block size when LBPRZ=1Martin K. Petersen-5/+18
2015-11-20scsi: hpsa: select CONFIG_SCSI_SAS_ATTRArnd Bergmann-0/+1
2015-11-20scsi: advansys needs ISA dma api for ISA supportArnd Bergmann-0/+1
2015-11-19scsi_sysfs: protect against double execution of __scsi_remove_device()Vitaly Kuznetsov-0/+8
2015-11-19st: fix potential null pointer dereference.Maurizio Lombardi-2/+3
2015-11-19scsi: report 'INQUIRY result too short' once per hostVitaly Kuznetsov-3/+6
2015-11-18advansys: fix big-endian buildsArnd Bergmann-1/+1
2015-11-17qla2xxx: Fix rwlock recursionBart Van Assche-1/+2
2015-11-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-32627/+6477
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-102/+51
2015-11-13hpsa: logical vs bitwise AND typoDan Carpenter-1/+1
2015-11-13mvsas: don't allow negative timeoutsDan Carpenter-2/+2
2015-11-13mpt3sas: Fix use sas_is_tlr_enabled API before enabling MPI2_SCSIIO_CONTROL_T...Sreekanth Reddy-2/+1
2015-11-12mpt3sas: fix inline markers on non inline function declarationsStephen Rothwell-2/+2
2015-11-12Merge tag '4.4-scsi-mkp' into miscJames Bottomley-31760/+5765
2015-11-11sd: Clear PS bit before Mode Select.Gabriel Krisman Bertazi-0/+1
2015-11-11ibmvscsi: set max_lun to 32Laurent Vivier-1/+2
2015-11-11ibmvscsi: display default value for max_id, max_lun and max_channel.Laurent Vivier-2/+6
2015-11-11scsi: pmcraid: replace struct timeval with ktime_get_real_seconds()Alison Schofield-3/+2
2015-11-11mvumi: 64bit value for seconds_since1970Tina Ruchandani-5/+5
2015-11-11be2iscsi: Fix bogus WARN_ON length checkTim Gardner-1/+1
2015-11-11scsi_scan: don't dump trace when scsi_prep_async_scan() is called twiceVitaly Kuznetsov-2/+1
2015-11-11mpt3sas: Bump mpt3sas driver version to 09.102.00.00Sreekanth Reddy-2/+2
2015-11-11mpt3sas: Single driver module which supports both SAS 2.0 & SAS 3.0 HBAsSreekanth Reddy-826/+566
2015-11-11mpt2sas, mpt3sas: Update the driver versionsSreekanth Reddy-5/+10
2015-11-11mpt3sas: setpci reset kernel oops fixSreekanth Reddy-9/+71
2015-11-11mpt3sas: Added OEM Gen2 PnP ID branding namesSreekanth Reddy-114/+305
2015-11-11mpt3sas: Refcount fw_events and fix unsafe list usageSreekanth Reddy-22/+94
2015-11-11mpt3sas: Refcount sas_device objects and fix unsafe list usageSreekanth Reddy-157/+365
2015-11-11mpt3sas: sysfs attribute to report Backup Rail Monitor StatusSreekanth Reddy-0/+116
2015-11-11mpt3sas: Ported WarpDrive product SSS6200 supportSreekanth Reddy-46/+665
2015-11-11mpt3sas: fix for driver fails EEH, recovery from injected pci bus errorSreekanth Reddy-1/+19
2015-11-11mpt3sas: Manage MSI-X vectors according to HBA device typeSreekanth Reddy-18/+31
2015-11-11mpt3sas: Don't send PHYDISK_HIDDEN RAID action request on SAS2 HBAsSreekanth Reddy-2/+17
2015-11-11mpt3sas: Build MPI SGL LIST on GEN2 HBAs and IEEE SGL LIST on GEN3 HBAsSreekanth Reddy-13/+168