summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* affs: use bdev_nr_sectors instead of open coding itChristoph Hellwig2021-10-181-1/+1
* fs: simplify init_page_buffersChristoph Hellwig2021-10-181-1/+1
* fs: use bdev_nr_bytes instead of open coding it in blkdev_max_blockChristoph Hellwig2021-10-181-1/+1
* target/iblock: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-2/+2
* nvmet: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-2/+2
* md: use bdev_nr_sectors instead of open coding itChristoph Hellwig2021-10-181-15/+11
* dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig2021-10-1822-33/+28
* drbd: use bdev_nr_sectors instead of open coding itChristoph Hellwig2021-10-181-2/+1
* bcache: remove bdev_sectorsChristoph Hellwig2021-10-183-6/+2
* block: add a bdev_nr_bytes helperChristoph Hellwig2021-10-181-1/+6
* block: move the SECTOR_SIZE related definitions to blk_types.hChristoph Hellwig2021-10-182-17/+17
* nvme: wire up completion batching for the IRQ pathJens Axboe2021-10-181-1/+5
* io_uring: utilize the io batching infrastructure for more efficient polled IOJens Axboe2021-10-181-2/+6
* nvme: add support for batched completion of polled IOJens Axboe2021-10-183-12/+51
* block: add support for blk_mq_end_request_batch()Jens Axboe2021-10-184-19/+99
* sbitmap: add helper to clear a batch of tagsJens Axboe2021-10-182-3/+52
* block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe2021-10-1816-25/+39
* block: provide helpers for rq_list manipulationJens Axboe2021-10-182-14/+34
* block: remove some blk_mq_hw_ctx debugfs entriesJens Axboe2021-10-183-93/+0
* block: remove debugfs blk_mq_ctx dispatched/merged/completed attributesJens Axboe2021-10-184-68/+1
* block: cache rq_flags inside blk_mq_rq_ctx_init()Pavel Begunkov2021-10-181-6/+8
* block: blk_mq_rq_ctx_init cache ctx/q/hctxPavel Begunkov2021-10-181-5/+9
* block: skip elevator fields init for non-elv queuePavel Begunkov2021-10-181-14/+14
* block: store elevator state in requestJens Axboe2021-10-183-20/+29
* block: only mark bio as tracked if it really is trackedJens Axboe2021-10-181-2/+3
* block: improve layout of struct requestJens Axboe2021-10-181-44/+46
* block: move update request helpers into blk-mq.cJens Axboe2021-10-183-145/+146
* block: remove useless caller argument to print_req_error()Jens Axboe2021-10-181-5/+4
* block: don't bother iter advancing a fully done bioJens Axboe2021-10-182-15/+24
* block: convert the rest of block to bdev_get_queuePavel Begunkov2021-10-188-22/+22
* block: use bdev_get_queue() in blk-core.cPavel Begunkov2021-10-181-6/+7
* block: use bdev_get_queue() in bio.cPavel Begunkov2021-10-181-5/+5
* block: use bdev_get_queue() in bdev.cPavel Begunkov2021-10-181-4/+4
* block: cache request queue in bdevPavel Begunkov2021-10-184-2/+6
* block: handle fast path of bio splitting inlineJens Axboe2021-10-183-21/+35
* block: use flags instead of bit fields for blkdev_dioJens Axboe2021-10-181-14/+20
* block: cache bdev in struct file for raw bdev IOPavel Begunkov2021-10-181-15/+12
* nvme-multipath: enable polled I/OChristoph Hellwig2021-10-181-1/+15
* block: don't allow writing to the poll queue attributeChristoph Hellwig2021-10-181-19/+4
* block: switch polling to be bio basedChristoph Hellwig2021-10-1839-264/+232
* block: define 'struct bvec_iter' as packedMing Lei2021-10-181-1/+1
* block: use SLAB_TYPESAFE_BY_RCU for the bio slabChristoph Hellwig2021-10-181-1/+2
* block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig2021-10-1811-20/+19
* io_uring: don't sleep when polling for I/OChristoph Hellwig2021-10-183-2/+5
* block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig2021-10-189-26/+26
* blk-mq: remove blk_qc_t_validChristoph Hellwig2021-10-182-6/+1
* blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internalChristoph Hellwig2021-10-182-13/+5
* blk-mq: factor out a "classic" poll helperChristoph Hellwig2021-10-181-64/+56
* blk-mq: factor out a blk_qc_to_hctx helperChristoph Hellwig2021-10-182-6/+7
* io_uring: fix a layering violation in io_iopoll_req_issuedChristoph Hellwig2021-10-181-8/+1