summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds-688/+678
2022-07-21block: remove __blk_get_queueChristoph Hellwig-11/+4
2022-07-21block: call blk_mq_exit_queue from disk_release for never added disksChristoph Hellwig-0/+15
2022-07-21blk-mq: fix error handling in __blk_mq_alloc_diskChristoph Hellwig-1/+1
2022-07-20block: don't allow the same type rq_qos add more than onceJinke Han-16/+45
2022-07-14block/kyber: Use the new blk_opf_t typeBart Van Assche-4/+4
2022-07-14block/mq-deadline: Use the new blk_opf_t typeBart Van Assche-2/+2
2022-07-14block/bfq: Use the new blk_opf_t typeBart Van Assche-25/+25
2022-07-14block: Use the new blk_opf_t typeBart Van Assche-43/+44
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche-0/+2
2022-07-14block: Use enum req_op where appropriateBart Van Assche-9/+10
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche-4/+3
2022-07-14block: fix missing blkcg_bio_issue_initMuchun Song-0/+1
2022-07-14block: remove bdevnameChristoph Hellwig-23/+0
2022-07-14block: stop using bdevname in __blkdev_issue_discardChristoph Hellwig-4/+2
2022-07-14block: stop using bdevname in bdev_write_inodeChristoph Hellwig-6/+4
2022-07-12blk-cgroup: Use atomic{,64}_try_cmpxchgUros Bizjak-9/+5
2022-07-12blk-iolatency: Use atomic{,64}_try_cmpxchgUros Bizjak-7/+5
2022-07-12block: Use try_cmpxchg in update_io_ticksUros Bizjak-1/+1
2022-07-12block/rq_qos: Use atomic_try_cmpxchg in atomic_inc_belowUros Bizjak-8/+2
2022-07-12blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei-0/+3
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig-28/+25
2022-07-06block: use bdev based helpers in blkdev_zone_mgmt{,all}Christoph Hellwig-4/+4
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig-8/+9
2022-07-06block: remove queue_max_open_zones and queue_max_active_zonesChristoph Hellwig-2/+2
2022-07-06block: pass a gendisk to blk_queue_free_zone_bitmapsChristoph Hellwig-6/+8
2022-07-06block: pass a gendisk to blk_queue_clear_zone_settingsChristoph Hellwig-4/+6
2022-07-06block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig-5/+6
2022-07-06block: simplify blk_check_zone_appendChristoph Hellwig-3/+2
2022-07-06block: simplify blk_mq_plugChristoph Hellwig-13/+11
2022-07-06block: use bdev_is_zoned instead of open coding itChristoph Hellwig-10/+9
2022-07-06block: call blk_queue_free_zone_bitmaps from disk_releaseChristoph Hellwig-2/+1
2022-07-06blk-mq: Drop local variable for reserved tagJohn Garry-4/+2
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry-11/+8
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry-4/+4
2022-07-06blk-mq: Add a flag for reserved requestsJohn Garry-0/+6
2022-06-29blk-cgroup: factor out blkcg_free_all_cpd()Jason Yan-18/+18
2022-06-29blk-cgroup: factor out blkcg_iostat_update()Jason Yan-17/+20
2022-06-29block: simplify disk_set_independent_access_rangesChristoph Hellwig-44/+18
2022-06-29block: move ->ia_ranges from the request_queue to the gendiskChristoph Hellwig-9/+9
2022-06-29block: remove "select BLK_RQ_IO_DATA_LEN" from BLK_CGROUP_IOCOST dependencyYing Sun-1/+0
2022-06-28blk-mq: cleanup disk sysfs registrationChristoph Hellwig-25/+26
2022-06-28blk-mq: rename blk_mq_sysfs_{,un}registerChristoph Hellwig-6/+6
2022-06-28block: remove the extra gendisk reference in __blk_mq_register_devChristoph Hellwig-3/+1
2022-06-28block: use default groups to register the queue attributesChristoph Hellwig-6/+6
2022-06-28block: remove a superflous queue kobject referenceChristoph Hellwig-5/+1
2022-06-28block: simplify blktrace sysfs attribute creationChristoph Hellwig-11/+6
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig-15/+0
2022-06-28block: simplify disk shutdownChristoph Hellwig-56/+59
2022-06-28block: stop setting the nomerges flags in blk_cleanup_queueChristoph Hellwig-3/+0