summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | block: move zone related fields to struct gendiskChristoph Hellwig2022-07-063-28/+25
| * | | block: use bdev based helpers in blkdev_zone_mgmt{,all}Christoph Hellwig2022-07-061-4/+4
| * | | block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig2022-07-062-8/+9
| * | | block: remove queue_max_open_zones and queue_max_active_zonesChristoph Hellwig2022-07-061-2/+2
| * | | block: pass a gendisk to blk_queue_free_zone_bitmapsChristoph Hellwig2022-07-063-6/+8
| * | | block: pass a gendisk to blk_queue_clear_zone_settingsChristoph Hellwig2022-07-063-4/+6
| * | | block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig2022-07-062-5/+6
| * | | block: simplify blk_check_zone_appendChristoph Hellwig2022-07-061-3/+2
| * | | block: simplify blk_mq_plugChristoph Hellwig2022-07-064-13/+11
| * | | block: use bdev_is_zoned instead of open coding itChristoph Hellwig2022-07-064-10/+9
| * | | block: call blk_queue_free_zone_bitmaps from disk_releaseChristoph Hellwig2022-07-062-2/+1
| * | | blk-mq: Drop local variable for reserved tagJohn Garry2022-07-061-4/+2
| * | | blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry2022-07-063-11/+8
| * | | blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-062-4/+4
| * | | blk-mq: Add a flag for reserved requestsJohn Garry2022-07-061-0/+6
| * | | blk-cgroup: factor out blkcg_free_all_cpd()Jason Yan2022-06-291-18/+18
| * | | blk-cgroup: factor out blkcg_iostat_update()Jason Yan2022-06-291-17/+20
| * | | block: simplify disk_set_independent_access_rangesChristoph Hellwig2022-06-293-44/+18
| * | | block: move ->ia_ranges from the request_queue to the gendiskChristoph Hellwig2022-06-291-9/+9
| * | | block: remove "select BLK_RQ_IO_DATA_LEN" from BLK_CGROUP_IOCOST dependencyYing Sun2022-06-291-1/+0
| * | | blk-mq: cleanup disk sysfs registrationChristoph Hellwig2022-06-283-25/+26
| * | | blk-mq: rename blk_mq_sysfs_{,un}registerChristoph Hellwig2022-06-283-6/+6
| * | | block: remove the extra gendisk reference in __blk_mq_register_devChristoph Hellwig2022-06-281-3/+1
| * | | block: use default groups to register the queue attributesChristoph Hellwig2022-06-281-6/+6
| * | | block: remove a superflous queue kobject referenceChristoph Hellwig2022-06-281-5/+1
| * | | block: simplify blktrace sysfs attribute creationChristoph Hellwig2022-06-284-11/+6
| * | | block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-15/+0
| * | | block: simplify disk shutdownChristoph Hellwig2022-06-286-56/+59
| * | | block: stop setting the nomerges flags in blk_cleanup_queueChristoph Hellwig2022-06-281-3/+0
| * | | block: remove QUEUE_FLAG_DEADChristoph Hellwig2022-06-282-8/+3
| * | | blk-mq: blk_mq_tag_busy is no need to return a valueLiu Song2022-06-272-17/+11
| * | | block: Always initialize bio IO priority on submitJan Kara2022-06-271-0/+3
| * | | block: Initialize bio priority earlierJan Kara2022-06-271-2/+2
| * | | blk-ioprio: Convert from rqos policy to direct callJan Kara2022-06-274-45/+23
| * | | blk-ioprio: Remove unneeded fieldJan Kara2022-06-271-6/+3
| * | | block: Fix handling of tasks without ioprio in ioprio_get(2)Jan Kara2022-06-271-7/+23
| * | | block: Make ioprio_best() staticJan Kara2022-06-271-1/+1
| * | | block: Generalize get_current_ioprio() for any taskJan Kara2022-06-271-0/+26
| * | | block: fix default IO priority handling againJan Kara2022-06-272-2/+4
| * | | blk-mq: Don't disable preemption around __blk_mq_run_hw_queue().Sebastian Andrzej Siewior2022-06-271-5/+1
| * | | block: bfq: Fix kernel-doc headersBart Van Assche2022-06-272-2/+6
| * | | block: bfq: Remove an unused function definitionBart Van Assche2022-06-271-2/+0
| * | | bfq: Remove useless code in bfq_lookup_next_entityGuoYong Zheng2022-06-271-3/+0
| * | | block: move blk_queue_get_max_sectors to blk.hChristoph Hellwig2022-06-271-0/+13
| * | | block: fold blk_max_size_offset into get_max_io_sizeChristoph Hellwig2022-06-271-2/+7
| * | | block: cleanup variable naming in get_max_io_sizeChristoph Hellwig2022-06-271-10/+8
| * | | block: open code blk_max_size_offset in blk_rq_get_max_sectorsChristoph Hellwig2022-06-271-4/+5
| * | | block: Make blk_mq_get_sq_hctx() select the proper hardware queue typeBart Van Assche2022-06-271-1/+1
| * | | block: Rename a blk_mq_map_queue() argumentBart Van Assche2022-06-271-6/+6
| * | | blk-iocost: Simplify ioc_rqos_done()Bart Van Assche2022-06-271-1/+1