summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: tcmu: Fix use-after-free of se_cmd->privShin'ichiro Kawasaki2021-01-141-3/+8
* scsi: fnic: Fix memleak in vnic_dev_init_devcmd2Dinghao Liu2021-01-121-3/+5
* scsi: libfc: Avoid invoking response handler twice if ep is already completedJaved Hasan2021-01-121-2/+14
* scsi: scsi_transport_srp: Don't block target in failfast stateMartin Wilck2021-01-121-1/+8
* scsi: docs: ABI: sysfs-driver-ufs: Rectify table formattingLukas Bulwahn2021-01-121-4/+6
* scsi: ufs: Fix tm request when non-fatal error happensJaegeuk Kim2021-01-071-5/+13
* scsi: ufs: Fix livelock of ufshcd_clear_ua_wluns()Jaegeuk Kim2021-01-071-7/+12
* scsi: ibmvfc: Fix missing cast of ibmvfc_event pointer to u64 handleTyrel Datwyler2021-01-071-2/+2
* scsi: ufs: ufshcd-pltfrm depends on HAS_IOMEMRandy Dunlap2021-01-071-0/+1
* scsi: megaraid_sas: Fix MEGASAS_IOC_FIRMWARE regressionArnd Bergmann2021-01-071-4/+2
* scsi: docs: ABI: sysfs-driver-ufs: Add DeepSleep power modeAdrian Hunter2021-01-071-14/+20
* scsi: sd: Remove obsolete variable in sd_remove()Lukas Bulwahn2021-01-051-2/+0
* scsi: sd: Suppress spurious errors when WRITE SAME is being disabledEwan D. Milne2021-01-051-1/+3
* scsi: scsi_debug: Fix memleak in scsi_debug_init()Dinghao Liu2021-01-051-2/+3
* scsi: mpt3sas: Fix spelling mistake in Kconfig "compatiblity" -> "compatibility"Colin Ian King2021-01-051-1/+1
* scsi: qedi: Correct max length of CHAP secretNilesh Javali2021-01-051-2/+2
* scsi: ufs: Correct the LUN used in eh_device_reset_handler() callbackCan Guo2021-01-051-7/+4
* scsi: ufs: Relocate flush of exceptional eventKiwoong Kim2021-01-051-2/+2
* scsi: ufs: Relax the condition of UFSHCI_QUIRK_SKIP_MANUAL_WB_FLUSH_CTRLStanley Chu2021-01-051-4/+2
* scsi: ufs: Fix possible power drain during system suspendStanley Chu2021-01-051-1/+2
* Merge branch '5.11/scsi-postmerge' into 5.11/scsi-fixesMartin K. Petersen2021-01-045-26/+123
|\
| * scsi: hisi_sas: Expose HW queues for v2 hwJohn Garry2020-12-213-13/+68
| * Revert "Revert "scsi: megaraid_sas: Added support for shared host tagset for ...Martin K. Petersen2020-12-162-13/+55
* | Linux 5.11-rc2v5.11-rc2Linus Torvalds2021-01-031-1/+1
* | Merge tag 's390-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-01-024-21/+35
|\ \
| * | s390/Kconfig: sort config S390 select list once againHeiko Carstens2020-12-301-14/+17
| * | s390: update defconfigsHeiko Carstens2020-12-303-7/+18
* | | Merge tag 'pm-5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-01-024-5/+48
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki2021-01-023-3/+41
| |\ \ \ \
| | | * | | intel_idle: add SnowRidge C-state tableArtem Bityutskiy2020-12-301-1/+40
| | | * | | MAINTAINERS: include governors into CPU IDLE TIME MANAGEMENT FRAMEWORKLukas Bulwahn2020-12-221-1/+1
| | * | | | cpufreq: intel_pstate: Fix fast-switch fallback pathRafael J. Wysocki2020-12-301-1/+0
| | | |/ / | | |/| |
| * | | | Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2020-12-301-2/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | opp: Call the missing clk_put() on errorViresh Kumar2020-12-281-1/+4
| | * | | opp: fix memory leak in _allocate_opp_tableQuanyang Wang2020-12-281-2/+4
| |/ / /
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-01-0121-86/+208
|\ \ \ \
| * | | | scsi: cxgb4i: Fix TLS dependencyRandy Dunlap2020-12-091-0/+1
| * | | | scsi: ufs: Un-inline ufshcd_vops_device_reset functionStanley Chu2020-12-092-19/+27
| * | | | scsi: ufs: Re-enable WriteBooster after device resetStanley Chu2020-12-091-1/+6
| * | | | scsi: ufs-mediatek: Use correct path to fix compile errorZhen Lei2020-12-091-1/+1
| * | | | scsi: mpt3sas: Signedness bug in _base_get_diag_triggers()Dan Carpenter2020-12-091-1/+1
| * | | | scsi: block: Do not accept any requests while suspendedAlan Stern2020-12-093-8/+25
| * | | | scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche2020-12-095-14/+4
| * | | | scsi: core: Only process PM requests if rpm_status != RPM_ACTIVEBart Van Assche2020-12-091-13/+14
| * | | | scsi: scsi_transport_spi: Set RQF_PM for domain validation commandsBart Van Assche2020-12-091-8/+19
| * | | | scsi: ide: Mark power management requests with RQF_PM instead of RQF_PREEMPTBart Van Assche2020-12-092-2/+2
| * | | | scsi: ide: Do not set the RQF_PREEMPT flag for sense requestsBart Van Assche2020-12-092-6/+0
| * | | | scsi: block: Introduce BLK_MQ_REQ_PMBart Van Assche2020-12-093-3/+8
| * | | | scsi: block: Fix a race in the runtime power management codeBart Van Assche2020-12-091-6/+9
| * | | | scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel controllersAdrian Hunter2020-12-091-0/+2