summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2023-05-23scsi: block: Introduce BLK_STS_DURATION_LIMITDamien Le Moal1-0/+3
2023-05-23scsi: block: ioprio: Clean up interface definitionDamien Le Moal2-7/+7
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen1-1/+1
2023-05-20block: don't plug in blkdev_write_iterChristoph Hellwig1-3/+0
2023-05-20block: Deny writable memory mapping if block is read-onlyLoic Poulain1-1/+11
2023-05-20block: BFQ: Move an invariant checkBart Van Assche1-1/+1
2023-05-20blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig4-33/+20
2023-05-20blk-mq: do not do head insertions post-pre-flush commandsChristoph Hellwig1-1/+1
2023-05-20blk-mq: defer to the normal submission path for post-flush requestsChristoph Hellwig1-0/+11
2023-05-20blk-mq: use the I/O scheduler for writes from the flush state machineBart Van Assche1-2/+2
2023-05-20blk-mq: defer to the normal submission path for non-flush flush commandsChristoph Hellwig4-23/+13
2023-05-20blk-mq: reflow blk_insert_flushChristoph Hellwig1-27/+26
2023-05-20blk-mq: factor out a blk_rq_init_flush helperChristoph Hellwig1-7/+10
2023-05-19block: BFQ: Add several invariant checksBart Van Assche1-0/+9
2023-05-19block: mq-deadline: Fix handling of at-head zoned writesBart Van Assche1-2/+7
2023-05-19block: mq-deadline: Handle requeued requests correctlyBart Van Assche1-2/+32
2023-05-19block: mq-deadline: Track the dispatch positionBart Van Assche1-14/+31
2023-05-19block: mq-deadline: Reduce lock contentionBart Van Assche1-6/+6
2023-05-19block: mq-deadline: Simplify deadline_skip_seq_writes()Bart Van Assche1-6/+3
2023-05-19block: mq-deadline: Clean up deadline_check_fifo()Bart Van Assche1-11/+5
2023-05-19block: Introduce blk_rq_is_seq_zoned_write()Bart Van Assche1-4/+1
2023-05-19block: Simplify blk_req_needs_zone_write_lock()Bart Van Assche1-3/+0
2023-05-19block: mq-deadline: Add a word in a source code commentBart Van Assche1-1/+1
2023-05-19blk-mq: make sure elevator callbacks aren't called for passthrough requestChristoph Hellwig4-31/+37
2023-05-19blk-mq: remove RQF_ELVPRIVChristoph Hellwig3-7/+4
2023-05-19blk-mq: don't queue plugged passthrough requests into schedulerMing Lei1-2/+6
2023-05-19block: Decode all flag names in the debugfs outputBart Van Assche1-0/+3
2023-05-15block: mark bdev files as FMODE_NOWAIT if underlying device supports itJens Axboe1-1/+4
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds6-146/+84
2023-04-28block: Skip destroyed blkg when restart in blkg_destroy_all()Tao Su1-0/+3
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-14/+8
2023-04-27blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh3-69/+8
2023-04-27blk-integrity: convert to struct device_attributeThomas Weißschuh1-65/+62
2023-04-27blk-integrity: use sysfs_emitThomas Weißschuh1-10/+9
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds40-1069/+920
2023-04-26Merge tag 'for-6.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds4-50/+49
2023-04-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2023-04-25block: sync part's ->bd_has_submit_bio with disk'sMing Lei1-1/+4
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-3/+4
2023-04-24block: Cleanup set_capacity()/bdev_set_nr_sectors()Damien Le Moal4-14/+11
2023-04-20Revert "block: Merge bio before checking ->cached_rq"Ming Lei1-4/+3
2023-04-19sed-opal: geometry feature reporting commandOndrej Kozina1-1/+28
2023-04-17block: make blkcg_punt_bio_submit optionalChristoph Hellwig3-36/+47
2023-04-17block: async_bio_lock does not need to be bh-safeChristoph Hellwig1-4/+4
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig3-29/+17
2023-04-16blk-mq: fix the blk_mq_add_to_requeue_list call in blk_kick_flushChristoph Hellwig1-1/+1
2023-04-16block, bfq: Fix division by zero error on zero wsumColin Ian King1-0/+2
2023-04-16block: store bdev->bd_disk->fops->submit_bio state in bdevJens Axboe3-4/+8
2023-04-14Merge tag 'nvme-6.4-2023-04-14' of git://git.infradead.org/nvme into for-6.4/...Jens Axboe3-50/+0
2023-04-13blk-mq: remove __blk_mq_run_hw_queueChristoph Hellwig1-20/+9