summaryrefslogtreecommitdiff
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.infradead.org/users/willy/pagecache.gitStephen Rothwell2022-06-283-16/+10
|\
| * mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)2022-06-261-1/+1
| * block: Convert read_part_sector() to use a folioMatthew Wilcox (Oracle)2022-06-262-7/+7
| * block: Use PAGE_SECTORS_SHIFTMatthew Wilcox (Oracle)2022-06-261-2/+1
| * block: Handle partition read errors more consistentlyMatthew Wilcox (Oracle)2022-06-261-1/+1
| * block: Simplify read_part_sector()Matthew Wilcox (Oracle)2022-06-261-2/+1
| * block: Remove check of PageErrorMatthew Wilcox (Oracle)2022-06-261-4/+0
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mkp/...Stephen Rothwell2022-06-281-2/+2
|\ \
| * | scsi: core: bsg: Remove usage of the deprecated ida_simple_xxx() APIBo Liu2022-06-211-2/+2
* | | blk-mq: blk_mq_tag_busy is no need to return a valueLiu Song2022-06-272-17/+11
* | | block: Always initialize bio IO priority on submitJan Kara2022-06-271-0/+3
* | | block: Initialize bio priority earlierJan Kara2022-06-271-2/+2
* | | blk-ioprio: Convert from rqos policy to direct callJan Kara2022-06-274-45/+23
* | | blk-ioprio: Remove unneeded fieldJan Kara2022-06-271-6/+3
* | | block: Fix handling of tasks without ioprio in ioprio_get(2)Jan Kara2022-06-271-7/+23
* | | block: Make ioprio_best() staticJan Kara2022-06-271-1/+1
* | | block: Generalize get_current_ioprio() for any taskJan Kara2022-06-271-0/+26
* | | block: fix default IO priority handling againJan Kara2022-06-272-2/+4
* | | blk-mq: Don't disable preemption around __blk_mq_run_hw_queue().Sebastian Andrzej Siewior2022-06-271-5/+1
* | | block: bfq: Fix kernel-doc headersBart Van Assche2022-06-272-2/+6
* | | block: bfq: Remove an unused function definitionBart Van Assche2022-06-271-2/+0
* | | bfq: Remove useless code in bfq_lookup_next_entityGuoYong Zheng2022-06-271-3/+0
* | | block: move blk_queue_get_max_sectors to blk.hChristoph Hellwig2022-06-271-0/+13
* | | block: fold blk_max_size_offset into get_max_io_sizeChristoph Hellwig2022-06-271-2/+7
* | | block: cleanup variable naming in get_max_io_sizeChristoph Hellwig2022-06-271-10/+8
* | | block: open code blk_max_size_offset in blk_rq_get_max_sectorsChristoph Hellwig2022-06-271-4/+5
* | | block: Make blk_mq_get_sq_hctx() select the proper hardware queue typeBart Van Assche2022-06-271-1/+1
* | | block: Rename a blk_mq_map_queue() argumentBart Van Assche2022-06-271-6/+6
* | | blk-iocost: Simplify ioc_rqos_done()Bart Van Assche2022-06-271-1/+1
* | | block: Directly use ida_alloc()/free()Bo Liu2022-06-272-3/+3
* | | block: relax direct io memory alignmentKeith Busch2022-06-272-2/+11
* | | block/bounce: count bytes instead of sectorsKeith Busch2022-06-271-3/+10
* | | block/merge: count bytes instead of sectorsKeith Busch2022-06-271-17/+24
* | | block: add a helper function for dio alignmentKeith Busch2022-06-271-6/+10
* | | block: export dma_alignment attributeKeith Busch2022-06-271-0/+7
* | | block/bio: remove duplicate append pages codeKeith Busch2022-06-271-60/+42
* | | block: fix infinite loop for invalid zone appendKeith Busch2022-06-271-3/+0
| |/ |/|
* | block: remove WARN_ON() from bd_link_disk_holderLi Nan2022-06-231-4/+0
* | block: pop cached rq before potentially blocking rq_qos_throttle()Jens Axboe2022-06-211-3/+8
* | block: remove queue from struct blk_independent_access_rangeDamien Le Moal2022-06-191-1/+0
* | block: freeze the queue earlier in del_gendiskChristoph Hellwig2022-06-171-2/+1
* | block: remove per-disk debugfs files in blk_unregister_queueChristoph Hellwig2022-06-174-25/+8
* | block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig2022-06-176-22/+48
* | block: disable the elevator int del_gendiskChristoph Hellwig2022-06-172-41/+11
* | block/bfq: Enable I/O statisticsBart Van Assche2022-06-161-0/+3
* | blk-mq: don't clear flush_rq from tags->rqs[]Ming Lei2022-06-161-2/+3
* | blk-mq: avoid to touch q->elevator without any protectionMing Lei2022-06-165-17/+11
* | blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_noneMing Lei2022-06-161-1/+3
* | block: Fix handling of offline queues in blk_mq_alloc_request_hctx()Bart Van Assche2022-06-161-0/+2
* | block: remove bioset_init_from_srcChristoph Hellwig2022-06-081-20/+0
|/