summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2021-02-08block: turn the nr_iovecs argument to bio_alloc* into an unsigned shortChristoph Hellwig-2/+2
2021-02-08block: remove the 1 and 4 vec bvec_slabs entriesChristoph Hellwig-37/+16
2021-02-08block: streamline bvec_allocChristoph Hellwig-16/+10
2021-02-08block: factor out a bvec_alloc_gfp helperChristoph Hellwig-9/+11
2021-02-08block: move struct biovec_slab to bio.cChristoph Hellwig-0/+6
2021-02-08block: reuse BIO_INLINE_VECS for integrity bvecsChristoph Hellwig-10/+3
2021-02-06Merge tag 'block-5.11-2021-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+4
2021-02-02bfq-iosched: Revert "bfq: Fix computation of shallow depth"Lin Feng-4/+4
2021-02-02block: fix memory leak of bvecMing Lei-1/+1
2021-02-01block/keyslot-manager: introduce devm_blk_ksm_init()Eric Biggers-0/+29
2021-01-29Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds-11/+22
2021-01-29block: drop removed argument from kernel-doc of blk_execute_rq()Lukas Bulwahn-1/+0
2021-01-29block: remove typo in kernel-doc of set_disk_ro()Lukas Bulwahn-1/+1
2021-01-28blk-cgroup: Remove obsolete macroBaolin Wang-2/+0
2021-01-28block: fix bd_size_lock useDamien Le Moal-4/+7
2021-01-28blk-cgroup: Use cond_resched() when destroy blkgsBaolin Wang-5/+13
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig-11/+6
2021-01-27block: split bio_kmalloc from bio_alloc_biosetChristoph Hellwig-82/+85
2021-01-27blk-crypto: use bio_kmalloc in blk_crypto_clone_bioChristoph Hellwig-1/+1
2021-01-27bfq: Use only idle IO periods for think time calculationsJan Kara-1/+9
2021-01-27bfq: Use 'ttime' local variableJan Kara-1/+1
2021-01-27bfq: Avoid false bfq queue mergingJan Kara-0/+1
2021-01-26blkcg: delete redundant get/put operations for queueChunguang Xu-5/+8
2021-01-26blk: wbt: remove unused parameter from wbt_should_throttleLei Chen-2/+2
2021-01-26block: inherit BIO_REMAPPED when cloning biosChristoph Hellwig-0/+6
2021-01-25bfq: bfq_check_waker() should be staticJens Axboe-1/+2
2021-01-25block, bfq: make waker-queue detection more robustPaolo Valente-110/+108
2021-01-25block, bfq: save also injection state on queue mergingPaolo Valente-0/+13
2021-01-25block, bfq: save also weight-raised service on queue mergingPaolo Valente-0/+3
2021-01-25block, bfq: fix switch back from soft-rt weitgh-raisingPaolo Valente-2/+20
2021-01-25block, bfq: re-evaluate convenience of I/O plugging on rq arrivalsPaolo Valente-5/+19
2021-01-25block, bfq: replace mechanism for evaluating I/O intensityPaolo Valente-27/+52
2021-01-25block: skip bio_check_eod for partition-remapped biosChristoph Hellwig-5/+6
2021-01-25bio: don't copy bvec for direct IOPavel Begunkov-38/+29
2021-01-25block/psi: remove PSI annotations from direct IOPavel Begunkov-0/+6
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang-6/+5
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang-6/+4
2021-01-24bsg: free the request before return error codePan Bian-1/+3
2021-01-24block: Fix an error handling in add_partitionDinghao Liu-1/+1
2021-01-24blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queueMing Lei-1/+1
2021-01-24block: move three bvec helpers declaration into private helperMing Lei-0/+4
2021-01-24block: set .bi_max_vecs as actual allocated vector numberMing Lei-1/+2
2021-01-24block: don't allocate inline bvecs if this bioset needn't bvecsMing Lei-2/+5
2021-01-24block: don't pass BIOSET_NEED_BVECS for q->bio_splitMing Lei-1/+1
2021-01-24block: manage bio slab cache by xarrayMing Lei-67/+49
2021-01-24bfq: don't duplicate code for different pathshuhai-3/+0
2021-01-24blk-mq: Improve performance of non-mq IO schedulers with multiple HW queuesJan Kara-6/+61
2021-01-24Revert "blk-mq, elevator: Count requests per hctx to improve performance"Jan Kara-12/+0
2021-01-24block, bfq: do not expire a queue when it is the only busy onePaolo Valente-2/+20
2021-01-24block, bfq: avoid spurious switches to soft_rt of interactive queuesPaolo Valente-20/+37