summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.12/block-ipi-2021-02-21' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-221-68/+41
|\
| * blk-mq: Use llist_head for blk_cpu_doneSebastian Andrzej Siewior2021-02-121-56/+41
| * blk-mq: Always complete remote completions requests in softirqSebastian Andrzej Siewior2021-02-121-13/+1
* | Merge tag 'for-5.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-222-0/+147
|\ \
| * | dm: support key eviction from keyslot managers of underlying devicesSatya Tangirala2021-02-111-0/+1
| * | block/keyslot-manager: Introduce functions for device mapper supportSatya Tangirala2021-02-111-0/+107
| * | block/keyslot-manager: Introduce passthrough keyslot managerSatya Tangirala2021-02-111-0/+39
* | | Merge tag 'mmc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2021-02-221-0/+29
|\ \ \
| * | | block/keyslot-manager: introduce devm_blk_ksm_init()Eric Biggers2021-02-011-0/+29
* | | | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-2126-930/+848
|\ \ \ \
| * | | | block: introduce blk_queue_clear_zone_settings()Damien Le Moal2021-02-103-0/+21
| * | | | block: introduce zone_write_granularity limitDamien Le Moal2021-02-102-1/+44
| * | | | block: use blk_queue_set_zoned in add_partition()Damien Le Moal2021-02-101-1/+1
| * | | | block: use bi_max_vecs to find the bvec poolChristoph Hellwig2021-02-083-71/+50
| * | | | block: mark the bio as cloned in bio_iov_bvec_setChristoph Hellwig2021-02-081-1/+1
| * | | | block: set BIO_NO_PAGE_REF in bio_iov_bvec_setChristoph Hellwig2021-02-081-3/+2
| * | | | block: remove a layer of indentation in bio_iov_iter_get_pagesChristoph Hellwig2021-02-081-7/+7
| * | | | block: turn the nr_iovecs argument to bio_alloc* into an unsigned shortChristoph Hellwig2021-02-081-2/+2
| * | | | block: remove the 1 and 4 vec bvec_slabs entriesChristoph Hellwig2021-02-081-37/+16
| * | | | block: streamline bvec_allocChristoph Hellwig2021-02-081-16/+10
| * | | | block: factor out a bvec_alloc_gfp helperChristoph Hellwig2021-02-081-9/+11
| * | | | block: move struct biovec_slab to bio.cChristoph Hellwig2021-02-081-0/+6
| * | | | block: reuse BIO_INLINE_VECS for integrity bvecsChristoph Hellwig2021-02-083-10/+3
| | |/ / | |/| |
| * | | block: fix memory leak of bvecMing Lei2021-02-021-1/+1
| * | | block: drop removed argument from kernel-doc of blk_execute_rq()Lukas Bulwahn2021-01-291-1/+0
| * | | block: remove typo in kernel-doc of set_disk_ro()Lukas Bulwahn2021-01-291-1/+1
| * | | blk-cgroup: Remove obsolete macroBaolin Wang2021-01-281-2/+0
| * | | block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-11/+6
| * | | block: split bio_kmalloc from bio_alloc_biosetChristoph Hellwig2021-01-271-82/+85
| * | | blk-crypto: use bio_kmalloc in blk_crypto_clone_bioChristoph Hellwig2021-01-271-1/+1
| * | | bfq: Use only idle IO periods for think time calculationsJan Kara2021-01-271-1/+9
| * | | bfq: Use 'ttime' local variableJan Kara2021-01-271-1/+1
| * | | bfq: Avoid false bfq queue mergingJan Kara2021-01-271-0/+1
| * | | blkcg: delete redundant get/put operations for queueChunguang Xu2021-01-261-5/+8
| * | | blk: wbt: remove unused parameter from wbt_should_throttleLei Chen2021-01-261-2/+2
| * | | block: inherit BIO_REMAPPED when cloning biosChristoph Hellwig2021-01-263-0/+6
| * | | bfq: bfq_check_waker() should be staticJens Axboe2021-01-251-1/+2
| * | | block, bfq: make waker-queue detection more robustPaolo Valente2021-01-252-110/+108
| * | | block, bfq: save also injection state on queue mergingPaolo Valente2021-01-252-0/+13
| * | | block, bfq: save also weight-raised service on queue mergingPaolo Valente2021-01-252-0/+3
| * | | block, bfq: fix switch back from soft-rt weitgh-raisingPaolo Valente2021-01-251-2/+20
| * | | block, bfq: re-evaluate convenience of I/O plugging on rq arrivalsPaolo Valente2021-01-251-5/+19
| * | | block, bfq: replace mechanism for evaluating I/O intensityPaolo Valente2021-01-252-27/+52
| * | | block: skip bio_check_eod for partition-remapped biosChristoph Hellwig2021-01-251-5/+6
| * | | bio: don't copy bvec for direct IOPavel Begunkov2021-01-251-38/+29
| * | | block/psi: remove PSI annotations from direct IOPavel Begunkov2021-01-251-0/+6
| * | | block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-243-6/+5
| * | | block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang2021-01-241-6/+4
| * | | bsg: free the request before return error codePan Bian2021-01-241-1/+3
| * | | block: move three bvec helpers declaration into private helperMing Lei2021-01-241-0/+4