summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-10-20block: don't bloat enter_queue with percpu_refPavel Begunkov1-1/+1
2021-10-20block: optimise req_bio_endio()Pavel Begunkov1-9/+7
2021-10-20block: convert leftovers to bdev_get_queuePavel Begunkov2-2/+2
2021-10-20blk-mq: support concurrent queue quiesce/unquiesceMing Lei1-3/+19
2021-10-20block, bfq: fix UAF problem in bfqg_stats_init()Zheng Liang1-5/+7
2021-10-20block: inline fast path of driver tag allocationJens Axboe2-6/+17
2021-10-19blk-mq: don't handle non-flush requests in blk_insert_flushChristoph Hellwig3-15/+13
2021-10-19block: attempt direct issue of plug listJens Axboe2-0/+61
2021-10-19block: change plugging to use a singly linked listJens Axboe3-39/+49
2021-10-19partitions/ibm: use bdev_nr_sectors instead of open coding itChristoph Hellwig1-9/+10
2021-10-19partitions/efi: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-1/+1
2021-10-19block/ioctl: use bdev_nr_sectors and bdev_nr_bytesChristoph Hellwig1-12/+8
2021-10-19blk-wbt: prevent NULL pointer dereference in wb_timer_fnAndrea Righi1-0/+3
2021-10-19block: align blkdev_dio inlined bio to a cachelineJens Axboe1-1/+1
2021-10-19block: move blk_mq_tag_to_rq() inlineJens Axboe2-34/+0
2021-10-19block: get rid of plug list sortingJens Axboe1-19/+0
2021-10-19block: return whether or not to unplug through booleanJens Axboe3-14/+15
2021-10-19block: don't call blk_status_to_errno in blk_update_requestChristoph Hellwig1-1/+1
2021-10-19block: move bdev_read_only() into the headerJens Axboe1-6/+0
2021-10-19block: fix too broad elevator check in blk_mq_free_request()Jens Axboe1-1/+1
2021-10-18block: cache inode size in bdevJens Axboe2-0/+2
2021-10-18block: use bdev_nr_bytes instead of open coding it in blkdev_fallocateChristoph Hellwig1-1/+1
2021-10-18block: add support for blk_mq_end_request_batch()Jens Axboe3-19/+70
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe5-12/+15
2021-10-18block: provide helpers for rq_list manipulationJens Axboe1-14/+5
2021-10-18block: remove some blk_mq_hw_ctx debugfs entriesJens Axboe2-83/+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: fix incorrect references to disk objectsZqiang1-0/+1
2021-10-18block: store elevator state in requestJens Axboe2-20/+27
2021-10-18block: only mark bio as tracked if it really is trackedJens Axboe1-2/+3
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 Axboe1-13/+2
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 Begunkov2-1/+4
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-18block: don't allow writing to the poll queue attributeChristoph Hellwig1-19/+4
2021-10-18block: switch polling to be bio basedChristoph Hellwig6-100/+137
2021-10-18block: use SLAB_TYPESAFE_BY_RCU for the bio slabChristoph Hellwig1-1/+2
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig6-10/+9
2021-10-18io_uring: don't sleep when polling for I/OChristoph Hellwig1-1/+2
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig3-15/+12