summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| * | | | blk-mq: make the blk-mq stacking code optionalChristoph Hellwig2022-02-162-0/+5
| * | | | blk-cgroup: set blkg iostat after percpu stat aggregationChengming Zhou2022-02-151-5/+5
| * | | | blk-lib: don't check bdev_get_queue() NULL checkChaitanya Kulkarni2022-02-151-14/+0
| * | | | block: partition include/linux/blk-cgroup.hMing Lei2022-02-1114-13/+488
| * | | | block: move initialization of q->blkg_list into blkcg_init_queueMing Lei2022-02-112-3/+2
| * | | | block: introduce block_rq_error tracepointYang Shi2022-02-111-1/+3
| * | | | sbitmap: Delete old sbitmap_queue_get_shallow()John Garry2022-02-081-1/+1
| * | | | block: pass a block_device to bio_clone_fastChristoph Hellwig2022-02-043-17/+21
| * | | | block: initialize the target bio in __bio_clone_fastChristoph Hellwig2022-02-041-35/+40
| * | | | block: clone crypto and integrity data in __bio_clone_fastChristoph Hellwig2022-02-043-15/+13
| * | | | block: call bio_associate_blkg from bio_resetChristoph Hellwig2022-02-041-0/+2
| * | | | block: return -ENODEV for BLK_STS_OFFLINESong Liu2022-02-031-1/+1
| * | | | block: introduce BLK_STS_OFFLINESong Liu2022-02-031-0/+1
| * | | | block: fix boolreturn.cocci warningJiapeng Chong2022-02-021-1/+1
| * | | | block: check that there is a plug in blk_flush_plugChristoph Hellwig2022-02-021-4/+3
| * | | | block: pass a block_device and opf to bio_resetChristoph Hellwig2022-02-021-1/+5
| * | | | block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-024-30/+24
| * | | | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-022-7/+2
| * | | | block: pass a block_device and opf to bio_alloc_kiocbChristoph Hellwig2022-02-022-13/+16
| * | | | block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-022-16/+20
| * | | | block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni2022-02-024-23/+13
| * | | | block: move blk_next_bio to bio.cChristoph Hellwig2022-02-022-13/+13
| * | | | block: remove genhd.hChristoph Hellwig2022-02-029-9/+3