summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: Default to use cgroup support for BFQUlf Hansson2023-01-301-0/+1
* block, bfq: remove unused bfq_wr_max_time in struct bfq_dataKemeng Shi2023-01-292-6/+0
* block, bfq: remove unnecessary goto tag in bfq_dispatch_rq_from_bfqqKemeng Shi2023-01-291-6/+3
* block, bfq: remove redundant check in bfq_put_cooperatorKemeng Shi2023-01-291-2/+0
* block, bfq: remove unnecessary dereference to get async_bfqqKemeng Shi2023-01-291-1/+1
* block, bfq: use helper macro RQ_BFQQ to get bfqq of requestKemeng Shi2023-01-291-3/+3
* block, bfq: initialize bfqq->decrease_time_jif correctlyKemeng Shi2023-01-291-0/+2
* block, bfq: remove unsed parameter reason in bfq_bfqq_is_slowKemeng Shi2023-01-291-3/+2
* block, bfq: correctly raise inject limit in bfq_choose_bfqq_for_injectionKemeng Shi2023-01-291-6/+4
* blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deacti...Yu Kuai2023-01-291-6/+29
* blk-cgroup: support to track if policy is onlineYu Kuai2023-01-292-7/+18
* blk-cgroup: dropping parent refcount after pd_free_fn() is doneYu Kuai2023-01-291-2/+2
* blk-mq: cleanup unused methods: blk_mq_hw_sysfs_storeZhong Jinghua2023-01-291-24/+0
* block: treat poll queue enter similarly to timeoutsJens Axboe2023-01-291-1/+10
* blk-iocost: change div64_u64 to DIV64_U64_ROUND_UP in ioc_refresh_params()Li Nan2023-01-291-2/+2
* blk-iocost: fix divide by 0 error in calc_lcoefs()Li Nan2023-01-291-3/+8
* blk-iocost: read params inside lock in sysfs apisYu Kuai2023-01-291-0/+4
* blk-iocost: don't allow to configure bio based deviceYu Kuai2023-01-291-0/+10
* blk-iocost: check return value of match_u64()Yu Kuai2023-01-291-1/+2
* blk-iocost: avoid 64-bit division in ioc_timer_fnArnd Bergmann2023-01-291-3/+5
* block: add a new helper bdev_{is_zone_start, offset_from_zone_start}Pankaj Raghav2023-01-292-3/+3
* block: extend bio-cache for non-polled requestsAnuj Gupta2023-01-291-4/+2
* block: don't allow multiple bios for IOCB_NOWAIT issueJens Axboe2023-01-291-3/+18
* block: add a BUILD_BUG_ON() for adding more bio flags than we have spaceJens Axboe2023-01-291-0/+2
* block: save user max_sectors limitKeith Busch2023-01-292-8/+22
* block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch2023-01-291-1/+1
* block, bfq: balance I/O injection among underutilized actuatorsDavide Zini2023-01-291-5/+13
* block, bfq: inject I/O to underutilized actuatorsDavide Zini2023-01-294-40/+139
* block, bfq: retrieve independent access ranges from request queueFederico Gavioli2023-01-292-9/+58
* block, bfq: split also async bfq_queues on a per-actuator basisDavide Zini2023-01-292-22/+27
* block, bfq: turn bfqq_data into an array in bfq_io_cqPaolo Valente2023-01-292-45/+67
* block, bfq: move io_cq-persistent bfqq data into a dedicated structPaolo Valente2023-01-292-80/+110
* block, bfq: forbid stable merging of queues associated with different actuatorsPaolo Valente2023-01-291-4/+9
* block, bfq: split sync bfq_queues on a per-actuator basisPaolo Valente2023-01-293-107/+195
* Merge tag 'block-6.2-2023-01-20' of git://git.kernel.dk/linuxLinus Torvalds2023-01-204-7/+13
|\
| * block: fix hctx checks for batch allocationPavel Begunkov2023-01-171-1/+5
| * blk-cgroup: fix missing pd_online_fn() while activating policyYu Kuai2023-01-161-0/+4
| * block, bfq: switch 'bfqg->ref' to use atomic refcount apisYu Kuai2023-01-152-6/+4
* | Merge tag 'block-6.2-2023-01-13' of git://git.kernel.dk/linuxLinus Torvalds2023-01-131-3/+0
|\|
| * block: Drop spurious might_sleep() from blk_put_queue()Tejun Heo2023-01-081-3/+0
* | Merge tag 'block-2023-01-06' of git://git.kernel.dk/linuxLinus Torvalds2023-01-065-18/+50
|\|
| * block: Remove "select SRCU"Paul E. McKenney2023-01-051-1/+0
| * Revert "block: remove devnode callback from struct block_device_operations"Jens Axboe2023-01-041-0/+11
| * Revert "block: bio_copy_data_iter"Jens Axboe2023-01-041-15/+22
| * block: don't allow splitting of a REQ_NOWAIT bioJens Axboe2023-01-041-0/+10
| * block: handle bio_split_to_limits() NULL returnJens Axboe2023-01-042-2/+7
* | Merge tag 'block-6.2-2022-12-29' of git://git.kernel.dk/linuxLinus Torvalds2022-12-291-1/+1
|\|
| * block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqqYu Kuai2022-12-261-1/+1
* | treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-253-3/+3
* | Merge tag 'block-6.2-2022-12-19' of git://git.kernel.dk/linuxLinus Torvalds2022-12-217-20/+34
|\|