summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2022-06-28Merge branch 'for-next' of git://git.infradead.org/users/willy/pagecache.gitStephen Rothwell
2022-06-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mkp/...Stephen Rothwell
2022-06-27blk-mq: blk_mq_tag_busy is no need to return a valueLiu Song
2022-06-27block: Always initialize bio IO priority on submitJan Kara
2022-06-27block: Initialize bio priority earlierJan Kara
2022-06-27blk-ioprio: Convert from rqos policy to direct callJan Kara
2022-06-27blk-ioprio: Remove unneeded fieldJan Kara
2022-06-27block: Fix handling of tasks without ioprio in ioprio_get(2)Jan Kara
2022-06-27block: Make ioprio_best() staticJan Kara
2022-06-27block: Generalize get_current_ioprio() for any taskJan Kara
2022-06-27block: fix default IO priority handling againJan Kara
2022-06-27blk-mq: Don't disable preemption around __blk_mq_run_hw_queue().Sebastian Andrzej Siewior
2022-06-27block: bfq: Fix kernel-doc headersBart Van Assche
2022-06-27block: bfq: Remove an unused function definitionBart Van Assche
2022-06-27bfq: Remove useless code in bfq_lookup_next_entityGuoYong Zheng
2022-06-27block: move blk_queue_get_max_sectors to blk.hChristoph Hellwig
2022-06-27block: fold blk_max_size_offset into get_max_io_sizeChristoph Hellwig
2022-06-27block: cleanup variable naming in get_max_io_sizeChristoph Hellwig
2022-06-27block: open code blk_max_size_offset in blk_rq_get_max_sectorsChristoph Hellwig
2022-06-27block: Make blk_mq_get_sq_hctx() select the proper hardware queue typeBart Van Assche
2022-06-27block: Rename a blk_mq_map_queue() argumentBart Van Assche
2022-06-27blk-iocost: Simplify ioc_rqos_done()Bart Van Assche
2022-06-27block: Directly use ida_alloc()/free()Bo Liu
2022-06-27block: relax direct io memory alignmentKeith Busch
2022-06-27block/bounce: count bytes instead of sectorsKeith Busch
2022-06-27block/merge: count bytes instead of sectorsKeith Busch
2022-06-27block: add a helper function for dio alignmentKeith Busch
2022-06-27block: export dma_alignment attributeKeith Busch
2022-06-27block/bio: remove duplicate append pages codeKeith Busch
2022-06-27block: fix infinite loop for invalid zone appendKeith Busch
2022-06-26mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)
2022-06-26block: Convert read_part_sector() to use a folioMatthew Wilcox (Oracle)
2022-06-26block: Use PAGE_SECTORS_SHIFTMatthew Wilcox (Oracle)
2022-06-26block: Handle partition read errors more consistentlyMatthew Wilcox (Oracle)
2022-06-26block: Simplify read_part_sector()Matthew Wilcox (Oracle)
2022-06-26block: Remove check of PageErrorMatthew Wilcox (Oracle)
2022-06-23block: remove WARN_ON() from bd_link_disk_holderLi Nan
2022-06-21scsi: core: bsg: Remove usage of the deprecated ida_simple_xxx() APIBo Liu
2022-06-21block: pop cached rq before potentially blocking rq_qos_throttle()Jens Axboe
2022-06-19block: remove queue from struct blk_independent_access_rangeDamien Le Moal
2022-06-17block: freeze the queue earlier in del_gendiskChristoph Hellwig
2022-06-17block: remove per-disk debugfs files in blk_unregister_queueChristoph Hellwig
2022-06-17block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig
2022-06-17block: disable the elevator int del_gendiskChristoph Hellwig
2022-06-16block/bfq: Enable I/O statisticsBart Van Assche
2022-06-16blk-mq: don't clear flush_rq from tags->rqs[]Ming Lei
2022-06-16blk-mq: avoid to touch q->elevator without any protectionMing Lei
2022-06-16blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_noneMing Lei
2022-06-16block: Fix handling of offline queues in blk_mq_alloc_request_hctx()Bart Van Assche
2022-06-08block: remove bioset_init_from_srcChristoph Hellwig