summaryrefslogtreecommitdiff
path: root/block/blk.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-16block: only build the icq tracking code when neededChristoph Hellwig1-0/+6
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei1-1/+9
2021-12-03block: switch to atomic_t for request referencesJens Axboe1-0/+31
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig1-1/+1
2021-11-29block: simplify ioc_lookup_icqChristoph Hellwig1-1/+1
2021-11-29block: move blk_mq_sched_assign_ioc to blk-ioc.cChristoph Hellwig1-5/+1
2021-11-29block: don't include <linux/part_stat.h> in blk.hChristoph Hellwig1-1/+0
2021-11-29block: don't include <linux/idr.h> in blk.hChristoph Hellwig1-1/+0
2021-11-29block: don't include <linux/blk-mq.h> in blk.hChristoph Hellwig1-1/+0
2021-11-29block: don't include blk-mq.h in blk.hChristoph Hellwig1-1/+0
2021-11-29block: don't include blk-mq-sched.h in blk.hChristoph Hellwig1-1/+0
2021-11-29block: remove the e argument to elevator_exitChristoph Hellwig1-1/+1
2021-11-29block: remove elevator_exitChristoph Hellwig1-10/+1
2021-11-29block: move blk_get_flush_queue to blk-flush.cChristoph Hellwig1-6/+0
2021-11-29blk-mq: simplify the plug handling in blk_mq_submit_bioChristoph Hellwig1-1/+1
2021-11-29block: merge disk_scan_partitions and blkdev_reread_partChristoph Hellwig1-0/+1
2021-11-29block: move blk_print_req_error to blk-mq.cChristoph Hellwig1-1/+1
2021-11-29block: move blk_account_io_{start,done} to blk-mq.cChristoph Hellwig1-20/+1
2021-11-29block: move request based cloning helpers to blk-mq.cChristoph Hellwig1-0/+10
2021-11-19blk-mq: don't insert FUA request with data into scheduler queueMing Lei1-1/+1
2021-11-04block: move queue enter logic into blk_mq_submit_bio()Jens Axboe1-0/+1
2021-11-04block: make bio_queue_enter() fast-path available inlineJens Axboe1-0/+34
2021-10-26block: Add independent access ranges supportDamien Le Moal1-0/+4
2021-10-19blk-mq: don't handle non-flush requests in blk_insert_flushChristoph Hellwig1-1/+1
2021-10-19block: return whether or not to unplug through booleanJens Axboe1-1/+1
2021-10-18block: move update request helpers into blk-mq.cJens Axboe1-0/+1
2021-10-18block: handle fast path of bio splitting inlineJens Axboe1-1/+26
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig1-2/+2
2021-10-18block: inline hot paths of blk_account_io_*()Pavel Begunkov1-3/+21
2021-10-18block: merge block_ioctl into blkdev_ioctlChristoph Hellwig1-2/+1
2021-10-18block: move the *blkdev_ioctl declarations out of blkdev.hChristoph Hellwig1-0/+4
2021-10-18block: bump max plugged deferred size from 16 to 32Jens Axboe1-0/+6
2021-10-18block: move blk-throtl fast path inlineJens Axboe1-16/+0
2021-10-18blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}()John Garry1-1/+1
2021-10-18block: move a few merge helpers out of <linux/blkdev.h>Christoph Hellwig1-0/+38
2021-10-18block: move elevator.h to block/Christoph Hellwig1-0/+2
2021-10-15block: keep q_usage_counter in atomic mode after del_gendiskChristoph Hellwig1-0/+1
2021-10-15block: drain file system I/O on del_gendiskChristoph Hellwig1-0/+1
2021-09-07block: split out operations on block special filesChristoph Hellwig1-0/+2
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+7
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+11
2021-08-23block: provide bio_clear_hipri() helperJens Axboe1-0/+7
2021-08-23block: return errors from disk_alloc_eventsLuis Chamberlain1-1/+1
2021-08-23block: return errors from blk_integrity_addLuis Chamberlain1-2/+3
2021-08-17blk-mq: fix is_flush_rqMing Lei1-5/+1
2021-08-14blk-throtl: optimize IOPS throttle for large IO scenariosChunguang Xu1-0/+2
2021-08-12block: pass a gendisk to bdev_resize_partitionChristoph Hellwig1-2/+2
2021-08-12block: pass a gendisk to bdev_del_partitionChristoph Hellwig1-1/+1
2021-08-12block: pass a gendisk to bdev_add_partitionChristoph Hellwig1-2/+2
2021-08-02block: remove disk_name()Christoph Hellwig1-1/+0