summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-05block: fix device_add_disk() kobject_create_and_add() error handlingLuis Chamberlain1-2/+6
2021-11-05block: ensure cached plug request matches the current queueJens Axboe1-1/+1
2021-11-05block: move queue enter logic into blk_mq_submit_bio()Jens Axboe4-34/+65
2021-11-04block: make bio_queue_enter() fast-path available inlineJens Axboe2-27/+35
2021-11-04block: split request allocation components into helpersJens Axboe1-23/+48
2021-11-04block: have plug stored requests hold references to the queueJens Axboe2-4/+11
2021-11-03blk-mq: update hctx->nr_active in blk_mq_end_request_batch()Ming Lei2-3/+16
2021-11-03blk-mq: add RQF_ELV debug entryMing Lei1-0/+1
2021-11-03blk-mq: only try to run plug merge if request has same queue with incoming bioMing Lei1-2/+4
2021-11-03block: move RQF_ELV setting into allocatorsJens Axboe1-6/+8
2021-11-02dm: don't stop request queue after the dm device is suspendedMing Lei1-10/+0
2021-11-02block: replace always false argument with 'false'Jens Axboe1-1/+1
2021-11-02block: assign correct tag before doing prefetch of requestJens Axboe1-1/+1
2021-10-30blk-mq: fix redundant check of !e expressionJean Sacren1-1/+1
2021-10-29blk-mq-debugfs: Show active requests per queue for shared tagsJohn Garry1-1/+1
2021-10-28block: improve readability of blk_mq_end_request_batch()Jens Axboe1-6/+6
2021-10-27virtio-blk: Use blk_validate_block_size() to validate block sizeXie Yongji1-2/+10
2021-10-27loop: Use blk_validate_block_size() to validate block sizeXie Yongji1-15/+2
2021-10-27nbd: Use blk_validate_block_size() to validate block sizeXie Yongji1-1/+2
2021-10-27block: Add a helper to validate the block sizeXie Yongji1-0/+8
2021-10-27block: re-flow blk_mq_rq_ctx_init()Jens Axboe1-12/+12
2021-10-27block: prefetch request to be initializedJens Axboe1-0/+1
2021-10-27block: pass in blk_mq_tags to blk_mq_rq_ctx_init()Jens Axboe1-11/+14
2021-10-27block: add rq_flags to struct blk_mq_alloc_dataJens Axboe2-14/+14
2021-10-27block: add async version of bio_set_polledPavel Begunkov1-4/+3
2021-10-27block: kill DIO_MULTI_BIOPavel Begunkov1-21/+12
2021-10-27block: kill unused polling bits in __blkdev_direct_IO()Pavel Begunkov1-17/+3
2021-10-27block: avoid extra iter advance with async iocbPavel Begunkov3-6/+17
2021-10-27block: Add independent access ranges supportDamien Le Moal5-9/+410
2021-10-26blk-mq: don't issue request directly in case that current is to be blockedMing Lei1-1/+1
2021-10-25sbitmap: silence data race warningJens Axboe1-1/+1
2021-10-25blk-cgroup: synchronize blkg creation against policy deactivationYu Kuai1-0/+10
2021-10-25block: refactor bio_iov_bvec_set()Pavel Begunkov1-23/+14
2021-10-25block: add single bio async direct IO helperPavel Begunkov1-3/+84
2021-10-23sched: make task_struct->plug always definedJens Axboe1-2/+0
2021-10-22blk-mq-sched: Don't reference queue tagset in blk_mq_sched_tags_teardown()John Garry1-1/+1
2021-10-22block: fix req_bio_endio append error handlingPavel Begunkov1-1/+1
2021-10-21blk-crypto: update inline encryption documentationEric Biggers1-206/+245
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers18-522/+555
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers10-9/+9
2021-10-21blk-crypto-fallback: properly prefix function and struct namesEric Biggers1-29/+30
2021-10-21nbd: Use invalidate_disk() helper on disconnectXie Yongji1-9/+3
2021-10-21loop: Remove the unnecessary bdev checks and unused bdev variableXie Yongji1-6/+3
2021-10-21loop: Use invalidate_disk() helper to invalidate gendiskXie Yongji1-5/+1
2021-10-21block: Add invalidate_disk() helper to invalidate the gendiskXie Yongji2-0/+22
2021-10-21block: kill extra rcu lock/unlock in queue enterPavel Begunkov1-1/+1
2021-10-21percpu_ref: percpu_ref_tryget_live() version holding RCUPavel Begunkov1-10/+23
2021-10-21block: convert fops.c magic constants to SHIFT_SECTORPavel Begunkov1-8/+10
2021-10-21block: clean up blk_mq_submit_bio() mergingPavel Begunkov3-20/+9
2021-10-21block: optimise boundary blkdev_read_iter's checksPavel Begunkov1-8/+11