aboutsummaryrefslogtreecommitdiff
path: root/block/blk.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-02block: move disk_{block,unblock,flush}_events to blk.hGravatar Christoph Hellwig 1-0/+3
2021-12-16block: only build the icq tracking code when neededGravatar Christoph Hellwig 1-0/+6
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueGravatar Ming Lei 1-1/+9
2021-12-03block: switch to atomic_t for request referencesGravatar Jens Axboe 1-0/+31
2021-11-29block: remove the ->rq_disk field in struct requestGravatar Christoph Hellwig 1-1/+1
2021-11-29block: simplify ioc_lookup_icqGravatar Christoph Hellwig 1-1/+1
2021-11-29block: move blk_mq_sched_assign_ioc to blk-ioc.cGravatar Christoph Hellwig 1-5/+1
2021-11-29block: don't include <linux/part_stat.h> in blk.hGravatar Christoph Hellwig 1-1/+0
2021-11-29block: don't include <linux/idr.h> in blk.hGravatar Christoph Hellwig 1-1/+0
2021-11-29block: don't include <linux/blk-mq.h> in blk.hGravatar Christoph Hellwig 1-1/+0
2021-11-29block: don't include blk-mq.h in blk.hGravatar Christoph Hellwig 1-1/+0
2021-11-29block: don't include blk-mq-sched.h in blk.hGravatar Christoph Hellwig 1-1/+0
2021-11-29block: remove the e argument to elevator_exitGravatar Christoph Hellwig 1-1/+1
2021-11-29block: remove elevator_exitGravatar Christoph Hellwig 1-10/+1
2021-11-29block: move blk_get_flush_queue to blk-flush.cGravatar Christoph Hellwig 1-6/+0
2021-11-29blk-mq: simplify the plug handling in blk_mq_submit_bioGravatar Christoph Hellwig 1-1/+1
2021-11-29block: merge disk_scan_partitions and blkdev_reread_partGravatar Christoph Hellwig 1-0/+1
2021-11-29block: move blk_print_req_error to blk-mq.cGravatar Christoph Hellwig 1-1/+1
2021-11-29block: move blk_account_io_{start,done} to blk-mq.cGravatar Christoph Hellwig 1-20/+1
2021-11-29block: move request based cloning helpers to blk-mq.cGravatar Christoph Hellwig 1-0/+10
2021-11-19blk-mq: don't insert FUA request with data into scheduler queueGravatar Ming Lei 1-1/+1
2021-11-04block: move queue enter logic into blk_mq_submit_bio()Gravatar Jens Axboe 1-0/+1
2021-11-04block: make bio_queue_enter() fast-path available inlineGravatar Jens Axboe 1-0/+34
2021-10-26block: Add independent access ranges supportGravatar Damien Le Moal 1-0/+4
2021-10-19blk-mq: don't handle non-flush requests in blk_insert_flushGravatar Christoph Hellwig 1-1/+1
2021-10-19block: return whether or not to unplug through booleanGravatar Jens Axboe 1-1/+1
2021-10-18block: move update request helpers into blk-mq.cGravatar Jens Axboe 1-0/+1
2021-10-18block: handle fast path of bio splitting inlineGravatar Jens Axboe 1-1/+26
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDGravatar Christoph Hellwig 1-2/+2
2021-10-18block: inline hot paths of blk_account_io_*()Gravatar Pavel Begunkov 1-3/+21
2021-10-18block: merge block_ioctl into blkdev_ioctlGravatar Christoph Hellwig 1-2/+1
2021-10-18block: move the *blkdev_ioctl declarations out of blkdev.hGravatar Christoph Hellwig 1-0/+4
2021-10-18block: bump max plugged deferred size from 16 to 32Gravatar Jens Axboe 1-0/+6
2021-10-18block: move blk-throtl fast path inlineGravatar Jens Axboe 1-16/+0
2021-10-18blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}()Gravatar John Garry 1-1/+1
2021-10-18block: move a few merge helpers out of <linux/blkdev.h>Gravatar Christoph Hellwig 1-0/+38
2021-10-18block: move elevator.h to block/Gravatar Christoph Hellwig 1-0/+2
2021-10-15block: keep q_usage_counter in atomic mode after del_gendiskGravatar Christoph Hellwig 1-0/+1
2021-10-15block: drain file system I/O on del_gendiskGravatar Christoph Hellwig 1-0/+1
2021-09-07block: split out operations on block special filesGravatar Christoph Hellwig 1-0/+2
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+7
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-9/+11
2021-08-23block: provide bio_clear_hipri() helperGravatar Jens Axboe 1-0/+7
2021-08-23block: return errors from disk_alloc_eventsGravatar Luis Chamberlain 1-1/+1
2021-08-23block: return errors from blk_integrity_addGravatar Luis Chamberlain 1-2/+3
2021-08-17blk-mq: fix is_flush_rqGravatar Ming Lei 1-5/+1
2021-08-14blk-throtl: optimize IOPS throttle for large IO scenariosGravatar Chunguang Xu 1-0/+2
2021-08-12block: pass a gendisk to bdev_resize_partitionGravatar Christoph Hellwig 1-2/+2
2021-08-12block: pass a gendisk to bdev_del_partitionGravatar Christoph Hellwig 1-1/+1
2021-08-12block: pass a gendisk to bdev_add_partitionGravatar Christoph Hellwig 1-2/+2