aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2021-02-22Merge tag 'for-5.12/block-ipi-2021-02-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-22Merge tag 'for-5.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-22Merge tag 'mmc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-12blk-mq: Use llist_head for blk_cpu_doneSebastian Andrzej Siewior
2021-02-12blk-mq: Always complete remote completions requests in softirqSebastian Andrzej Siewior
2021-02-11dm: support key eviction from keyslot managers of underlying devicesSatya Tangirala
2021-02-11block/keyslot-manager: Introduce functions for device mapper supportSatya Tangirala
2021-02-11block/keyslot-manager: Introduce passthrough keyslot managerSatya Tangirala
2021-02-10block: introduce blk_queue_clear_zone_settings()Damien Le Moal
2021-02-10block: introduce zone_write_granularity limitDamien Le Moal
2021-02-10block: use blk_queue_set_zoned in add_partition()Damien Le Moal
2021-02-09block: add bio_add_zone_append_pageJohannes Thumshirn
2021-02-08block: use bi_max_vecs to find the bvec poolChristoph Hellwig
2021-02-08block: mark the bio as cloned in bio_iov_bvec_setChristoph Hellwig
2021-02-08block: set BIO_NO_PAGE_REF in bio_iov_bvec_setChristoph Hellwig
2021-02-08block: remove a layer of indentation in bio_iov_iter_get_pagesChristoph Hellwig
2021-02-08block: turn the nr_iovecs argument to bio_alloc* into an unsigned shortChristoph Hellwig
2021-02-08block: remove the 1 and 4 vec bvec_slabs entriesChristoph Hellwig
2021-02-08block: streamline bvec_allocChristoph Hellwig
2021-02-08block: factor out a bvec_alloc_gfp helperChristoph Hellwig
2021-02-08block: move struct biovec_slab to bio.cChristoph Hellwig
2021-02-08block: reuse BIO_INLINE_VECS for integrity bvecsChristoph Hellwig
2021-02-06Merge tag 'block-5.11-2021-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-02bfq-iosched: Revert "bfq: Fix computation of shallow depth"Lin Feng
2021-02-02block: fix memory leak of bvecMing Lei
2021-02-01block/keyslot-manager: introduce devm_blk_ksm_init()Eric Biggers
2021-01-29Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-01-29block: drop removed argument from kernel-doc of blk_execute_rq()Lukas Bulwahn
2021-01-29block: remove typo in kernel-doc of set_disk_ro()Lukas Bulwahn
2021-01-28blk-cgroup: Remove obsolete macroBaolin Wang
2021-01-28block: fix bd_size_lock useDamien Le Moal
2021-01-28blk-cgroup: Use cond_resched() when destroy blkgsBaolin Wang
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2021-01-27block: split bio_kmalloc from bio_alloc_biosetChristoph Hellwig
2021-01-27blk-crypto: use bio_kmalloc in blk_crypto_clone_bioChristoph Hellwig
2021-01-27bfq: Use only idle IO periods for think time calculationsJan Kara
2021-01-27bfq: Use 'ttime' local variableJan Kara
2021-01-27bfq: Avoid false bfq queue mergingJan Kara
2021-01-26blkcg: delete redundant get/put operations for queueChunguang Xu
2021-01-26blk: wbt: remove unused parameter from wbt_should_throttleLei Chen
2021-01-26block: inherit BIO_REMAPPED when cloning biosChristoph Hellwig
2021-01-25bfq: bfq_check_waker() should be staticJens Axboe
2021-01-25block, bfq: make waker-queue detection more robustPaolo Valente
2021-01-25block, bfq: save also injection state on queue mergingPaolo Valente
2021-01-25block, bfq: save also weight-raised service on queue mergingPaolo Valente
2021-01-25block, bfq: fix switch back from soft-rt weitgh-raisingPaolo Valente
2021-01-25block, bfq: re-evaluate convenience of I/O plugging on rq arrivalsPaolo Valente
2021-01-25block, bfq: replace mechanism for evaluating I/O intensityPaolo Valente
2021-01-25block: skip bio_check_eod for partition-remapped biosChristoph Hellwig