summaryrefslogtreecommitdiffstats
path: root/block/blk.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-18/+9
2022-12-01block: Do not reread partition table on exclusively open deviceJan Kara1-1/+1
2022-11-30block: untangle request_queue refcounting from sysfsChristoph Hellwig1-4/+0
2022-11-18Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2022-11-16block: make blk_set_default_limits() privateKeith Busch1-0/+1
2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig1-8/+1
2022-11-01block: split elevator_switchChristoph Hellwig1-0/+1
2022-10-25block: Constify most queue limits pointersBart Van Assche1-5/+6
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+7
2022-10-03kmsan: disable physical page merging in biovecAlexander Potapenko1-0/+7
2022-09-27blk-mq: use quiesced elevator switch when reinitializing queuesKeith Busch1-2/+1
2022-09-26blk-iolatency: pass a gendisk to blk_iolatency_initChristoph Hellwig1-2/+2
2022-08-02block: pass struct queue_limits to the bio splitting helpersChristoph Hellwig1-11/+14
2022-08-02block: move bio_allowed_max_sectors to blk-merge.cChristoph Hellwig1-10/+0
2022-08-02block: change the blk_queue_bounce calling conventionChristoph Hellwig1-4/+6
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig1-3/+3
2022-07-21block: remove __blk_get_queueChristoph Hellwig1-5/+0
2022-07-14block: Use enum req_op where appropriateBart Van Assche1-1/+1
2022-07-06block: pass a gendisk to blk_queue_free_zone_bitmapsChristoph Hellwig1-2/+2
2022-07-06block: pass a gendisk to blk_queue_clear_zone_settingsChristoph Hellwig1-2/+2
2022-06-29block: simplify disk_set_independent_access_rangesChristoph Hellwig1-2/+1
2022-06-28block: simplify blktrace sysfs attribute creationChristoph Hellwig1-0/+2
2022-06-28block: simplify disk shutdownChristoph Hellwig1-0/+3
2022-06-27block: move blk_queue_get_max_sectors to blk.hChristoph Hellwig1-0/+13
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