summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-08block: add rq_qos_wait to rq_qosJosef Bacik2-0/+92
2018-12-08blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou4-11/+8
2018-12-08blkcg: change blkg reference counting to use percpu_refDennis Zhou2-12/+44
2018-12-08blkcg: remove bio_disassociate_task()Dennis Zhou2-12/+1
2018-12-08blkcg: remove additional reference to the cssDennis Zhou4-88/+69
2018-12-08blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou8-66/+32
2018-12-08blkcg: associate writeback bios with a blkgDennis Zhou6-11/+37
2018-12-08blkcg: associate a blkg for pages being evicted by swapDennis Zhou3-28/+42
2018-12-08blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou5-10/+11
2018-12-08blkcg: associate blkg when associating a deviceDennis Zhou5-12/+14
2018-12-08dm: set the static flush bio device on demandDennis Zhou2-1/+12
2018-12-08blkcg: introduce common blkg association logicDennis Zhou4-21/+62
2018-12-08blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou5-38/+44
2018-12-08blkcg: update blkg_lookup_create() to do lockingDennis Zhou3-5/+29
2018-12-08blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou5-14/+102
2018-12-08blk-mq: remove QUEUE_FLAG_POLL from default MQ flagsJens Axboe1-2/+1
2018-12-04block: enable polling by default if a poll map is initalizedChristoph Hellwig1-0/+2
2018-12-04block: only allow polling if a poll queue_map existsChristoph Hellwig2-21/+10
2018-12-04block: remove ->poll_fnChristoph Hellwig3-30/+19
2018-12-04nvme-mpath: remove I/O polling supportChristoph Hellwig1-16/+0
2018-12-04nvme-rdma: remove I/O polling supportChristoph Hellwig1-24/+0
2018-12-04nvme-pci: remove the CQ lock for interrupt driven queuesChristoph Hellwig1-11/+26
2018-12-04nvme-pci: don't poll from irq context when deleting queuesChristoph Hellwig1-8/+19
2018-12-04nvme-pci: refactor nvme_disable_io_queuesChristoph Hellwig1-21/+20
2018-12-04nvme-pci: consolidate code for polling non-dedicated queuesChristoph Hellwig1-23/+12
2018-12-04nvme-pci: only allow polling with separate poll queuesChristoph Hellwig1-13/+5
2018-12-04nvme-pci: cleanup SQ allocation a bitChristoph Hellwig1-18/+15
2018-12-04nvme-pci: use atomic bitops to mark a queue enabledChristoph Hellwig1-28/+15
2018-12-04block: move queues types to the block layerChristoph Hellwig4-62/+51
2018-12-04aio: clear IOCB_HIPRIChristoph Hellwig1-3/+8
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe655-3926/+7593
2018-12-04sbitmap: fix sbitmap_for_each_set()Omar Sandoval1-4/+6
2018-12-04blk-mq: don't call ktime_get_ns() if we don't need itJens Axboe1-2/+17
2018-12-03Linux 4.20-rc5v4.20-rc5Linus Torvalds1-1/+1
2018-12-02Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds24-33/+176
2018-12-02Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-164/+37
2018-12-02Merge tag 'dmaengine-fix-4.20-rc5' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds1-1/+9
2018-12-01Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds26-282/+780
2018-12-01Merge tag 'for-linus-20181201' of git://git.kernel.dk/linux-blockLinus Torvalds6-7/+14
2018-12-01Merge tag 'pci-v4.20-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-24/+13
2018-12-01block: add cmd_flags to print_req_errorBalbir Singh1-4/+5
2018-12-01Merge remote-tracking branch 'lorenzo/pci/controller-fixes' into for-linusBjorn Helgaas3-11/+2
2018-12-01PCI: Fix incorrect value returned from pcie_get_speed_cap()Mikulas Patocka1-13/+11
2018-12-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds25-177/+319
2018-12-01Merge tag 'mips_fixes_4.20_4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-25/+25
2018-12-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds6-6/+59
2018-12-01Merge tag 'gcc-plugins-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+3
2018-12-01Merge tag 'fscache-fixes-20181130' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-9/+17
2018-12-01MAINTAINERS: Update linux-mips mailing list addressPaul Burton1-23/+23
2018-12-01ocfs2: fix potential use after freePan Bian1-1/+1