summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-05block: use new bdev_nr_bytes() helper for blkdev_{read,write}_iter()Jens Axboe
2021-11-04block: add a loff_t cast to bdev_nr_bytesChristoph Hellwig
2021-10-19partitions/ibm: use bdev_nr_sectors instead of open coding itChristoph Hellwig
2021-10-19partitions/efi: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-19block/ioctl: use bdev_nr_sectors and bdev_nr_bytesChristoph Hellwig
2021-10-18block: cache inode size in bdevJens Axboe
2021-10-18udf: use sb_bdev_nr_blocksChristoph Hellwig
2021-10-18reiserfs: use sb_bdev_nr_blocksChristoph Hellwig
2021-10-18ntfs: use sb_bdev_nr_blocksChristoph Hellwig
2021-10-18jfs: use sb_bdev_nr_blocksChristoph Hellwig
2021-10-18ext4: use sb_bdev_nr_blocksChristoph Hellwig
2021-10-18block: add a sb_bdev_nr_blocks helperChristoph Hellwig
2021-10-18block: use bdev_nr_bytes instead of open coding it in blkdev_fallocateChristoph Hellwig
2021-10-18squashfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18reiserfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18pstore/blk: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18ntfs3: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18nilfs2: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18nfs/blocklayout: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18jfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18hfsplus: use bdev_nr_sectors instead of open coding itChristoph Hellwig
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