aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-18block: add support for blk_mq_end_request_batch()Jens Axboe3-19/+70
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe5-12/+15
2021-10-18block: provide helpers for rq_list manipulationJens Axboe1-14/+5
2021-10-18block: remove some blk_mq_hw_ctx debugfs entriesJens Axboe2-83/+0
2021-10-18block: remove debugfs blk_mq_ctx dispatched/merged/completed attributesJens Axboe4-68/+1
2021-10-18block: cache rq_flags inside blk_mq_rq_ctx_init()Pavel Begunkov1-6/+8
2021-10-18block: blk_mq_rq_ctx_init cache ctx/q/hctxPavel Begunkov1-5/+9
2021-10-18block: skip elevator fields init for non-elv queuePavel Begunkov1-14/+14
2021-10-18block: store elevator state in requestJens Axboe2-20/+27
2021-10-18block: only mark bio as tracked if it really is trackedJens Axboe1-2/+3
2021-10-18block: move update request helpers into blk-mq.cJens Axboe3-145/+146
2021-10-18block: remove useless caller argument to print_req_error()Jens Axboe1-5/+4
2021-10-18block: don't bother iter advancing a fully done bioJens Axboe1-13/+2
2021-10-18block: convert the rest of block to bdev_get_queuePavel Begunkov8-22/+22
2021-10-18block: use bdev_get_queue() in blk-core.cPavel Begunkov1-6/+7
2021-10-18block: use bdev_get_queue() in bio.cPavel Begunkov1-5/+5
2021-10-18block: use bdev_get_queue() in bdev.cPavel Begunkov1-4/+4
2021-10-18block: cache request queue in bdevPavel Begunkov2-1/+4
2021-10-18block: handle fast path of bio splitting inlineJens Axboe3-21/+35
2021-10-18block: use flags instead of bit fields for blkdev_dioJens Axboe1-14/+20
2021-10-18block: cache bdev in struct file for raw bdev IOPavel Begunkov1-15/+12
2021-10-18block: don't allow writing to the poll queue attributeChristoph Hellwig1-19/+4
2021-10-18block: switch polling to be bio basedChristoph Hellwig6-100/+137
2021-10-18block: use SLAB_TYPESAFE_BY_RCU for the bio slabChristoph Hellwig1-1/+2
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig6-10/+9
2021-10-18io_uring: don't sleep when polling for I/OChristoph Hellwig1-1/+2
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig3-15/+12
2021-10-18blk-mq: remove blk_qc_t_validChristoph Hellwig1-1/+1
2021-10-18blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internalChristoph Hellwig1-3/+5
2021-10-18blk-mq: factor out a "classic" poll helperChristoph Hellwig1-64/+56
2021-10-18blk-mq: factor out a blk_qc_to_hctx helperChristoph Hellwig1-1/+7
2021-10-18block: don't try to poll multi-bio I/Os in __blkdev_direct_IOChristoph Hellwig1-14/+7
2021-10-18block: only check previous entry for plug merge attemptJens Axboe1-23/+13
2021-10-18block: move CONFIG_BLOCK guard to top MakefileMasahiro Yamada1-1/+1
2021-10-18block: move menu "Partition type" to block/partitions/KconfigMasahiro Yamada2-4/+4
2021-10-18block: simplify Kconfig filesMasahiro Yamada2-15/+7
2021-10-18block: remove redundant =y from BLK_CGROUP dependencyMasahiro Yamada1-3/+3
2021-10-18block: improve batched tag allocationJens Axboe3-31/+73
2021-10-18blk-mq: optimise *end_request non-stat pathPavel Begunkov1-10/+8
2021-10-18block: mark bio_truncate staticChristoph Hellwig1-1/+1
2021-10-18block: move bio_get_{first,last}_bvec out of bio.hChristoph Hellwig1-0/+31
2021-10-18block: mark __bio_try_merge_page staticChristoph Hellwig1-39/+38
2021-10-18block: move bio_full out of bio.hChristoph Hellwig1-0/+17
2021-10-18block: move bio_mergeable out of bio.hChristoph Hellwig1-0/+5
2021-10-18block: remove BIO_BUG_ONChristoph Hellwig1-2/+2
2021-10-18blk-mq: inline hot part of __blk_mq_sched_restartPavel Begunkov2-4/+8
2021-10-18block: inline hot paths of blk_account_io_*()Pavel Begunkov2-24/+30
2021-10-18block: merge block_ioctl into blkdev_ioctlChristoph Hellwig3-24/+16
2021-10-18block: move the *blkdev_ioctl declarations out of blkdev.hChristoph Hellwig1-0/+4
2021-10-18block: unexport blkdev_ioctlChristoph Hellwig1-1/+0