aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * scsi: ufs-pci: Fix recovery from hibernate exit errors for Intel controllersAdrian Hunter2020-12-091-0/+17
| * scsi: ufs-pci: Ensure UFS device is in PowerDown mode for suspend-to-disk ->p...Adrian Hunter2020-12-091-2/+32
| * scsi: ufs-pci: Fix restore from S4 for Intel controllersAdrian Hunter2020-12-091-0/+20
| * scsi: ufs-mediatek: Keep VCC always-on for specific devicesStanley Chu2020-12-092-0/+22
| * scsi: ufs: Allow regulators being always-onStanley Chu2020-12-092-1/+2
| * scsi: ufs: Clear UAC for RPMB after ufshcd resetsRandall Huang2020-12-091-9/+5
| * scsi: ufs: Fix wrong print message in dev_err()Bean Huo2020-12-091-1/+1
| * scsi: ufs: Remove unused macro definition POWER_DESC_MAX_SIZEBean Huo2020-12-091-1/+0
* | Merge tag 'block-5.11-2021-01-01' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-012-1/+2
|\ \
| * | block: add debugfs stanza for QUEUE_FLAG_NOWAITAndres Freund2020-12-291-0/+1
| * | fs: block_dev.c: fix kernel-doc warnings from struct block_device changesRandy Dunlap2020-12-291-1/+1
* | | Merge tag 'io_uring-5.11-2021-01-01' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-013-21/+43
|\ \ \
| * | | kernel/io_uring: cancel io_uring before task worksPavel Begunkov2020-12-302-2/+2
| * | | io_uring: fix io_sqe_files_unregister() hangsPavel Begunkov2020-12-301-2/+22
| * | | io_uring: add a helper for setting a ref nodePavel Begunkov2020-12-301-10/+12
| * | | io_uring: don't assume mm is constant across submitsJens Axboe2020-12-291-7/+7
| |/ /
* | | depmod: handle the case of /sbin/depmod without /sbin in PATHLinus Torvalds2021-01-011-0/+2
* | | Merge tag 'ceph-for-5.11-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2020-12-303-36/+36
|\ \ \
| * | | libceph: add __maybe_unused to DEFINE_MSGR2_FEATUREIlya Dryomov2020-12-281-2/+2
| * | | libceph: align session_key and con_secret to 16 bytesIlya Dryomov2020-12-281-2/+10
| * | | libceph: fix auth_signature buffer allocation in secure modeIlya Dryomov2020-12-281-1/+2
| * | | ceph: reencode gid_list when reconnectingIlya Dryomov2020-12-281-31/+22
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-2942-91/+101
|\ \ \
| * | | mm: slub: call account_slab_page() after slab page initializationRoman Gushchin2020-12-291-3/+2
| * | | zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.cRandy Dunlap2020-12-294-19/+9
| * | | lib/zlib: fix inflating zlib streams on s390Ilya Leoshkevich2020-12-291-2/+2
| * | | lib/genalloc: fix the overflow when size is too bigHuang Shijie2020-12-291-12/+13
| * | | kdev_t: always inline major/minor helper functionsJosh Poimboeuf2020-12-291-11/+11
| * | | sizes.h: add SZ_8G/SZ_16G/SZ_32G macrosHuang Shijie2020-12-291-0/+3
| * | | local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-2922-21/+1
| * | | kasan: fix null pointer dereference in kasan_record_aux_stackWalter Wu2020-12-291-0/+2
| * | | mm: generalise COW SMC TLB flushing race commentNicholas Piggin2020-12-291-3/+5
| * | | mm/mremap.c: fix extent calculationKalesh Singh2020-12-291-1/+3
| * | | mm: memmap defer init doesn't work as expectedBaoquan He2020-12-294-8/+11
| * | | mm: add prototype for __add_to_page_cache_locked()Souptick Joarder2020-12-291-0/+7