summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: move more syncing and invalidation to delete_partitionChristoph Hellwig2021-04-082-7/+4
* block: remove invalidate_partitionChristoph Hellwig2021-04-081-14/+11
* dasd: use bdev_disk_changed instead of blk_drop_partitionsChristoph Hellwig2021-04-081-4/+0
* blk-zoned: Remove the definition of blk_zone_start()Bart Van Assche2021-04-071-8/+0
* blk-mq: set default elevator as deadline in case of hctx shared tagsetMing Lei2021-04-071-1/+2
* block: stop calling blk_queue_bounce for passthrough requestsChristoph Hellwig2021-04-062-95/+32
* block: refactor the bounce buffering codeChristoph Hellwig2021-04-064-72/+27
* block: remove BLK_BOUNCE_ISA supportChristoph Hellwig2021-04-066-119/+30
* blk-mq: Always use blk_mq_is_sbitmap_sharedNikolay Borisov2021-04-061-2/+2
* block: add sysfs entry for virt boundary maskMax Gurtovoy2021-04-061-1/+8
* block, bfq: merge bursts of newly-created queuesPaolo Valente2021-03-253-10/+266
* block, bfq: keep shared queues out of the waker mechanismPaolo Valente2021-03-251-1/+11
* block, bfq: fix weight-raising resume with !low_latencyPaolo Valente2021-03-251-2/+8
* 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
* 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