aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-12blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei1-0/+3
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig3-28/+25
2022-07-06block: use bdev based helpers in blkdev_zone_mgmt{,all}Christoph Hellwig1-4/+4
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig2-8/+9
2022-07-06block: remove queue_max_open_zones and queue_max_active_zonesChristoph Hellwig1-2/+2
2022-07-06block: pass a gendisk to blk_queue_free_zone_bitmapsChristoph Hellwig3-6/+8
2022-07-06block: pass a gendisk to blk_queue_clear_zone_settingsChristoph Hellwig3-4/+6
2022-07-06block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig2-5/+6
2022-07-06block: simplify blk_check_zone_appendChristoph Hellwig1-3/+2
2022-07-06block: simplify blk_mq_plugChristoph Hellwig4-13/+11
2022-07-06block: use bdev_is_zoned instead of open coding itChristoph Hellwig4-10/+9
2022-07-06block: call blk_queue_free_zone_bitmaps from disk_releaseChristoph Hellwig2-2/+1
2022-07-06blk-mq: Drop local variable for reserved tagJohn Garry1-4/+2
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry3-11/+8
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2-4/+4
2022-07-06blk-mq: Add a flag for reserved requestsJohn Garry1-0/+6
2022-06-29blk-cgroup: factor out blkcg_free_all_cpd()Jason Yan1-18/+18
2022-06-29blk-cgroup: factor out blkcg_iostat_update()Jason Yan1-17/+20
2022-06-29block: simplify disk_set_independent_access_rangesChristoph Hellwig3-44/+18
2022-06-29block: move ->ia_ranges from the request_queue to the gendiskChristoph Hellwig1-9/+9
2022-06-29block: remove "select BLK_RQ_IO_DATA_LEN" from BLK_CGROUP_IOCOST dependencyYing Sun1-1/+0
2022-06-29block: Remove check of PageErrorMatthew Wilcox (Oracle)1-4/+0
2022-06-28blk-mq: cleanup disk sysfs registrationChristoph Hellwig3-25/+26
2022-06-28blk-mq: rename blk_mq_sysfs_{,un}registerChristoph Hellwig3-6/+6
2022-06-28block: remove the extra gendisk reference in __blk_mq_register_devChristoph Hellwig1-3/+1
2022-06-28block: use default groups to register the queue attributesChristoph Hellwig1-6/+6
2022-06-28block: remove a superflous queue kobject referenceChristoph Hellwig1-5/+1
2022-06-28block: simplify blktrace sysfs attribute creationChristoph Hellwig4-11/+6
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-15/+0
2022-06-28block: simplify disk shutdownChristoph Hellwig6-56/+59
2022-06-28block: stop setting the nomerges flags in blk_cleanup_queueChristoph Hellwig1-3/+0
2022-06-28block: remove QUEUE_FLAG_DEADChristoph Hellwig2-8/+3
2022-06-27blk-mq: blk_mq_tag_busy is no need to return a valueLiu Song2-17/+11
2022-06-27block: Always initialize bio IO priority on submitJan Kara1-0/+3
2022-06-27block: Initialize bio priority earlierJan Kara1-2/+2
2022-06-27blk-ioprio: Convert from rqos policy to direct callJan Kara4-45/+23
2022-06-27blk-ioprio: Remove unneeded fieldJan Kara1-6/+3
2022-06-27block: Fix handling of tasks without ioprio in ioprio_get(2)Jan Kara1-7/+23
2022-06-27block: Make ioprio_best() staticJan Kara1-1/+1
2022-06-27block: Generalize get_current_ioprio() for any taskJan Kara1-0/+26
2022-06-27block: fix default IO priority handling againJan Kara2-2/+4
2022-06-27blk-mq: Don't disable preemption around __blk_mq_run_hw_queue().Sebastian Andrzej Siewior1-5/+1
2022-06-27block: bfq: Fix kernel-doc headersBart Van Assche2-2/+6
2022-06-27block: bfq: Remove an unused function definitionBart Van Assche1-2/+0
2022-06-27bfq: Remove useless code in bfq_lookup_next_entityGuoYong Zheng1-3/+0
2022-06-27block: move blk_queue_get_max_sectors to blk.hChristoph Hellwig1-0/+13
2022-06-27block: fold blk_max_size_offset into get_max_io_sizeChristoph Hellwig1-2/+7
2022-06-27block: cleanup variable naming in get_max_io_sizeChristoph Hellwig1-10/+8
2022-06-27block: open code blk_max_size_offset in blk_rq_get_max_sectorsChristoph Hellwig1-4/+5
2022-06-27block: Make blk_mq_get_sq_hctx() select the proper hardware queue typeBart Van Assche1-1/+1