summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/bfq: update comments and default value in docs for fifo_expireJoseph Qi2021-03-021-1/+1
* block: Drop leftover references to RQF_SORTEDJean Delvare2021-03-012-6/+1
* block: revert "block: fix bd_size_lock use"Damien Le Moal2021-02-282-7/+4
* Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-2814-92/+79
|\
| * block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-3/+1
| * block: memory allocations in bounce_clone_bio must not failChristoph Hellwig2021-02-241-3/+2
| * block: remove the gfp_mask argument to bounce_clone_bioChristoph Hellwig2021-02-241-6/+6
| * block: fix bounce_clone_bio for passthrough biosChristoph Hellwig2021-02-241-8/+9
| * block-crypto-fallback: use a bio_set for splitting biosChristoph Hellwig2021-02-241-2/+10
| * block: fix logging on capacity changeMing Lei2021-02-231-1/+1
| * blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka2021-02-231-0/+12
| * block: reopen the device in blkdev_reread_partChristoph Hellwig2021-02-231-7/+14
| * block: don't skip empty device in in disk_ueventChristoph Hellwig2021-02-231-1/+1
| * kyber: introduce kyber_depth_updated()Yang Yang2021-02-221-16/+13
| * block: fix potential IO hang when turning off io_pollJeffle Xu2021-02-221-2/+5
| * block: get rid of the trace rq insert wrapperChaitanya Kulkarni2021-02-226-10/+10
| * block: Remove unused blk_pm_*() function definitionsBart Van Assche2021-02-221-38/+0
* | 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