summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2023-05-30block: constify struct part_type part_typeThomas Weißschuh-1/+1
2023-05-30block: constify partition prober arrayThomas Weißschuh-1/+1
2023-05-29block: fix revalidate performance regressionDamien Le Moal-1/+2
2023-05-24block: convert bio_map_user_iov to use iov_iter_extract_pagesDavid Howells-12/+11
2023-05-24block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pagesDavid Howells-11/+12
2023-05-24block: Add BIO_PAGE_PINNED and associated infrastructureDavid Howells-3/+15
2023-05-24block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig-1/+2
2023-05-24Merge branch 'for-6.5/splice' into for-6.5/blockJens Axboe-1/+1
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells-1/+1
2023-05-24block: introduce block_io_start/block_io_done tracepointsHengqi Chen-0/+4
2023-05-24block: make bio_check_eod work for zero sized devicesChristoph Hellwig-1/+1
2023-05-23block/rq_qos: protect rq_qos apis with a new lockYu Kuai-14/+18
2023-05-23block: fix bio-cache for passthru IOAnuj Gupta-1/+1
2023-05-23blk-mq: fix race condition in active queue accountingTian Lan-4/+8
2023-05-23blk-wbt: fix that wbt can't be disabled by defaultYu Kuai-5/+7
2023-05-22Merge patch series "Add Command Duration Limits support"Martin K. Petersen-7/+10
2023-05-22scsi: block: Introduce BLK_STS_DURATION_LIMITDamien Le Moal-0/+3
2023-05-22scsi: block: ioprio: Clean up interface definitionDamien Le Moal-7/+7
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen-1/+1
2023-05-20block: don't plug in blkdev_write_iterChristoph Hellwig-3/+0
2023-05-19block: Deny writable memory mapping if block is read-onlyLoic Poulain-1/+11
2023-05-19block: BFQ: Move an invariant checkBart Van Assche-1/+1
2023-05-19blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig-33/+20
2023-05-19blk-mq: do not do head insertions post-pre-flush commandsChristoph Hellwig-1/+1
2023-05-19blk-mq: defer to the normal submission path for post-flush requestsChristoph Hellwig-0/+11
2023-05-19blk-mq: use the I/O scheduler for writes from the flush state machineBart Van Assche-2/+2
2023-05-19blk-mq: defer to the normal submission path for non-flush flush commandsChristoph Hellwig-23/+13
2023-05-19blk-mq: reflow blk_insert_flushChristoph Hellwig-27/+26
2023-05-19blk-mq: factor out a blk_rq_init_flush helperChristoph Hellwig-7/+10
2023-05-18block: BFQ: Add several invariant checksBart Van Assche-0/+9
2023-05-18block: mq-deadline: Fix handling of at-head zoned writesBart Van Assche-2/+7
2023-05-18block: mq-deadline: Handle requeued requests correctlyBart Van Assche-2/+32
2023-05-18block: mq-deadline: Track the dispatch positionBart Van Assche-14/+31
2023-05-18block: mq-deadline: Reduce lock contentionBart Van Assche-6/+6
2023-05-18block: mq-deadline: Simplify deadline_skip_seq_writes()Bart Van Assche-6/+3
2023-05-18block: mq-deadline: Clean up deadline_check_fifo()Bart Van Assche-11/+5
2023-05-18block: Introduce blk_rq_is_seq_zoned_write()Bart Van Assche-4/+1
2023-05-18block: Simplify blk_req_needs_zone_write_lock()Bart Van Assche-3/+0
2023-05-18block: mq-deadline: Add a word in a source code commentBart Van Assche-1/+1
2023-05-18blk-mq: make sure elevator callbacks aren't called for passthrough requestChristoph Hellwig-31/+37
2023-05-18blk-mq: remove RQF_ELVPRIVChristoph Hellwig-7/+4
2023-05-18blk-mq: don't queue plugged passthrough requests into schedulerMing Lei-2/+6
2023-05-18block: Decode all flag names in the debugfs outputBart Van Assche-0/+3
2023-05-15block: mark bdev files as FMODE_NOWAIT if underlying device supports itJens Axboe-1/+4
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds-146/+84
2023-04-28block: Skip destroyed blkg when restart in blkg_destroy_all()Tao Su-0/+3
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-14/+8
2023-04-26blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh-69/+8
2023-04-26blk-integrity: convert to struct device_attributeThomas Weißschuh-65/+62
2023-04-26blk-integrity: use sysfs_emitThomas Weißschuh-10/+9