summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* ncr5380: Merge DMA implementation from atari_NCR5380 core driverFinn Thain2016-04-1113-40/+152
* ncr5380: Adopt uniform DMA setup conventionFinn Thain2016-04-114-18/+20
* ncr5380: Use DMA hooks for PDMAFinn Thain2016-04-1113-41/+50
* ncr5380: Remove BOARD_REQUIRES_NO_DELAY macroFinn Thain2016-04-114-10/+14
* ncr5380: Remove PSEUDO_DMA macroFinn Thain2016-04-1114-78/+6
* ncr5380: Disable the DMA errata workaround flag by defaultFinn Thain2016-04-118-20/+14
* atari_NCR5380: Remove DMA_MIN_SIZE macroFinn Thain2016-04-113-19/+22
* ncr5380: Remove REAL_DMA and REAL_DMA_POLL macrosFinn Thain2016-04-115-415/+22
* ncr5380: Remove FLAG_NO_PSEUDO_DMA where possibleFinn Thain2016-04-115-6/+23
* g_ncr5380: Remove CONFIG_SCSI_GENERIC_NCR53C400Finn Thain2016-04-113-77/+25
* scsi: reduce CONFIG_SCSI_CONSTANTS=y impact by 8kRasmus Villemoes2016-04-112-7/+23
* scsi: move Additional Sense Codes to separate fileRasmus Villemoes2016-04-112-827/+829
* scsi: make some Additional Sense strings more grep'ableRasmus Villemoes2016-04-111-18/+9
* 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-04-012-21/+14
| * | scsi_dh_alua: Fix a recently introduced deadlockBart Van Assche2016-03-301-2/+2
| * | scsi: Declare local symbols staticBart Van Assche2016-03-301-3/+5
| * | cxlflash: Move to exponential back-off when cmd_room is not availableManoj N. Kumar2016-03-291-4/+4
| * | cxlflash: Fix regression issue with re-ordering patchManoj N. Kumar2016-03-292-42/+93
| * | mpt3sas: Don't overreach ioc->reply_post[] during initializationCalvin Owens2016-03-231-17/+16
| * | aacraid: add missing curly bracesArnd Bergmann2016-03-221-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-152-1/+3
| | * scsi_dh_alua: uninitialized variable in alua_check_vpd()Dan Carpenter2016-03-151-1/+1
| | * scsi: ufs-qcom: add printouts of testbus debug registersYaniv Gardi2016-03-152-0/+86
| | * scsi: ufs-qcom: enable/disable the device ref clockYaniv Gardi2016-03-152-0/+21
| | * scsi: ufs-qcom: set PA_Local_TX_LCC_Enable before link startupYaniv Gardi2016-03-152-7/+21
| | * scsi: ufs: add device quirk delay before putting UFS rails in LPMYaniv Gardi2016-03-152-1/+23
| | * scsi: ufs: fix leakage during link off stateYaniv Gardi2016-03-151-0/+10
| | * scsi: ufs: tune UniPro parameters to optimize hibern8 exit timeYaniv Gardi2016-03-154-0/+142
| | * scsi: ufs: handle non spec compliant bkops behaviour by deviceYaniv Gardi2016-03-152-7/+52
| | * scsi: ufs: add retry for query descriptorsYaniv Gardi2016-03-151-18/+37
| | * scsi: ufs: add error recovery after DL NAC errorYaniv Gardi2016-03-152-0/+95
| | * scsi: ufs: make error handling bit fasterYaniv Gardi2016-03-151-43/+112
| | * scsi: ufs: disable vccq if it's not needed by UFS deviceYaniv Gardi2016-03-152-4/+57
| | * scsi: ufs: separate device and host quirksYaniv Gardi2016-03-154-0/+244
| | * scsi: ufs: add support to read device and string descriptorsYaniv Gardi2016-03-153-1/+95
| | * scsi: ufs: verify hba controller hce reg valueYaniv Gardi2016-03-152-30/+35
| | * scsi: ufs: implement scsi host timeout handlerYaniv Gardi2016-03-151-0/+36