summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | blkcg: delete redundant get/put operations for queueChunguang Xu2021-01-261-5/+8
| * | | blk: wbt: remove unused parameter from wbt_should_throttleLei Chen2021-01-261-2/+2
| * | | block: inherit BIO_REMAPPED when cloning biosChristoph Hellwig2021-01-263-0/+6
| * | | bfq: bfq_check_waker() should be staticJens Axboe2021-01-251-1/+2
| * | | block, bfq: make waker-queue detection more robustPaolo Valente2021-01-252-110/+108
| * | | block, bfq: save also injection state on queue mergingPaolo Valente2021-01-252-0/+13
| * | | block, bfq: save also weight-raised service on queue mergingPaolo Valente2021-01-252-0/+3
| * | | block, bfq: fix switch back from soft-rt weitgh-raisingPaolo Valente2021-01-251-2/+20
| * | | block, bfq: re-evaluate convenience of I/O plugging on rq arrivalsPaolo Valente2021-01-251-5/+19
| * | | block, bfq: replace mechanism for evaluating I/O intensityPaolo Valente2021-01-252-27/+52
| * | | block: skip bio_check_eod for partition-remapped biosChristoph Hellwig2021-01-251-5/+6
| * | | bio: don't copy bvec for direct IOPavel Begunkov2021-01-251-38/+29
| * | | block/psi: remove PSI annotations from direct IOPavel Begunkov2021-01-251-0/+6
| * | | block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-243-6/+5
| * | | block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang2021-01-241-6/+4
| * | | bsg: free the request before return error codePan Bian2021-01-241-1/+3
| * | | block: move three bvec helpers declaration into private helperMing Lei2021-01-241-0/+4
| * | | block: set .bi_max_vecs as actual allocated vector numberMing Lei2021-01-241-1/+2
| * | | block: don't allocate inline bvecs if this bioset needn't bvecsMing Lei2021-01-241-2/+5
| * | | block: don't pass BIOSET_NEED_BVECS for q->bio_splitMing Lei2021-01-241-1/+1
| * | | block: manage bio slab cache by xarrayMing Lei2021-01-241-67/+49
| * | | bfq: don't duplicate code for different pathshuhai2021-01-241-3/+0
| * | | blk-mq: Improve performance of non-mq IO schedulers with multiple HW queuesJan Kara2021-01-242-6/+61
| * | | Revert "blk-mq, elevator: Count requests per hctx to improve performance"Jan Kara2021-01-243-12/+0
| * | | block, bfq: do not expire a queue when it is the only busy onePaolo Valente2021-01-241-2/+20
| * | | block, bfq: avoid spurious switches to soft_rt of interactive queuesPaolo Valente2021-01-241-20/+37
| * | | block, bfq: do not raise non-default weightsPaolo Valente2021-01-241-3/+7
| * | | block, bfq: increase time window for waker detectionPaolo Valente2021-01-241-1/+1
| * | | block, bfq: set next_rq to waker_bfqq->next_rq in waker injectionJia Cheng Hu2021-01-241-1/+1
| * | | block, bfq: use half slice_idle as a threshold to check short ttimePaolo Valente2021-01-241-3/+4
| * | | block: use an xarray for disk->part_tblChristoph Hellwig2021-01-244-178/+19
| * | | block: remove DISK_PITER_REVERSEChristoph Hellwig2021-01-241-30/+7
| * | | block: add a disk_uevent helperChristoph Hellwig2021-01-241-13/+14
| * | | blk-mq: use ->bi_bdev for I/O accountingChristoph Hellwig2021-01-243-51/+5
| * | | block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig2021-01-241-10/+13
| * | | block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig2021-01-241-2/+3
| * | | block: simplify submit_bio_checks a bitChristoph Hellwig2021-01-241-25/+14
| * | | block: store a block_device pointer in struct bioChristoph Hellwig2021-01-2412-69/+55
| * | | block: propagate BLKROSET on the whole device to all partitionsChristoph Hellwig2021-01-241-2/+1
| * | | block: add a hard-readonly flag to struct gendiskChristoph Hellwig2021-01-243-19/+21
| * | | block: remove the NULL bdev check in bdev_read_onlyChristoph Hellwig2021-01-241-3/+0
* | | | block: add bio_add_zone_append_pageJohannes Thumshirn2021-02-091-0/+33
| |_|/ |/| |
* | | Merge tag 'block-5.11-2021-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-061-4/+4
|\ \ \ | |_|/ |/| |
| * | bfq-iosched: Revert "bfq: Fix computation of shallow depth"Lin Feng2021-02-021-4/+4
* | | Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-294-11/+22
|\| | | |/ |/|
| * block: fix bd_size_lock useDamien Le Moal2021-01-282-4/+7
| * blk-cgroup: Use cond_resched() when destroy blkgsBaolin Wang2021-01-281-5/+13
| * block: Fix an error handling in add_partitionDinghao Liu2021-01-241-1/+1
| * blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queueMing Lei2021-01-241-1/+1
* | Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-104-13/+23
|\|