summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: add ->poll_bio to block_device_operationsMing Lei2022-03-092-5/+13
* 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
* block: move blk_drop_partitions to blk.hChristoph Hellwig2022-02-021-0/+1
* block: move disk_{block,unblock,flush}_events to blk.hChristoph Hellwig2022-02-021-0/+3
* block: deprecate autoloading based on dev_tChristoph Hellwig2022-02-023-3/+24
* block: add bio_start_io_acct_time() to control start_timeMike Snitzer2022-01-281-6/+19
* blk-mq: fix missing blk_account_io_done() in error pathYu Kuai2022-01-261-0/+2
* block: fix memory leak in disk_register_independent_access_rangesMiaoqian Lin2022-01-231-1/+1
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+1
|\
| * cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov2022-01-151-1/+1
* | mm: remove cleancacheChristoph Hellwig2022-01-221-5/+0
* | Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-215-11/+41
|\ \
| * | block: fix async_depth sysfs interface for mq-deadlineJens Axboe2022-01-201-2/+2
| * | block: Fix wrong offset in bio_truncate()OGAWA Hirofumi2022-01-201-1/+2
| * | block: assign bi_bdev for cloned bios in blk_rq_prep_cloneChristoph Hellwig2022-01-181-0/+1