summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | block, bfq: make shared queues inherit wakersPaolo Valente2021-03-251-3/+39
| * | block, bfq: put reqs of waker and woken in dispatch listPaolo Valente2021-03-251-1/+43
| * | block, bfq: always inject I/O of queues blocked by wakersPaolo Valente2021-03-252-5/+35
| * | blk-mq: Sentence reconstruct for better readabilityBhaskar Chowdhury2021-03-251-2/+2
* | | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-272-2/+4
|\ \ \
| * | | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-082-2/+4
* | | | block: return -EBUSY when there are open partitions in blkdev_reread_partChristoph Hellwig2021-04-211-0/+2
|/ / /
* | | block: remove the unused RQF_ALLOCED flagChristoph Hellwig2021-04-021-1/+0
* | | block: only update parent bi_status when bio failYufen Yu2021-03-311-1/+1
* | | block: don't create too many partitionsMing Lei2021-03-271-0/+7
* | | block: support zone append bvecsJohannes Thumshirn2021-03-241-3/+18
* | | block: recalculate segment count for multi-segment discards correctlyDavid Jeffery2021-03-231-0/+8
|/ /
* | block: Discard page cache of zone reset target rangeShin'ichiro Kawasaki2021-03-111-2/+36
* | block: Suppress uevent for hidden device when removedDaniel Wagner2021-03-111-3/+1
* | block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-115-13/+13
* | block: Fix REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal2021-03-101-1/+1
* | blk-cgroup: Fix the recursive blkg rwstatXunlei Pang2021-03-051-1/+2
* | 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