summaryrefslogtreecommitdiffstats
path: root/block/blk.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-1/+0
|\
| * scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig2022-02-221-1/+0
* | blk-mq: do not include passthrough requests in I/O accountingChristoph Hellwig2022-03-081-1/+1
* | block: don't check bio in blk_throtl_dispatch_work_fnMing Lei2022-02-161-0/+1
* | block: don't declare submit_bio_checks in local headerMing Lei2022-02-161-1/+0
* | block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni2022-02-021-2/+0
* | block: move blk_drop_partitions to blk.hChristoph Hellwig2022-02-021-0/+1
* | block: move disk_{block,unblock,flush}_events to blk.hChristoph Hellwig2022-02-021-0/+3
|/
* block: only build the icq tracking code when neededChristoph Hellwig2021-12-161-0/+6
* blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei2021-12-031-1/+9
* block: switch to atomic_t for request referencesJens Axboe2021-12-031-0/+31
* block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-291-1/+1
* block: simplify ioc_lookup_icqChristoph Hellwig2021-11-291-1/+1
* block: move blk_mq_sched_assign_ioc to blk-ioc.cChristoph Hellwig2021-11-291-5/+1
* block: don't include <linux/part_stat.h> in blk.hChristoph Hellwig2021-11-291-1/+0
* block: don't include <linux/idr.h> in blk.hChristoph Hellwig2021-11-291-1/+0
* block: don't include <linux/blk-mq.h> in blk.hChristoph Hellwig2021-11-291-1/+0
* block: don't include blk-mq.h in blk.hChristoph Hellwig2021-11-291-1/+0
* block: don't include blk-mq-sched.h in blk.hChristoph Hellwig2021-11-291-1/+0
* block: remove the e argument to elevator_exitChristoph Hellwig2021-11-291-1/+1
* block: remove elevator_exitChristoph Hellwig2021-11-291-10/+1
* block: move blk_get_flush_queue to blk-flush.cChristoph Hellwig2021-11-291-6/+0
* blk-mq: simplify the plug handling in blk_mq_submit_bioChristoph Hellwig2021-11-291-1/+1
* block: merge disk_scan_partitions and blkdev_reread_partChristoph Hellwig2021-11-291-0/+1
* block: move blk_print_req_error to blk-mq.cChristoph Hellwig2021-11-291-1/+1
* block: move blk_account_io_{start,done} to blk-mq.cChristoph Hellwig2021-11-291-20/+1
* block: move request based cloning helpers to blk-mq.cChristoph Hellwig2021-11-291-0/+10
* blk-mq: don't insert FUA request with data into scheduler queueMing Lei2021-11-191-1/+1
* block: move queue enter logic into blk_mq_submit_bio()Jens Axboe2021-11-041-0/+1
* block: make bio_queue_enter() fast-path available inlineJens Axboe2021-11-041-0/+34
* block: Add independent access ranges supportDamien Le Moal2021-10-261-0/+4
* blk-mq: don't handle non-flush requests in blk_insert_flushChristoph Hellwig2021-10-191-1/+1
* block: return whether or not to unplug through booleanJens Axboe2021-10-191-1/+1
* block: move update request helpers into blk-mq.cJens Axboe2021-10-181-0/+1
* block: handle fast path of bio splitting inlineJens Axboe2021-10-181-1/+26
* block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig2021-10-181-2/+2
* block: inline hot paths of blk_account_io_*()Pavel Begunkov2021-10-181-3/+21
* block: merge block_ioctl into blkdev_ioctlChristoph Hellwig2021-10-181-2/+1
* block: move the *blkdev_ioctl declarations out of blkdev.hChristoph Hellwig2021-10-181-0/+4
* block: bump max plugged deferred size from 16 to 32Jens Axboe2021-10-181-0/+6
* block: move blk-throtl fast path inlineJens Axboe2021-10-181-16/+0
* blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}()John Garry2021-10-181-1/+1
* block: move a few merge helpers out of <linux/blkdev.h>Christoph Hellwig2021-10-181-0/+38
* block: move elevator.h to block/Christoph Hellwig2021-10-181-0/+2
* block: keep q_usage_counter in atomic mode after del_gendiskChristoph Hellwig2021-10-151-0/+1
* block: drain file system I/O on del_gendiskChristoph Hellwig2021-10-151-0/+1
* block: split out operations on block special filesChristoph Hellwig2021-09-071-0/+2
* Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-0/+7
|\
| * block: provide bio_clear_hipri() helperJens Axboe2021-08-231-0/+7
* | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-9/+11
|\ \ | |/ |/|