summaryrefslogtreecommitdiff
path: root/block/blk.h
Commit message (Expand)AuthorAgeFilesLines
* blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh2023-04-261-9/+1
* block: Cleanup set_capacity()/bdev_set_nr_sectors()Damien Le Moal2023-04-241-0/+2
* blk-iolatency: Make initialization lazyTejun Heo2023-04-131-6/+0
* blk-mq: enforce op-specific segment limits in blk_insert_cloned_requestUday Shankar2023-03-021-0/+7
* block: Revert "block: Do not reread partition table on exclusively open device"Yu Kuai2023-02-171-1/+1
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-18/+9
|\
| * block: Do not reread partition table on exclusively open deviceJan Kara2022-12-011-1/+1
| * block: untangle request_queue refcounting from sysfsChristoph Hellwig2022-11-301-4/+0
| * blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig2022-11-021-8/+1
| * block: split elevator_switchChristoph Hellwig2022-11-011-0/+1
| * block: Constify most queue limits pointersBart Van Assche2022-10-251-5/+6
* | Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds2022-11-181-0/+1
|\ \ | |/ |/|
| * block: make blk_set_default_limits() privateKeith Busch2022-11-161-0/+1
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+7
|\ \ | |/ |/|
| * kmsan: disable physical page merging in biovecAlexander Potapenko2022-10-031-0/+7
* | blk-mq: use quiesced elevator switch when reinitializing queuesKeith Busch2022-09-271-2/+1
* | blk-iolatency: pass a gendisk to blk_iolatency_initChristoph Hellwig2022-09-261-2/+2
|/
* block: pass struct queue_limits to the bio splitting helpersChristoph Hellwig2022-08-021-11/+14
* block: move bio_allowed_max_sectors to blk-merge.cChristoph Hellwig2022-08-021-10/+0
* block: change the blk_queue_bounce calling conventionChristoph Hellwig2022-08-021-4/+6
* block: change the blk_queue_split calling conventionChristoph Hellwig2022-08-021-3/+3
* block: remove __blk_get_queueChristoph Hellwig2022-07-211-5/+0
* block: Use enum req_op where appropriateBart Van Assche2022-07-141-1/+1
* block: pass a gendisk to blk_queue_free_zone_bitmapsChristoph Hellwig2022-07-061-2/+2
* block: pass a gendisk to blk_queue_clear_zone_settingsChristoph Hellwig2022-07-061-2/+2
* block: simplify disk_set_independent_access_rangesChristoph Hellwig2022-06-291-2/+1
* block: simplify blktrace sysfs attribute creationChristoph Hellwig2022-06-281-0/+2
* block: simplify disk shutdownChristoph Hellwig2022-06-281-0/+3
* block: move blk_queue_get_max_sectors to blk.hChristoph Hellwig2022-06-271-0/+13
* block: refactor discard bio size limitingChristoph Hellwig2022-04-171-14/+0
* block: allow use of per-cpu bio alloc cache by block driversMike Snitzer2022-04-171-6/+0
* block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer2022-04-171-2/+1
* 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