summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* 53c700: fix BUG on untagged commandsJames Bottomley2016-07-271-2/+2
* scsi: fix race between simultaneous decrements of ->host_failedWei Fang2016-07-271-1/+3
* sd: Fix rw_max for devices that report an optimal xfer sizeMartin K. Petersen2016-07-272-4/+9
* scsi: Add QEMU CD-ROM to VPD Inquiry BlacklistEwan D. Milne2016-06-241-0/+1
* scsi_lib: correctly retry failed zero length REQ_TYPE_FS commandsJames Bottomley2016-06-241-2/+5
* aacraid: Fix for KDUMP driver hangRaghava Aditya Renukunta2016-06-072-0/+25
* aacraid: Fix for aac_command_thread hangRaghava Aditya Renukunta2016-06-071-0/+4
* aacraid: Relinquish CPU during timeout waitRaghava Aditya Renukunta2016-06-071-4/+4
* aacraid: Start adapter after updating number of MSIX vectorsRaghava Aditya Renukunta2016-06-071-1/+1
* Revert "lpfc: Delete unnecessary checks before the function call mempool_dest...Martin K. Petersen2016-06-071-2/+4
* Revert "scsi: fix soft lockup in scsi_remove_target() on module removal"Johannes Thumshirn2016-06-011-4/+2
* scsi: Add intermediate STARGET_REMOVE state to scsi_target_stateJohannes Thumshirn2016-06-012-0/+3
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-05-112-1/+2
|\
| * qla1280: Don't allocate 512kb of host tagsJohannes Thumshirn2016-04-301-1/+1
| * scsi_dh_alua: uninitialized variable in alua_rtpg()Dan Carpenter2016-04-301-0/+1
* | cxgbi: fix uninitialized flowi6Jiri Benc2016-04-251-0/+1
|/
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-04-099-109/+139
|\
| * Merge branch 'fixes-base' into fixesJames Bottomley2016-04-0521-155/+234
| |\
| * | scsi: Do not attach VPD to devices that don't support itHannes Reinecke2016-04-052-19/+3
| * | sd: Fix excessive capacity printing on devices with blocks bigger than 512 bytesMartin K. Petersen2016-03-312-21/+14
| * | scsi_dh_alua: Fix a recently introduced deadlockBart Van Assche2016-03-291-2/+2
| * | scsi: Declare local symbols staticBart Van Assche2016-03-291-3/+5
| * | cxlflash: Move to exponential back-off when cmd_room is not availableManoj N. Kumar2016-03-281-4/+4
| * | cxlflash: Fix regression issue with re-ordering patchManoj N. Kumar2016-03-282-42/+93
| * | mpt3sas: Don't overreach ioc->reply_post[] during initializationCalvin Owens2016-03-231-17/+16
| * | aacraid: add missing curly bracesArnd Bergmann2016-03-211-1/+2
* | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-042-3/+3
| |/ |/|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-03-2620-154/+1171
|\ \
| * | Merge remote-tracking branch 'mkp-scsi/4.6/scsi-fixes' into miscJames Bottomley2016-03-226-19/+31
| |\|
| | * scsi_common: do not clobber fixed sense informationHannes Reinecke2016-03-181-2/+10
| | * scsi: ufs: select CONFIG_NLSArnd Bergmann2016-03-181-0/+1
| | * fnic: move printk()s outside of the critical code section.Maurizio Lombardi2016-03-181-7/+6
| | * qla2xxx: avoid maybe_uninitialized warningArnd Bergmann2016-03-181-7/+9
| | * megaraid_sas: add missing curly braces in ioctl handlerArnd Bergmann2016-03-181-1/+2
| | * lpfc: fix misleading indentationArnd Bergmann2016-03-181-2/+3
| * | Merge remote-tracking branch 'mkp-scsi/4.6/scsi-queue' into miscJames Bottomley2016-03-1515-135/+1140
| |\|
| | * scsi_transport_sas: add 'scsi_target_id' sysfs attributeHannes Reinecke2016-03-142-1/+3
| | * scsi_dh_alua: uninitialized variable in alua_check_vpd()Dan Carpenter2016-03-141-1/+1
| | * scsi: ufs-qcom: add printouts of testbus debug registersYaniv Gardi2016-03-142-0/+86
| | * scsi: ufs-qcom: enable/disable the device ref clockYaniv Gardi2016-03-142-0/+21
| | * scsi: ufs-qcom: set PA_Local_TX_LCC_Enable before link startupYaniv Gardi2016-03-142-7/+21
| | * scsi: ufs: add device quirk delay before putting UFS rails in LPMYaniv Gardi2016-03-142-1/+23
| | * scsi: ufs: fix leakage during link off stateYaniv Gardi2016-03-141-0/+10
| | * scsi: ufs: tune UniPro parameters to optimize hibern8 exit timeYaniv Gardi2016-03-144-0/+142
| | * scsi: ufs: handle non spec compliant bkops behaviour by deviceYaniv Gardi2016-03-142-7/+52
| | * scsi: ufs: add retry for query descriptorsYaniv Gardi2016-03-141-18/+37
| | * scsi: ufs: add error recovery after DL NAC errorYaniv Gardi2016-03-142-0/+95
| | * scsi: ufs: make error handling bit fasterYaniv Gardi2016-03-141-43/+112
| | * scsi: ufs: disable vccq if it's not needed by UFS deviceYaniv Gardi2016-03-142-4/+57
| | * scsi: ufs: separate device and host quirksYaniv Gardi2016-03-144-0/+244