aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-31scsi: hisi_sas: init connect cfg register for v3 hwXiaofei Tan1-0/+3
2017-10-31scsi: hisi_sas: check PHY state in get_wideport_bitmap_v3_hw()Xiaofei Tan1-2/+4
2017-10-25scsi: hisi_sas: use array for v2 hw AXI errorsShiju Jose2-137/+100
2017-10-25scsi: hisi_sas: fix the risk of freeing slot twiceXiaofei Tan1-3/+6
2017-10-25scsi: hisi_sas: fix NULL check in SMP abort task pathXiaofei Tan1-1/+1
2017-10-25scsi: hisi_sas: us start_phy in PHY_FUNC_LINK_RESETXiang Chen5-5/+5
2017-10-25scsi: hisi_sas: fix SATA breakpoint memory sizeXiang Chen3-6/+10
2017-10-25scsi: hisi_sas: grab hisi_hba.lock when processing slotsXiang Chen3-1/+8
2017-10-25scsi: hisi_sas: use spin_lock_irqsave() for hisi_hba.lockXiaofei Tan2-4/+6
2017-10-25scsi: hisi_sas: fix internal abort slot timeout bugXiang Chen1-0/+1
2017-10-25scsi: hisi_sas: delete get_ncq_tag_v3_hw()Xiang Chen1-15/+1
2017-10-25scsi: scsi_devinfo: Add scsi_devinfo_tbl.cJeffy Chen1-0/+1
2017-10-25scsi: megaraid_sas: driver version upgradeShivasharan S1-2/+2
2017-10-25scsi: megaraid_sas: Add support for 64bit consistent DMAShivasharan S4-151/+503
2017-10-25scsi: megaraid_sas: Do not limit queue_depth to 1k in non-RDPQ modeShivasharan S1-4/+0
2017-10-25scsi: megaraid_sas: Retry with reduced queue depth when alloc fails for higher QDShivasharan S2-39/+68
2017-10-25scsi: megaraid_sas: Incorrect processing of IOCTL frames for SMP/STP commandsShivasharan S2-14/+31
2017-10-25scsi: megaraid_sas: Resize MFA frame used for IOC INIT to 4kShivasharan S2-9/+58
2017-10-25scsi: megaraid_sas: Update current host time to FW during IOC InitShivasharan S1-0/+7
2017-10-25scsi: megaraid_sas: Move controller memory allocations and DMA mask settings from probe to megasas_init_fwShivasharan S1-15/+28
2017-10-25scsi: megaraid_sas: Move initialization of instance parameters inside newly created function megasas_init_ctrl_paramsShivasharan S1-58/+61
2017-10-25scsi: megaraid_sas: remove instance->ctrl_infoShivasharan S2-30/+14
2017-10-25scsi: megaraid_sas: Pre-allocate frequently used DMA buffersShivasharan S4-66/+116
2017-10-25scsi: megaraid_sas: Create separate functions for allocating and freeing controller DMA buffersShivasharan S1-83/+103
2017-10-25scsi: megaraid_sas: Create separate functions to allocate ctrl memoryShivasharan S1-46/+76
2017-10-25scsi: megaraid_sas: reduce size of fusion_context and use kmalloc for allocationShivasharan S3-16/+31
2017-10-25scsi: megaraid_sas: replace is_ventura with adapter_type checksShivasharan S4-24/+22
2017-10-25scsi: megaraid_sas: Remove redundant checks for ctrl_contextShivasharan S1-4/+4
2017-10-25scsi: megaraid_sas: replace instance->ctrl_context checks with instance->adapter_typeShivasharan S1-27/+37
2017-10-25scsi: megaraid_sas: Add support for Crusader controllersShivasharan S2-22/+30
2017-10-25scsi: megaraid_sas: use adapter_type for all gen controllersShivasharan S5-55/+76
2017-10-25scsi: hpsa: bump driver versionDon Brace1-1/+1
2017-10-25scsi: hpsa: add enclosure logical identifierDon Brace1-2/+67
2017-10-25scsi: hpsa: correct logical volume removalDon Brace1-3/+6
2017-10-25scsi: hpsa: reduce warning messages on device removalDon Brace1-2/+4
2017-10-25scsi: hpsa: update queue depth for externalsDon Brace1-2/+6
2017-10-25scsi: hpsa: correct smart path enabledDon Brace1-38/+151
2017-10-25scsi: hpsa: change timeout for internal cmdsDon Brace1-11/+11
2017-10-25scsi: hpsa: update discovery pollingBader Ali Saleh2-13/+28
2017-10-25scsi: hpsa: add controller checkpointDon Brace2-0/+5
2017-10-25scsi: hpsa: clear tmpdevice in scan threadScott Teel1-0/+2
2017-10-25scsi: hpsa: cleanup sas_phy structures in sysfs when unloadingMartin Wilck1-1/+1
2017-10-25scsi: hpsa: destroy sas transport properties before scsi_hostMartin Wilck1-2/+2
2017-10-23scsi: smartpqi: correct spelling error in documentationDon Brace1-1/+1
2017-10-23scsi: Clarify SCSI core module parameter documentationMartin K. Petersen1-5/+8
2017-10-18scsi: pm80xx: corrected linkrate value.Viswas G1-1/+1
2017-10-18scsi: pm80xx: panic on ncq error cleaning up the read log.Viswas G1-0/+1
2017-10-18scsi: pm80xx: corrected SATA abort handling sequence.Viswas G4-10/+119
2017-10-18scsi: pm80xx: modified port reset timer value for PM8006 cardViswas G1-0/+6
2017-10-18scsi: pm80xx: cleanup in pm8001_abort_task function.Viswas G1-38/+13