aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-14block/kyber: Use the new blk_opf_t typeBart Van Assche1-4/+4
2022-07-14block/mq-deadline: Use the new blk_opf_t typeBart Van Assche1-2/+2
2022-07-14block/bfq: Use the new blk_opf_t typeBart Van Assche3-25/+25
2022-07-14block: Use the new blk_opf_t typeBart Van Assche11-43/+44
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche1-0/+2
2022-07-14block: Use enum req_op where appropriateBart Van Assche5-9/+10
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche1-4/+3
2022-07-14block: remove bdevnameChristoph Hellwig1-23/+0
2022-07-14block: stop using bdevname in __blkdev_issue_discardChristoph Hellwig1-4/+2
2022-07-14block: stop using bdevname in bdev_write_inodeChristoph Hellwig1-6/+4
2022-07-12blk-cgroup: Use atomic{,64}_try_cmpxchgUros Bizjak2-9/+5
2022-07-12blk-iolatency: Use atomic{,64}_try_cmpxchgUros Bizjak1-7/+5
2022-07-12block: Use try_cmpxchg in update_io_ticksUros Bizjak1-1/+1
2022-07-12block/rq_qos: Use atomic_try_cmpxchg in atomic_inc_belowUros Bizjak1-8/+2
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-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