summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* sbitmap: rewrite sbitmap_find_bit_in_index to reduce repeat codeKemeng Shi2023-01-291-15/+15
* sbitmap: remove redundant check in __sbitmap_queue_get_batchKemeng Shi2023-01-291-5/+3
* sbitmap: remove unnecessary calculation of alloc_hint in __sbitmap_get_shallowKemeng Shi2023-01-291-7/+4
* blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deacti...Yu Kuai2023-01-292-6/+30
* 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
* s390/dcssblk:: don't call bio_split_to_limitsChristoph Hellwig2023-01-291-4/+0
* ps3vram: remove bio splittingChristoph Hellwig2023-01-291-7/+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: ublk: fix doc build warningMing Lei2023-01-291-0/+6
* block: introduce bdev_zone_no helperPankaj Raghav2023-01-292-2/+6
* block: add a new helper bdev_{is_zone_start, offset_from_zone_start}Pankaj Raghav2023-01-293-3/+15
* block: remove superfluous check for request queue in bdev_is_zoned()Pankaj Raghav2023-01-291-6/+1
* block: extend bio-cache for non-polled requestsAnuj Gupta2023-01-291-4/+2
* nvme: set REQ_ALLOC_CACHE for uring-passthru requestAnuj Gupta2023-01-291-2/+2
* ublk_drv: add mechanism for supporting unprivileged ublk deviceMing Lei2023-01-293-17/+220
* ublk_drv: add module parameter of ublks_max for limiting max allowed ublk devMing Lei2023-01-291-0/+19
* ublk_drv: add device parameter UBLK_PARAM_TYPE_DEVTMing Lei2023-01-292-1/+36
* ublk_drv: move ublk_get_device_from_id into ublk_ctrl_uring_cmdMing Lei2023-01-291-89/+49
* ublk_drv: don't probe partitions if the ubq daemon isn't trustedMing Lei2023-01-291-0/+9
* ublk_drv: remove nr_aborted_queues from ublk_deviceMing Lei2023-01-291-1/+0
* block: don't allow multiple bios for IOCB_NOWAIT issueJens Axboe2023-01-291-3/+18
* drbd: drbd_insert_interval(): Clarify commentAndreas Gruenbacher2023-01-291-1/+1
* drbd: interval tree: make removing an "empty" interval a no-opLars Ellenberg2023-01-291-0/+4
* MAINTAINERS: add drbd headersChristoph Böhmwalder2023-01-291-0/+1
* drbd: remove macros using require_contextChristoph Böhmwalder2023-01-291-11/+1
* drbd: remove unnecessary assignment in vli_encode_bitsChristoph Böhmwalder2023-01-291-1/+1
* drbd: make limits unsignedChristoph Böhmwalder2023-01-291-101/+101
* drbd: fix DRBD_VOLUME_MAX 65535 -> 65534Robert Altnoeder2023-01-291-1/+1
* drbd: adjust drbd_limits license headerChristoph Böhmwalder2023-01-291-1/+1
* drbd: split off drbd_config into separate fileChristoph Böhmwalder2023-01-294-7/+18
* drbd: drop API_VERSION defineChristoph Böhmwalder2023-01-295-5/+4
* drbd: split off drbd_buildtag into separate fileChristoph Böhmwalder2023-01-293-19/+23
* 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-294-9/+25
* block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch2023-01-293-4/+4
* 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