summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: fix the problem of io_ticks becoming smallerChunguang Xu2021-07-201-1/+1
* partitions: msdos: fix one-byte get_unaligned()Arnd Bergmann2021-07-203-17/+12
* rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara2021-07-191-2/+2
* blk-mq: update hctx->dispatch_busy in case of real schedulerMing Lei2021-07-141-3/+0
* block: fix trace completion for chained bioEdward Hsieh2021-07-141-7/+6
* blk-wbt: make sure throttle is enabled properlyZhang Yi2021-07-141-1/+5
* blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl...Zhang Yi2021-07-142-2/+4
* block: avoid double io accounting for flush requestMing Lei2021-07-141-2/+1
* block: fix discard request mergeMing Lei2021-07-141-2/+6
* block: fix race between adding/removing rq qos and normal IOMing Lei2021-07-141-0/+24
* blk-mq: clear stale request in tags->rq[] before freeing one request poolMing Lei2021-07-143-7/+54
* blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iterMing Lei2021-07-143-16/+43
* blk-mq: Swap two calls in blk_mq_exit_queue()Bart Van Assche2021-05-191-2/+4
* blk-mq: plug request for shared sbitmapMing Lei2021-05-191-2/+3
* kyber: fix out of bounds access when preemptedOmar Sandoval2021-05-194-9/+10
* blk-iocost: fix weight updates of inner active iocgsTejun Heo2021-05-191-2/+12
* block, bfq: fix weight-raising resume with !low_latencyPaolo Valente2021-05-121-2/+8
* 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