summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-26bdev: Do not return EBUSY if bdev discard races with writeJan Kara1-6/+4
2021-01-26block: inherit BIO_REMAPPED when cloning biosChristoph Hellwig3-0/+6
2021-01-26bcache: use bio_set_dev to assign ->bi_bdevChristoph Hellwig1-1/+1
2021-01-26nvme: use bio_set_dev to assign ->bi_bdevChristoph Hellwig3-4/+4
2021-01-26bfq: bfq_check_waker() should be staticJens Axboe1-1/+2
2021-01-26block, bfq: make waker-queue detection more robustPaolo Valente2-110/+108
2021-01-26block, bfq: save also injection state on queue mergingPaolo Valente2-0/+13
2021-01-26block, bfq: save also weight-raised service on queue mergingPaolo Valente2-0/+3
2021-01-26block, bfq: fix switch back from soft-rt weitgh-raisingPaolo Valente1-2/+20
2021-01-26block, bfq: re-evaluate convenience of I/O plugging on rq arrivalsPaolo Valente1-5/+19
2021-01-26block, bfq: replace mechanism for evaluating I/O intensityPaolo Valente2-27/+52
2021-01-25block: skip bio_check_eod for partition-remapped biosChristoph Hellwig1-5/+6
2021-01-25bio: don't copy bvec for direct IOPavel Begunkov3-39/+42
2021-01-25bio: add a helper calculating nr segments to allocPavel Begunkov3-8/+18
2021-01-25iov_iter: optimise bvec iov_iter_advance()Pavel Begunkov1-0/+19
2021-01-25target/file: allocate the bvec array as part of struct target_core_file_cmdChristoph Hellwig1-14/+6
2021-01-25block/psi: remove PSI annotations from direct IOPavel Begunkov2-0/+8
2021-01-25bvec/iter: disallow zero-length segment bvecsPavel Begunkov3-2/+9
2021-01-25splice: don't generate zero-len segement bvecsPavel Begunkov1-3/+6
2021-01-25block: remove unnecessary argument from blk_execute_rqGuoqing Jiang24-35/+33
2021-01-25block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang11-21/+17
2021-01-25bsg: free the request before return error codePan Bian1-1/+3
2021-01-25bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'Ming Lei1-1/+1
2021-01-25block: move three bvec helpers declaration into private helperMing Lei2-3/+4
2021-01-25block: set .bi_max_vecs as actual allocated vector numberMing Lei1-1/+2
2021-01-25block: don't allocate inline bvecs if this bioset needn't bvecsMing Lei2-2/+6
2021-01-25block: don't pass BIOSET_NEED_BVECS for q->bio_splitMing Lei1-1/+1
2021-01-25block: manage bio slab cache by xarrayMing Lei1-67/+49
2021-01-25bfq: don't duplicate code for different pathshuhai1-3/+0
2021-01-25blk-mq: Improve performance of non-mq IO schedulers with multiple HW queuesJan Kara3-6/+63
2021-01-25Revert "blk-mq, elevator: Count requests per hctx to improve performance"Jan Kara4-16/+0
2021-01-25block, bfq: do not expire a queue when it is the only busy onePaolo Valente1-2/+20
2021-01-25block, bfq: avoid spurious switches to soft_rt of interactive queuesPaolo Valente1-20/+37
2021-01-25block, bfq: do not raise non-default weightsPaolo Valente1-3/+7
2021-01-25block, bfq: increase time window for waker detectionPaolo Valente1-1/+1
2021-01-25block, bfq: set next_rq to waker_bfqq->next_rq in waker injectionJia Cheng Hu1-1/+1
2021-01-25block, bfq: use half slice_idle as a threshold to check short ttimePaolo Valente1-3/+4
2021-01-25block: use an xarray for disk->part_tblChristoph Hellwig5-193/+22
2021-01-25block: remove DISK_PITER_REVERSEChristoph Hellwig2-31/+7
2021-01-25block: add a disk_uevent helperChristoph Hellwig3-34/+21
2021-01-25blk-mq: use ->bi_bdev for I/O accountingChristoph Hellwig3-51/+5
2021-01-25block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig4-44/+42
2021-01-25block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig3-2/+6
2021-01-25block: simplify submit_bio_checks a bitChristoph Hellwig1-25/+14
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig55-184/+154
2021-01-25dcssblk: remove the end of device check in dcssblk_submit_bioChristoph Hellwig1-4/+0
2021-01-25brd: remove the end of device check in brd_do_bvecChristoph Hellwig1-5/+1
2021-01-25nvme: allow revalidate to set a namespace read-onlyChristoph Hellwig1-3/+2
2021-01-25rbd: remove the ->set_read_only methodChristoph Hellwig1-19/+0
2021-01-25block: propagate BLKROSET on the whole device to all partitionsChristoph Hellwig1-2/+1