summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2021-01-25bio: don't copy bvec for direct IOPavel Begunkov
2021-01-25block/psi: remove PSI annotations from direct IOPavel Begunkov
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang
2021-01-24bsg: free the request before return error codePan Bian
2021-01-24block: Fix an error handling in add_partitionDinghao Liu
2021-01-24blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queueMing Lei
2021-01-24block: move three bvec helpers declaration into private helperMing Lei
2021-01-24block: set .bi_max_vecs as actual allocated vector numberMing Lei
2021-01-24block: don't allocate inline bvecs if this bioset needn't bvecsMing Lei
2021-01-24block: don't pass BIOSET_NEED_BVECS for q->bio_splitMing Lei
2021-01-24block: manage bio slab cache by xarrayMing Lei
2021-01-24bfq: don't duplicate code for different pathshuhai
2021-01-24blk-mq: Improve performance of non-mq IO schedulers with multiple HW queuesJan Kara
2021-01-24Revert "blk-mq, elevator: Count requests per hctx to improve performance"Jan Kara
2021-01-24block, bfq: do not expire a queue when it is the only busy onePaolo Valente
2021-01-24block, bfq: avoid spurious switches to soft_rt of interactive queuesPaolo Valente
2021-01-24block, bfq: do not raise non-default weightsPaolo Valente
2021-01-24block, bfq: increase time window for waker detectionPaolo Valente
2021-01-24block, bfq: set next_rq to waker_bfqq->next_rq in waker injectionJia Cheng Hu
2021-01-24block, bfq: use half slice_idle as a threshold to check short ttimePaolo Valente
2021-01-24block: use an xarray for disk->part_tblChristoph Hellwig
2021-01-24block: remove DISK_PITER_REVERSEChristoph Hellwig
2021-01-24block: add a disk_uevent helperChristoph Hellwig
2021-01-24blk-mq: use ->bi_bdev for I/O accountingChristoph Hellwig
2021-01-24block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig
2021-01-24block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig
2021-01-24block: simplify submit_bio_checks a bitChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2021-01-24block: propagate BLKROSET on the whole device to all partitionsChristoph Hellwig
2021-01-24block: add a hard-readonly flag to struct gendiskChristoph Hellwig
2021-01-24block: remove the NULL bdev check in bdev_read_onlyChristoph Hellwig
2021-01-10Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-01-08blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHAREDJohn Garry
2021-01-05block: fix use-after-free in disk_part_iter_nextMing Lei
2021-01-05bfq: Fix computation of shallow depthJan Kara
2021-01-05blk-iocost: fix NULL iocg deref from racing against initializationTejun Heo
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-12-29block: add debugfs stanza for QUEUE_FLAG_NOWAITblock-5.11-2021-01-01Andres Freund
2020-12-22block: update some copyrightsChristoph Hellwig
2020-12-17blk-mq: Don't complete on a remote CPU in force threaded modeSebastian Andrzej Siewior
2020-12-17blk-iocost: Add iocg idle state tracepointBaolin Wang
2020-12-16blk-mq: Remove 'running from the wrong CPU' warningDaniel Wagner
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-12blk-mq: fix msec comment from micro to milli secondsfor-5.11/block-2020-12-14Minwoo Im
2020-12-12blk-mq: update arg in comment of blk_mq_map_queueMinwoo Im
2020-12-12blk-mq: add helper allocating tagset->tagsMinwoo Im