summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-18hfs: use bdev_nr_sectors instead of open coding itChristoph Hellwig
2021-10-18fat: use bdev_nr_sectors instead of open coding itChristoph Hellwig
2021-10-18cramfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18btrfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18affs: use bdev_nr_sectors instead of open coding itChristoph Hellwig
2021-10-18fs: simplify init_page_buffersChristoph Hellwig
2021-10-18fs: use bdev_nr_bytes instead of open coding it in blkdev_max_blockChristoph Hellwig
2021-10-18target/iblock: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18nvmet: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18md: use bdev_nr_sectors instead of open coding itChristoph Hellwig
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig
2021-10-18drbd: use bdev_nr_sectors instead of open coding itChristoph Hellwig
2021-10-18bcache: remove bdev_sectorsChristoph Hellwig
2021-10-18block: add a bdev_nr_bytes helperChristoph Hellwig
2021-10-18block: move the SECTOR_SIZE related definitions to blk_types.hChristoph Hellwig
2021-10-18nvme: wire up completion batching for the IRQ pathJens Axboe
2021-10-18io_uring: utilize the io batching infrastructure for more efficient polled IOJens Axboe
2021-10-18nvme: add support for batched completion of polled IOJens Axboe
2021-10-18block: add support for blk_mq_end_request_batch()Jens Axboe
2021-10-18sbitmap: add helper to clear a batch of tagsJens Axboe
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-10-18block: provide helpers for rq_list manipulationJens Axboe
2021-10-18block: remove some blk_mq_hw_ctx debugfs entriesJens Axboe
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: improve layout of struct requestJens 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-18nvme-multipath: enable polled I/OChristoph Hellwig
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: define 'struct bvec_iter' as packedMing Lei
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