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