aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-11/+6
2021-01-27block: split bio_kmalloc from bio_alloc_biosetChristoph Hellwig1-82/+85
2021-01-27blk-crypto: use bio_kmalloc in blk_crypto_clone_bioChristoph Hellwig1-1/+1
2021-01-27bfq: Use only idle IO periods for think time calculationsJan Kara1-1/+9
2021-01-27bfq: Use 'ttime' local variableJan Kara1-1/+1
2021-01-27bfq: Avoid false bfq queue mergingJan Kara1-0/+1
2021-01-26blkcg: delete redundant get/put operations for queueChunguang Xu1-5/+8
2021-01-26blk: wbt: remove unused parameter from wbt_should_throttleLei Chen1-2/+2
2021-01-26block: inherit BIO_REMAPPED when cloning biosChristoph Hellwig3-0/+6
2021-01-25bfq: bfq_check_waker() should be staticJens Axboe1-1/+2
2021-01-25block, bfq: make waker-queue detection more robustPaolo Valente2-110/+108
2021-01-25block, bfq: save also injection state on queue mergingPaolo Valente2-0/+13
2021-01-25block, bfq: save also weight-raised service on queue mergingPaolo Valente2-0/+3
2021-01-25block, bfq: fix switch back from soft-rt weitgh-raisingPaolo Valente1-2/+20
2021-01-25block, bfq: re-evaluate convenience of I/O plugging on rq arrivalsPaolo Valente1-5/+19
2021-01-25block, bfq: replace mechanism for evaluating I/O intensityPaolo Valente2-27/+52
2021-01-25block: skip bio_check_eod for partition-remapped biosChristoph Hellwig1-5/+6
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-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang3-6/+5
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang1-6/+4
2021-01-24bsg: free the request before return error codePan Bian1-1/+3
2021-01-24block: Fix an error handling in add_partitionDinghao Liu1-1/+1
2021-01-24blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queueMing Lei1-1/+1
2021-01-24block: move three bvec helpers declaration into private helperMing Lei1-0/+4
2021-01-24block: set .bi_max_vecs as actual allocated vector numberMing Lei1-1/+2
2021-01-24block: don't allocate inline bvecs if this bioset needn't bvecsMing Lei1-2/+5
2021-01-24block: don't pass BIOSET_NEED_BVECS for q->bio_splitMing Lei1-1/+1
2021-01-24block: manage bio slab cache by xarrayMing Lei1-67/+49
2021-01-24bfq: don't duplicate code for different pathshuhai1-3/+0
2021-01-24blk-mq: Improve performance of non-mq IO schedulers with multiple HW queuesJan Kara2-6/+61
2021-01-24Revert "blk-mq, elevator: Count requests per hctx to improve performance"Jan Kara3-12/+0
2021-01-24block, bfq: do not expire a queue when it is the only busy onePaolo Valente1-2/+20
2021-01-24block, bfq: avoid spurious switches to soft_rt of interactive queuesPaolo Valente1-20/+37
2021-01-24block, bfq: do not raise non-default weightsPaolo Valente1-3/+7
2021-01-24block, bfq: increase time window for waker detectionPaolo Valente1-1/+1
2021-01-24block, bfq: set next_rq to waker_bfqq->next_rq in waker injectionJia Cheng Hu1-1/+1
2021-01-24block, bfq: use half slice_idle as a threshold to check short ttimePaolo Valente1-3/+4
2021-01-24block: use an xarray for disk->part_tblChristoph Hellwig4-178/+19
2021-01-24block: remove DISK_PITER_REVERSEChristoph Hellwig1-30/+7
2021-01-24block: add a disk_uevent helperChristoph Hellwig1-13/+14
2021-01-24blk-mq: use ->bi_bdev for I/O accountingChristoph Hellwig3-51/+5
2021-01-24block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig1-10/+13
2021-01-24block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig1-2/+3
2021-01-24block: simplify submit_bio_checks a bitChristoph Hellwig1-25/+14
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig12-69/+55
2021-01-24block: propagate BLKROSET on the whole device to all partitionsChristoph Hellwig1-2/+1
2021-01-24block: add a hard-readonly flag to struct gendiskChristoph Hellwig3-19/+21
2021-01-24block: 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