summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2021-10-18block: remove debugfs blk_mq_ctx dispatched/merged/completed attributesJens Axboe
2021-10-18block: cache rq_flags inside blk_mq_rq_ctx_init()Pavel Begunkov
2021-10-18block: blk_mq_rq_ctx_init cache ctx/q/hctxPavel Begunkov
2021-10-18block: skip elevator fields init for non-elv queuePavel Begunkov
2021-10-18block: store elevator state in requestJens Axboe
2021-10-18block: only mark bio as tracked if it really is trackedJens Axboe
2021-10-18block: move update request helpers into blk-mq.cJens Axboe
2021-10-18block: remove useless caller argument to print_req_error()Jens Axboe
2021-10-18block: don't bother iter advancing a fully done bioJens Axboe
2021-10-18block: convert the rest of block to bdev_get_queuePavel Begunkov
2021-10-18block: use bdev_get_queue() in blk-core.cPavel Begunkov
2021-10-18block: use bdev_get_queue() in bio.cPavel Begunkov
2021-10-18block: use bdev_get_queue() in bdev.cPavel Begunkov
2021-10-18block: cache request queue in bdevPavel Begunkov
2021-10-18block: handle fast path of bio splitting inlineJens Axboe
2021-10-18block: use flags instead of bit fields for blkdev_dioJens Axboe
2021-10-18block: cache bdev in struct file for raw bdev IOPavel Begunkov
2021-10-18block: don't allow writing to the poll queue attributeChristoph Hellwig
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: use SLAB_TYPESAFE_BY_RCU for the bio slabChristoph Hellwig
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig
2021-10-18io_uring: don't sleep when polling for I/OChristoph Hellwig
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig
2021-10-18blk-mq: remove blk_qc_t_validChristoph Hellwig
2021-10-18blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internalChristoph Hellwig
2021-10-18blk-mq: factor out a "classic" poll helperChristoph Hellwig
2021-10-18blk-mq: factor out a blk_qc_to_hctx helperChristoph Hellwig
2021-10-18block: don't try to poll multi-bio I/Os in __blkdev_direct_IOChristoph Hellwig
2021-10-18block: only check previous entry for plug merge attemptJens Axboe
2021-10-18block: move CONFIG_BLOCK guard to top MakefileMasahiro Yamada
2021-10-18block: move menu "Partition type" to block/partitions/KconfigMasahiro Yamada
2021-10-18block: simplify Kconfig filesMasahiro Yamada
2021-10-18block: remove redundant =y from BLK_CGROUP dependencyMasahiro Yamada
2021-10-18block: improve batched tag allocationJens Axboe
2021-10-18blk-mq: optimise *end_request non-stat pathPavel Begunkov
2021-10-18block: mark bio_truncate staticChristoph Hellwig
2021-10-18block: move bio_get_{first,last}_bvec out of bio.hChristoph Hellwig
2021-10-18block: mark __bio_try_merge_page staticChristoph Hellwig
2021-10-18block: move bio_full out of bio.hChristoph Hellwig
2021-10-18block: move bio_mergeable out of bio.hChristoph Hellwig
2021-10-18block: remove BIO_BUG_ONChristoph Hellwig
2021-10-18blk-mq: inline hot part of __blk_mq_sched_restartPavel Begunkov
2021-10-18block: inline hot paths of blk_account_io_*()Pavel Begunkov
2021-10-18block: merge block_ioctl into blkdev_ioctlChristoph Hellwig
2021-10-18block: move the *blkdev_ioctl declarations out of blkdev.hChristoph Hellwig
2021-10-18block: unexport blkdev_ioctlChristoph Hellwig
2021-10-18block: don't dereference request after flush insertionJens Axboe
2021-10-18blk-mq: cleanup blk_mq_submit_bioChristoph Hellwig
2021-10-18blk-mq: cleanup and rename __blk_mq_alloc_requestChristoph Hellwig
2021-10-18block: pre-allocate requests if plug is started and is a batchJens Axboe