summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-2147-659/+1430
|\
| * block: cancel all throttled bios in del_gendisk()Yu Kuai2022-03-183-1/+41
| * block: let blkcg_gq grab request queue's refcntMing Lei2022-03-181-0/+5
| * block: avoid use-after-free on throttle dataMing Lei2022-03-181-1/+11
| * block: limit request dispatch loop durationShin'ichiro Kawasaki2022-03-171-1/+8
| * block/bfq-iosched: Fix spelling mistake "tenative" -> "tentative"Colin Ian King2022-03-161-1/+1
| * block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo2022-03-142-0/+28
| * block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo2022-03-143-12/+13
| * block: flush plug based on hardware and software queue orderJens Axboe2022-03-111-31/+28
| * block: ensure plug merging checks the correct queue at least onceJens Axboe2022-03-111-6/+14
| * block: move rq_qos_exit() into disk_release()Ming Lei2022-03-081-2/+1
| * block: do more work in elevator_exitChristoph Hellwig2022-03-082-6/+3
| * block: move blk_exit_queue into disk_releaseMing Lei2022-03-082-17/+30
| * block: move q_usage_counter release into blk_queue_releaseMing Lei2022-03-082-2/+2
| * block: don't remove hctx debugfs dir from blk_mq_exit_queueMing Lei2022-03-081-1/+0
| * block: move blkcg initialization/destroy into disk allocation/release handlerMing Lei2022-03-083-12/+9
| * blk-mq: handle already freed tags gracefully in blk_mq_free_rqsMing Lei2022-03-081-0/+3
| * blk-mq: do not include passthrough requests in I/O accountingChristoph Hellwig2022-03-082-4/+9
| * blk-mq: manage hctx map via xarrayMing Lei2022-03-084-40/+28
| * blk-mq: prepare for implementing hctx table via xarrayMing Lei2022-03-085-28/+35
| * blk-mq: reconfigure poll after queue map is changedMing Lei2022-03-081-3/+13
| * blk-mq: simplify reallocation of hw ctxs a bitMing Lei2022-03-081-19/+14
| * blk-mq: figure out correct numa node for hw queueMing Lei2022-03-081-6/+30
| * Revert "Revert "block, bfq: honor already-setup queue merges""Paolo Valente2022-03-081-3/+13
| * block: remove bio_devnameChristoph Hellwig2022-03-071-6/+0
| * block: remove handle_bad_sectorChristoph Hellwig2022-03-071-12/+5
| * block: fix and cleanup bio_check_roChristoph Hellwig2022-03-071-6/+2
| * bfq: fix use-after-free in bfq_dispatch_requestZhang Wensheng2022-03-051-7/+8
| * blk-crypto: show crypto capabilities in sysfsEric Biggers2022-02-285-1/+195
| * block: don't delete queue kobject before its childrenEric Biggers2022-02-281-3/+5
| * block: simplify calling convention of elv_unregister_queue()Eric Biggers2022-02-282-6/+5
| * block: remove redundant semicolonNian Yanchuan2022-02-271-1/+1
| * block: default BLOCK_LEGACY_AUTOLOAD to yChristoph Hellwig2022-02-272-6/+4
| * block: update io_ticks when io hangZhang Wensheng2022-02-221-2/+12
| * block, bfq: don't move oom_bfqqYu Kuai2022-02-181-0/+6
| * block, bfq: avoid moving bfqq to it's parent bfqgYu Kuai2022-02-181-1/+9
| * block, bfq: cleanup bfq_bfqq_to_bfqg()Yu Kuai2022-02-183-18/+2
| * block/bfq_wf2q: correct weight to ioprioYahu Gao2022-02-161-1/+1
| * blk-mq: avoid extending delays of active hctx from blk_mq_delay_run_hw_queuesDavid Jeffery2022-02-161-0/+8
| * block: add a ->free_disk methodChristoph Hellwig2022-02-161-0/+5
| * block: revert 4f1e9630afe6 ("blk-throtl: optimize IOPS throttle for large IO ...Ming Lei2022-02-162-33/+0
| * block: don't try to throttle split bio if iops limit isn't setMing Lei2022-02-162-7/+25
| * block: throttle split bio in case of iops limitMing Lei2022-02-163-7/+7
| * block: merge submit_bio_checks() into submit_bio_noacctMing Lei2022-02-161-108/+101
| * block: don't check bio in blk_throtl_dispatch_work_fnMing Lei2022-02-163-14/+19
| * block: don't declare submit_bio_checks in local headerMing Lei2022-02-162-2/+1
| * block: move blk_crypto_bio_prep() out of blk-mq.cMing Lei2022-02-162-16/+8
| * block: move submit_bio_checks() into submit_bio_noacctMing Lei2022-02-161-3/+3
| * blk-mq: remove the request_queue argument to blk_insert_cloned_requestChristoph Hellwig2022-02-161-5/+4
| * blk-mq: fold blk_cloned_rq_check_limits into blk_insert_cloned_requestChristoph Hellwig2022-02-161-33/+5