summaryrefslogtreecommitdiff
path: root/block/blk.h
AgeCommit message (Expand)Author
2022-08-02block: pass struct queue_limits to the bio splitting helpersChristoph Hellwig
2022-08-02block: move bio_allowed_max_sectors to blk-merge.cChristoph Hellwig
2022-08-02block: change the blk_queue_bounce calling conventionChristoph Hellwig
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig
2022-07-21block: remove __blk_get_queueChristoph Hellwig
2022-07-14block: Use enum req_op where appropriateBart Van Assche
2022-07-06block: pass a gendisk to blk_queue_free_zone_bitmapsChristoph Hellwig
2022-07-06block: pass a gendisk to blk_queue_clear_zone_settingsChristoph Hellwig
2022-06-29block: simplify disk_set_independent_access_rangesChristoph Hellwig
2022-06-28block: simplify blktrace sysfs attribute creationChristoph Hellwig
2022-06-28block: simplify disk shutdownChristoph Hellwig
2022-06-27block: move blk_queue_get_max_sectors to blk.hChristoph Hellwig
2022-04-17block: refactor discard bio size limitingChristoph Hellwig
2022-04-17block: allow use of per-cpu bio alloc cache by block driversMike Snitzer
2022-04-17block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-08blk-mq: do not include passthrough requests in I/O accountingChristoph Hellwig
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig
2022-02-16block: don't check bio in blk_throtl_dispatch_work_fnMing Lei
2022-02-16block: don't declare submit_bio_checks in local headerMing Lei
2022-02-02block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni
2022-02-02block: move blk_drop_partitions to blk.hChristoph Hellwig
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