summaryrefslogtreecommitdiffstats
path: root/block/blk.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-17block: refactor discard bio size limitingChristoph Hellwig1-14/+0
2022-04-17block: allow use of per-cpu bio alloc cache by block driversMike Snitzer1-6/+0
2022-04-17block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer1-2/+1
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2022-03-08blk-mq: do not include passthrough requests in I/O accountingChristoph Hellwig1-1/+1
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig1-1/+0
2022-02-16block: don't check bio in blk_throtl_dispatch_work_fnMing Lei1-0/+1
2022-02-16block: don't declare submit_bio_checks in local headerMing Lei1-1/+0
2022-02-02block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni1-2/+0
2022-02-02block: move blk_drop_partitions to blk.hChristoph Hellwig1-0/+1
2022-02-02block: move disk_{block,unblock,flush}_events to blk.hChristoph Hellwig1-0/+3
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