aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: usb: storage: Complete the SCSI request directlySebastian Andrzej Siewior2022-02-071-1/+1
* scsi: core: Add scsi_done_direct() for immediate completionSebastian Andrzej Siewior2022-02-072-2/+20
* scsi: core: Make "access_state" sysfs attribute always visibleMartin Wilck2022-02-071-8/+0
* scsi: lpfc: Remove redundant flush_workqueue() callMinghao Chi (CGEL ZTE)2022-01-311-1/+0
* scsi: qedi: Remove redundant flush_workqueue() callsMinghao Chi (CGEL ZTE)2022-01-311-2/+0
* scsi: bfa: Replace snprintf() with sysfs_emit()Yang Guang2022-01-311-13/+13
* scsi: mvsas: Replace snprintf() with sysfs_emit()Yang Guang2022-01-311-2/+2
* scsi: bnx2fc: Make use of the helper macro kthread_run()Yin Xiujiang2022-01-311-4/+3
* scsi: bnx2fc: Fix typo in commentsCai Huoqing2022-01-311-1/+1
* scsi: ufs: Add checking lifetime attribute for WriteBoosterJinyoung Choi2022-01-312-0/+58
* scsi: scsi_debug: Add environmental reporting log subpageDouglas Gilbert2022-01-251-0/+33
* scsi: scsi_debug: Add no_rwlock parameterDouglas Gilbert2022-01-251-50/+102
* scsi: scsi_debug: Divide power on reset UNIT ATTENTIONDouglas Gilbert2022-01-251-11/+19
* scsi: scsi_debug: Refine sdebug_blk_mq_poll()Douglas Gilbert2022-01-251-5/+16
* scsi: scsi_debug: Use TASK SET FULL moreDouglas Gilbert2022-01-251-13/+6
* scsi: scsi_debug: Strengthen defer_t accessesDouglas Gilbert2022-01-251-11/+11
* scsi: scsi_debug: Address races following module loadDouglas Gilbert2022-01-251-51/+146
* scsi: qla2xxx: Update version to 10.02.07.300-kNilesh Javali2022-01-241-2/+2
* scsi: qla2xxx: Check for firmware dump already collectedJoe Carnuccio2022-01-241-0/+8
* scsi: qla2xxx: Add devids and conditionals for 28xxJoe Carnuccio2022-01-246-19/+20
* scsi: qla2xxx: Suppress a kernel complaint in qla_create_qpair()Saurav Kashyap2022-01-241-1/+1
* scsi: qla2xxx: Fix T10 PI tag escape and IP guard options for 28XX adaptersJoe Carnuccio2022-01-241-2/+4
* scsi: qla2xxx: edif: Fix clang warningQuinn Tran2022-01-241-3/+19
* scsi: qla2xxx: Fix warning for missing error codeNilesh Javali2022-01-241-0/+1
* scsi: qla2xxx: Fix device reconnect in loop topologyArun Easi2022-01-242-0/+20
* scsi: qla2xxx: Add ql2xnvme_queues module param to configure number of NVMe q...Shreyas Deodhar2022-01-244-2/+27
* scsi: qla2xxx: Fix wrong FDMI data for 64G adapterBikash Hazarika2022-01-241-1/+5
* scsi: qla2xxx: Add retry for exec firmwareQuinn Tran2022-01-241-1/+7
* scsi: qla2xxx: Fix scheduling while atomicQuinn Tran2022-01-241-6/+1
* scsi: qla2xxx: Fix premature hw access after PCI errorQuinn Tran2022-01-242-3/+16
* scsi: qla2xxx: Fix warning message due to adisc being flushedQuinn Tran2022-01-241-0/+6
* scsi: qla2xxx: Fix stuck session in gpdbQuinn Tran2022-01-241-3/+3
* scsi: qla2xxx: Implement ref count for SRBSaurav Kashyap2022-01-2413-70/+173
* scsi: qla2xxx: Refactor asynchronous command initializationDaniel Wagner2022-01-248-132/+76
* Linux 5.17-rc1Linus Torvalds2022-01-231-2/+2
* Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-01-2351-149/+354
|\
| * perf tools: Remove redundant err variableMinghao Chi2022-01-221-4/+1
| * perf test: Add parse-events test for aliases with hyphensJohn Garry2022-01-222-9/+82
| * perf test: Add pmu-events test for aliases with hyphensJohn Garry2022-01-222-0/+48
| * perf parse-events: Support event alias in form foo-bar-bazJohn Garry2022-01-224-4/+41
| * perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez2022-01-221-8/+17
| * perf cpumap: Remove duplicate include in cpumap.hLv Ruyi2022-01-221-1/+0
| * perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-2231-87/+99
| * perf python: Fix cpu_map__item() buildingIan Rogers2022-01-221-3/+3
| * perf script: Fix printing 'phys_addr' failure issueYao Jin2022-01-221-1/+1
| * tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscallArnaldo Carvalho de Melo2022-01-205-1/+8
| * tools headers UAPI: Sync x86 arch prctl headers with the kernel sourcesArnaldo Carvalho de Melo2022-01-191-12/+14
| * perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...Arnaldo Carvalho de Melo2022-01-191-1/+2
| * perf evlist: No need to setup affinities when disabling events for pid targetsArnaldo Carvalho de Melo2022-01-181-5/+9
| * perf evlist: No need to setup affinities when enabling events for pid targetsArnaldo Carvalho de Melo2022-01-181-5/+9