summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-01-25bio: don't copy bvec for direct IOPavel Begunkov1-38/+29
2021-01-25block/psi: remove PSI annotations from direct IOPavel Begunkov1-0/+6
2021-01-25block: remove unnecessary argument from blk_execute_rqGuoqing Jiang3-6/+5
2021-01-25block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang1-6/+4
2021-01-25bsg: free the request before return error codePan Bian1-1/+3
2021-01-25block: Fix an error handling in add_partitionDinghao Liu1-1/+1
2021-01-25blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queueMing Lei1-1/+1
2021-01-25block: move three bvec helpers declaration into private helperMing Lei1-0/+4
2021-01-25block: set .bi_max_vecs as actual allocated vector numberMing Lei1-1/+2
2021-01-25block: don't allocate inline bvecs if this bioset needn't bvecsMing Lei1-2/+5
2021-01-25block: don't pass BIOSET_NEED_BVECS for q->bio_splitMing Lei1-1/+1
2021-01-25block: manage bio slab cache by xarrayMing Lei1-67/+49
2021-01-25bfq: don't duplicate code for different pathshuhai1-3/+0
2021-01-25blk-mq: Improve performance of non-mq IO schedulers with multiple HW queuesJan Kara2-6/+61
2021-01-25Revert "blk-mq, elevator: Count requests per hctx to improve performance"Jan Kara3-12/+0
2021-01-25block, bfq: do not expire a queue when it is the only busy onePaolo Valente1-2/+20
2021-01-25block, bfq: avoid spurious switches to soft_rt of interactive queuesPaolo Valente1-20/+37
2021-01-25block, bfq: do not raise non-default weightsPaolo Valente1-3/+7
2021-01-25block, bfq: increase time window for waker detectionPaolo Valente1-1/+1
2021-01-25block, bfq: set next_rq to waker_bfqq->next_rq in waker injectionJia Cheng Hu1-1/+1
2021-01-25block, bfq: use half slice_idle as a threshold to check short ttimePaolo Valente1-3/+4
2021-01-25block: use an xarray for disk->part_tblChristoph Hellwig4-178/+19
2021-01-25block: remove DISK_PITER_REVERSEChristoph Hellwig1-30/+7
2021-01-25block: add a disk_uevent helperChristoph Hellwig1-13/+14
2021-01-25blk-mq: use ->bi_bdev for I/O accountingChristoph Hellwig3-51/+5
2021-01-25block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig1-10/+13
2021-01-25block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig1-2/+3
2021-01-25block: simplify submit_bio_checks a bitChristoph Hellwig1-25/+14
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig12-69/+55
2021-01-25block: propagate BLKROSET on the whole device to all partitionsChristoph Hellwig1-2/+1
2021-01-25block: add a hard-readonly flag to struct gendiskChristoph Hellwig3-19/+21
2021-01-25block: remove the NULL bdev check in bdev_read_onlyChristoph Hellwig1-3/+0
2021-01-10Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds4-13/+23
2021-01-08blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHAREDJohn Garry1-0/+1
2021-01-05block: fix use-after-free in disk_part_iter_nextMing Lei1-4/+7
2021-01-05bfq: Fix computation of shallow depthJan Kara1-4/+4
2021-01-05blk-iocost: fix NULL iocg deref from racing against initializationTejun Heo1-5/+11
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-20/+27
2020-12-30block: add debugfs stanza for QUEUE_FLAG_NOWAITAndres Freund1-0/+1
2020-12-22block: update some copyrightsChristoph Hellwig2-0/+3
2020-12-17blk-mq: Don't complete on a remote CPU in force threaded modeSebastian Andrzej Siewior1-0/+8
2020-12-17blk-iocost: Add iocg idle state tracepointBaolin Wang1-0/+3
2020-12-17blk-mq: Remove 'running from the wrong CPU' warningDaniel Wagner1-25/+0
2020-12-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-12-17Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2-17/+18
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds18-943/+583
2020-12-15Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1
2020-12-12blk-mq: fix msec comment from micro to milli secondsMinwoo Im1-3/+3
2020-12-12blk-mq: update arg in comment of blk_mq_map_queueMinwoo Im1-1/+1
2020-12-12blk-mq: add helper allocating tagset->tagsMinwoo Im1-1/+7