summaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: reflow blk_insert_flushChristoph Hellwig2023-05-201-27/+26
* blk-mq: factor out a blk_rq_init_flush helperChristoph Hellwig2023-05-201-7/+10
* block: BFQ: Add several invariant checksBart Van Assche2023-05-191-0/+9
* block: mq-deadline: Fix handling of at-head zoned writesBart Van Assche2023-05-191-2/+7
* block: mq-deadline: Handle requeued requests correctlyBart Van Assche2023-05-191-2/+32
* block: mq-deadline: Track the dispatch positionBart Van Assche2023-05-191-14/+31
* block: mq-deadline: Reduce lock contentionBart Van Assche2023-05-191-6/+6
* block: mq-deadline: Simplify deadline_skip_seq_writes()Bart Van Assche2023-05-191-6/+3
* block: mq-deadline: Clean up deadline_check_fifo()Bart Van Assche2023-05-191-11/+5
* block: Introduce blk_rq_is_seq_zoned_write()Bart Van Assche2023-05-191-4/+1
* block: Simplify blk_req_needs_zone_write_lock()Bart Van Assche2023-05-191-3/+0
* block: mq-deadline: Add a word in a source code commentBart Van Assche2023-05-191-1/+1
* blk-mq: make sure elevator callbacks aren't called for passthrough requestChristoph Hellwig2023-05-194-31/+37
* blk-mq: remove RQF_ELVPRIVChristoph Hellwig2023-05-193-7/+4
* blk-mq: don't queue plugged passthrough requests into schedulerMing Lei2023-05-191-2/+6
* block: Decode all flag names in the debugfs outputBart Van Assche2023-05-191-0/+3
* Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds2023-05-066-146/+84
|\
| * block: Skip destroyed blkg when restart in blkg_destroy_all()Tao Su2023-04-281-0/+3
| * blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh2023-04-273-69/+8
| * blk-integrity: convert to struct device_attributeThomas Weißschuh2023-04-271-65/+62
| * blk-integrity: use sysfs_emitThomas Weißschuh2023-04-271-10/+9
| * block: sync part's ->bd_has_submit_bio with disk'sMing Lei2023-04-251-1/+4
| * block: Cleanup set_capacity()/bdev_set_nr_sectors()Damien Le Moal2023-04-244-14/+11
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-272-14/+8
|\ \
| * \ Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-036-27/+22
| |\ \
| * | | driver core: class: remove dev_kobj from struct classGreg Kroah-Hartman2023-03-311-1/+0
| * | | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
| * | | driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman2023-03-061-12/+7
* | | | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-2640-1069/+920
|\ \ \ \ | | |_|/ | |/| |
| * | | sed-opal: geometry feature reporting commandOndrej Kozina2023-04-191-1/+28
| * | | blk-mq: fix the blk_mq_add_to_requeue_list call in blk_kick_flushChristoph Hellwig2023-04-161-1/+1
| * | | block, bfq: Fix division by zero error on zero wsumColin Ian King2023-04-161-0/+2
| * | | block: store bdev->bd_disk->fops->submit_bio state in bdevJens Axboe2023-04-163-4/+8
| * | | Merge tag 'nvme-6.4-2023-04-14' of git://git.infradead.org/nvme into for-6.4/...Jens Axboe2023-04-143-50/+0
| |\ \ \
| | * | | blk-mq-rdma: remove queue mapping helper for rdma devicesSagi Grimberg2023-04-133-50/+0
| * | | | blk-mq: remove __blk_mq_run_hw_queueChristoph Hellwig2023-04-131-20/+9
| * | | | blk-mq: move the !async handling out of __blk_mq_delay_run_hw_queueChristoph Hellwig2023-04-131-27/+13
| * | | | blk-mq: move the blk_mq_hctx_stopped check in __blk_mq_delay_run_hw_queueChristoph Hellwig2023-04-131-3/+2
| * | | | blk-mq: remove the blk_mq_hctx_stopped check in blk_mq_run_work_fnChristoph Hellwig2023-04-131-9/+2
| * | | | blk-mq: cleanup __blk_mq_sched_dispatch_requestsChristoph Hellwig2023-04-131-17/+14
| * | | | blk-mq: pass a flags argument to blk_mq_add_to_requeue_listChristoph Hellwig2023-04-133-6/+6
| * | | | blk-mq: pass a flags argument to elevator_type->insert_requestsChristoph Hellwig2023-04-135-18/+21
| * | | | blk-mq: pass a flags argument to blk_mq_request_bypass_insertChristoph Hellwig2023-04-133-11/+11
| * | | | blk-mq: pass a flags argument to blk_mq_insert_requestChristoph Hellwig2023-04-132-13/+17
| * | | | blk-mq: don't kick the requeue_list in blk_mq_add_to_requeue_listChristoph Hellwig2023-04-133-10/+12
| * | | | blk-mq: don't run the hw_queue from blk_mq_request_bypass_insertChristoph Hellwig2023-04-133-16/+15
| * | | | blk-mq: don't run the hw_queue from blk_mq_insert_requestChristoph Hellwig2023-04-131-24/+32
| * | | | blk-mq: fold __blk_mq_try_issue_directly into its two callersChristoph Hellwig2023-04-131-41/+31
| * | | | blk-mq: factor out a blk_mq_get_budget_and_tag helperChristoph Hellwig2023-04-131-10/+16
| * | | | blk-mq: refactor the DONTPREP/SOFTBARRIER andling in blk_mq_requeue_workChristoph Hellwig2023-04-131-10/+11