summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2022-08-02block: fix leaking page ref on truncated direct ioKeith Busch
2022-08-02block: ensure bio_iov_add_page can't failKeith Busch
2022-08-02block: ensure iov_iter advances for added pagesKeith Busch
2022-08-02block: pass struct queue_limits to the bio splitting helpersChristoph Hellwig
2022-08-02block: move bio_allowed_max_sectors to blk-merge.cChristoph Hellwig
2022-08-02block: move the call to get_max_io_size out of blk_bio_segment_splitChristoph Hellwig
2022-08-02block: move ->bio_split to the gendiskChristoph Hellwig
2022-08-02block: change the blk_queue_bounce calling conventionChristoph Hellwig
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-21block: remove __blk_get_queueChristoph Hellwig
2022-07-21block: call blk_mq_exit_queue from disk_release for never added disksChristoph Hellwig
2022-07-21blk-mq: fix error handling in __blk_mq_alloc_diskChristoph Hellwig
2022-07-20block: don't allow the same type rq_qos add more than onceJinke Han
2022-07-14block/kyber: Use the new blk_opf_t typeBart Van Assche
2022-07-14block/mq-deadline: Use the new blk_opf_t typeBart Van Assche
2022-07-14block/bfq: Use the new blk_opf_t typeBart Van Assche
2022-07-14block: Use the new blk_opf_t typeBart Van Assche
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche
2022-07-14block: Use enum req_op where appropriateBart Van Assche
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche
2022-07-14block: fix missing blkcg_bio_issue_initblock-5.19-2022-07-15Muchun Song
2022-07-14block: remove bdevnameChristoph Hellwig
2022-07-14block: stop using bdevname in __blkdev_issue_discardChristoph Hellwig
2022-07-14block: stop using bdevname in bdev_write_inodeChristoph Hellwig
2022-07-12blk-cgroup: Use atomic{,64}_try_cmpxchgUros Bizjak
2022-07-12blk-iolatency: Use atomic{,64}_try_cmpxchgUros Bizjak
2022-07-12block: Use try_cmpxchg in update_io_ticksUros Bizjak
2022-07-12block/rq_qos: Use atomic_try_cmpxchg in atomic_inc_belowUros Bizjak
2022-07-12blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig
2022-07-06block: use bdev based helpers in blkdev_zone_mgmt{,all}Christoph Hellwig
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig
2022-07-06block: remove queue_max_open_zones and queue_max_active_zonesChristoph Hellwig
2022-07-06block: pass a gendisk to blk_queue_free_zone_bitmapsChristoph Hellwig
2022-07-06block: pass a gendisk to blk_queue_clear_zone_settingsChristoph Hellwig
2022-07-06block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig
2022-07-06block: simplify blk_check_zone_appendChristoph Hellwig
2022-07-06block: simplify blk_mq_plugChristoph Hellwig
2022-07-06block: use bdev_is_zoned instead of open coding itChristoph Hellwig
2022-07-06block: call blk_queue_free_zone_bitmaps from disk_releaseChristoph Hellwig
2022-07-06blk-mq: Drop local variable for reserved tagJohn Garry
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry
2022-07-06blk-mq: Add a flag for reserved requestsJohn Garry
2022-06-29blk-cgroup: factor out blkcg_free_all_cpd()Jason Yan
2022-06-29blk-cgroup: factor out blkcg_iostat_update()Jason Yan
2022-06-29block: simplify disk_set_independent_access_rangesChristoph Hellwig
2022-06-29block: move ->ia_ranges from the request_queue to the gendiskChristoph Hellwig
2022-06-29block: remove "select BLK_RQ_IO_DATA_LEN" from BLK_CGROUP_IOCOST dependencyYing Sun