aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-24scsi: pmcraid: Add missing scsi_device_put() in pmcraid_eh_target_reset_handler()Hannes Reinecke1-3/+6
2023-10-24scsi: target: core: Fix kernel-doc commentYang Li1-1/+1
2023-10-24scsi: pmcraid: Fix kernel-doc commentYang Li1-1/+1
2023-10-16scsi: core: Handle depopulation and restoration in progressDouglas Gilbert2-0/+5
2023-10-16scsi: ufs: core: Add support for parsing OPPManivannan Sadhasivam3-0/+117
2023-10-16scsi: ufs: core: Add OPP support for scaling clocks and regulatorsManivannan Sadhasivam2-33/+115
2023-10-16scsi: ufs: dt-bindings: common: Add OPP tableKrzysztof Kozlowski1-3/+32
2023-10-16scsi: scsi_debug: Add param to control sdev's allow_restartWenchao Hao1-0/+6
2023-10-16scsi: scsi_debug: Add debugfs interface to fail target resetWenchao Hao1-1/+113
2023-10-16scsi: scsi_debug: Add new error injection type: Reset LUN failedWenchao Hao1-0/+39
2023-10-16scsi: scsi_debug: Add new error injection type: Abort FailedWenchao Hao1-0/+40
2023-10-16scsi: scsi_debug: Set command result and sense data if error is injectedWenchao Hao1-0/+53
2023-10-16scsi: scsi_debug: Return failed value if error is injectedWenchao Hao1-0/+36
2023-10-16scsi: scsi_debug: Time out command if the error is injectedWenchao Hao1-0/+34
2023-10-16scsi: scsi_debug: Define grammar to remove added error injectionWenchao Hao1-0/+31
2023-10-16scsi: scsi_debug: Add interface to manage error injection for a single deviceWenchao Hao1-4/+210
2023-10-16scsi: scsi_debug: Create scsi_debug directory in the debugfs filesystemWenchao Hao1-0/+8
2023-10-13scsi: lpfc: Update lpfc version to 14.2.0.15Justin Tee1-1/+1
2023-10-13scsi: lpfc: Introduce LOG_NODE_VERBOSE messaging flagJustin Tee2-5/+5
2023-10-13scsi: lpfc: Validate ELS LS_ACC completion payloadJustin Tee1-0/+23
2023-10-13scsi: lpfc: Reject received PRLIs with only initiator fcn role for NPIV portsJustin Tee1-4/+14
2023-10-13scsi: lpfc: Treat IOERR_SLI_DOWN I/O completion status the same as pci offlineJustin Tee1-2/+4
2023-10-13scsi: lpfc: Remove unnecessary zero return code assignment in lpfc_sli4_hba_setupJustin Tee1-3/+1
2023-10-13scsi: megaraid_sas: Revision of Maintainer ListChandrakanth patil1-0/+1
2023-10-13scsi: megaraid_sas: Driver version update to 07.727.03.00-rc1Chandrakanth patil1-2/+2
2023-10-13scsi: megaraid_sas: Log message when controller reset is requested but not issuedChandrakanth patil1-0/+3
2023-10-13scsi: megaraid_sas: Increase register read retry rount from 3 to 30 for selected registersChandrakanth patil1-2/+2
2023-10-13scsi: sr: Fix sshdr use in sr_get_eventsMike Christie1-1/+2
2023-10-13scsi: sd: Fix sshdr use in cache_type_storeMike Christie1-4/+5
2023-10-13scsi: Fix sshdr use in scsi_cdl_enableMike Christie1-1/+1
2023-10-13scsi: Fix sshdr use in scsi_test_unit_readyMike Christie1-2/+2
2023-10-13scsi: sd: Fix scsi_mode_sense caller's sshdr useMike Christie1-2/+2
2023-10-13scsi: spi: Fix sshdr useMike Christie1-2/+2
2023-10-13scsi: rdac: Fix sshdr useMike Christie1-3/+6
2023-10-13scsi: rdac: Fix send_mode_select retry handlingMike Christie1-9/+9
2023-10-13scsi: hp_sw: Fix sshdr useMike Christie1-39/+40
2023-10-13scsi: sd: Fix sshdr use in sd_spinup_diskMike Christie1-11/+13
2023-10-13scsi: sd: Fix sshdr use in read_capacity_16Mike Christie1-4/+3
2023-10-13scsi: target: Export fabric driver direct submit settingsMike Christie1-0/+24
2023-10-13scsi: target: core: Unexport target_queue_submission()Mike Christie2-3/+1
2023-10-13scsi: target: Allow userspace to request direct submissionsMike Christie6-12/+57
2023-10-13scsi: target: core: Kill transport_handle_cdb_direct()Mike Christie4-23/+11
2023-10-13scsi: target: core: Move buffer clearing hackMike Christie1-28/+21
2023-10-13scsi: target: core: Move core_alua_check_nonop_delay() callMike Christie4-15/+6
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie13-0/+55
2023-10-13scsi: target: iscs: Make write_pending_must_be_called a bit fieldMike Christie2-3/+3
2023-10-13scsi: mpi3mr: Split off bus_reset function from host_resetHannes Reinecke1-20/+37
2023-10-13scsi: pmcraid: Select device in pmcraid_eh_target_reset_handler()Hannes Reinecke1-2/+14
2023-10-13scsi: pmcraid: Select device in pmcraid_eh_bus_reset_handler()Hannes Reinecke1-8/+38
2023-10-13scsi: qla1280: Separate out host reset function from qla1280_error_action()Hannes Reinecke1-20/+22