summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-18squashfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-2/+3
2021-10-18reiserfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-3/+1
2021-10-18pstore/blk: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-5/+3
2021-10-18ntfs3: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-1/+1
2021-10-18nilfs2: use bdev_nr_bytes instead of open coding itChristoph Hellwig3-3/+3
2021-10-18nfs/blocklayout: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-2/+2
2021-10-18jfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig2-2/+2
2021-10-18hfsplus: use bdev_nr_sectors instead of open coding itChristoph Hellwig1-1/+1
2021-10-18hfs: use bdev_nr_sectors instead of open coding itChristoph Hellwig1-1/+1
2021-10-18fat: use bdev_nr_sectors instead of open coding itChristoph Hellwig1-4/+1
2021-10-18cramfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-1/+1
2021-10-18btrfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig4-9/+8
2021-10-18affs: use bdev_nr_sectors instead of open coding itChristoph Hellwig1-1/+1
2021-10-18fs: simplify init_page_buffersChristoph Hellwig1-1/+1
2021-10-18fs: use bdev_nr_bytes instead of open coding it in blkdev_max_blockChristoph Hellwig1-1/+1
2021-10-18target/iblock: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-2/+2
2021-10-18nvmet: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-2/+2
2021-10-18md: use bdev_nr_sectors instead of open coding itChristoph Hellwig1-15/+11
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig22-33/+28
2021-10-18drbd: use bdev_nr_sectors instead of open coding itChristoph Hellwig1-2/+1
2021-10-18bcache: remove bdev_sectorsChristoph Hellwig3-6/+2
2021-10-18block: add a bdev_nr_bytes helperChristoph Hellwig1-1/+6
2021-10-18block: move the SECTOR_SIZE related definitions to blk_types.hChristoph Hellwig2-17/+17
2021-10-18nvme: wire up completion batching for the IRQ pathJens Axboe1-1/+5
2021-10-18io_uring: utilize the io batching infrastructure for more efficient polled IOJens Axboe1-2/+6
2021-10-18nvme: add support for batched completion of polled IOJens Axboe3-12/+51
2021-10-18block: add support for blk_mq_end_request_batch()Jens Axboe4-19/+99
2021-10-18sbitmap: add helper to clear a batch of tagsJens Axboe2-3/+52
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe16-25/+39
2021-10-18block: provide helpers for rq_list manipulationJens Axboe2-14/+34
2021-10-18block: remove some blk_mq_hw_ctx debugfs entriesJens Axboe3-93/+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 Axboe3-20/+29
2021-10-18block: only mark bio as tracked if it really is trackedJens Axboe1-2/+3
2021-10-18block: improve layout of struct requestJens Axboe1-44/+46
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 Axboe2-15/+24
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 Begunkov4-2/+6
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-18nvme-multipath: enable polled I/OChristoph Hellwig1-1/+15