summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2023-06-05block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendiskChristoph Hellwig1-14/+12
2023-06-05block: turn bdev_lock into a mutexChristoph Hellwig1-14/+13
2023-06-05block: refactor bd_may_claimChristoph Hellwig1-18/+22
2023-06-05block: factor out a bd_end_claim helper from blkdev_putChristoph Hellwig1-30/+33
2023-06-04blk-mq: fix blk_mq_hw_ctx active request accountingTian Lan1-4/+4
2023-06-01block: Replace all non-returning strlcpy with strscpyAzeem Shaikh3-3/+3
2023-06-01blk-ioc: protect ioc_destroy_icq() by 'queue_lock'Yu Kuai1-17/+13
2023-06-01block: add bio_add_folio_nofailJohannes Thumshirn1-0/+8
2023-05-30block: constify the whole_disk device_attributeThomas Weißschuh1-1/+1
2023-05-30block: constify struct part_attr_groupThomas Weißschuh1-1/+1
2023-05-30block: constify struct part_type part_typeThomas Weißschuh1-1/+1
2023-05-30block: constify partition prober arrayThomas Weißschuh1-1/+1
2023-05-29block: fix revalidate performance regressionDamien Le Moal1-1/+2
2023-05-24block: convert bio_map_user_iov to use iov_iter_extract_pagesDavid Howells1-12/+11
2023-05-24block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pagesDavid Howells1-11/+12
2023-05-24block: Add BIO_PAGE_PINNED and associated infrastructureDavid Howells2-3/+15
2023-05-24block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig2-1/+2
2023-05-24Merge branch 'for-6.5/splice' into for-6.5/blockJens Axboe1-1/+1
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-05-24block: introduce block_io_start/block_io_done tracepointsHengqi Chen1-0/+4
2023-05-24block: make bio_check_eod work for zero sized devicesChristoph Hellwig1-1/+1
2023-05-23block/rq_qos: protect rq_qos apis with a new lockYu Kuai4-14/+18
2023-05-23block: fix bio-cache for passthru IOAnuj Gupta1-1/+1
2023-05-23blk-mq: fix race condition in active queue accountingTian Lan1-4/+8
2023-05-23blk-wbt: fix that wbt can't be disabled by defaultYu Kuai1-5/+7
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