summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2025-05-22scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES bufferSteve Siwinski1-1/+1
2025-05-09blk-mq: create correct map for fallback caseDaniel Wagner1-2/+1
2025-05-02mq-deadline: don't call req_get_ioprio from the I/O completion handlerChristoph Hellwig1-9/+4
2025-05-02block: never reduce ra_pages in blk_apply_bdi_limitsChristoph Hellwig1-1/+7
2025-05-02block: make sure ->nr_integrity_segments is cloned in blk_rq_prep_cloneMing Lei1-0/+1
2025-05-02block: remove the ioprio field from struct requestChristoph Hellwig2-8/+5
2025-05-02block: remove the write_hint field from struct requestChristoph Hellwig2-8/+10
2025-04-25block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig1-2/+2
2025-04-25block: add a rq_list typeChristoph Hellwig4-26/+24
2025-04-25block: integrity: Do not call set_page_dirty_lock()Martin K. Petersen1-11/+6
2025-04-25block: fix resource leak in blk_register_queue() error pathZheng Qixing1-0/+2
2025-04-25blk-mq: introduce blk_mq_map_hw_queuesDaniel Wagner1-0/+37
2025-03-22block: fix 'kmem_cache of name 'bio-108' already exists'Ming Lei1-1/+1
2025-03-13block: fix conversion of GPT partition name to 7-bitOlivier Gayot1-1/+1
2025-03-07block: Remove zone write plugs when handling native zone append writesDamien Le Moal1-7/+69
2025-02-21partitions: mac: fix handling of bogus partition tableJann Horn1-3/+15
2025-02-17block: don't revert iter for -EIOCBQUEUEDJens Axboe1-2/+3
2025-02-17blk-cgroup: Fix class @block_class's subsystem refcount leakageZijun Hu1-0/+1
2025-02-08partitions: ldm: remove the initial kernel-doc notationRandy Dunlap1-1/+1
2025-02-08block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queuesChristoph Hellwig4-26/+22
2025-02-08block: check BLK_FEAT_POLL under q_usage_countChristoph Hellwig2-12/+22
2025-02-08block: retry call probe after request_module in blk_request_moduleYang Erkun1-5/+17
2025-02-08block: copy back bounce buffer to user-space correctly in case of splitChristoph Hellwig1-7/+8
2025-01-17block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()Yu Kuai1-2/+10
2025-01-09block: lift bio_is_zone_append to bio.hChristoph Hellwig1-9/+0
2025-01-02blk-mq: register cpuhp callback after hctx is added to xarray tableMing Lei1-8/+7
2024-12-27block: avoid to reuse `hctx` not removed from cpuhp callback listMing Lei1-1/+10
2024-12-27block: Revert "block: Fix potential deadlock while freezing queue and acquiri...Ming Lei3-26/+23
2024-12-19block: Fix potential deadlock while freezing queue and acquiring sysfs_lockNilay Shroff3-23/+26
2024-12-19blk-mq: move cpuhp callback registering out of q->sysfs_lockMing Lei1-6/+92
2024-12-19blk-iocost: Avoid using clamp() on inuse in __propagate_weights()Nathan Chancellor1-1/+8
2024-12-19block: get wp_offset by bdev_offset_from_zone_startLongPing Wei1-1/+1
2024-12-19block: Ignore REQ_NOWAIT for zone reset and zone finish operationsDamien Le Moal1-0/+9
2024-12-19block: Prevent potential deadlocks in zone write plug error recoveryDamien Le Moal1-247/+61
2024-12-19dm: Fix dm-zoned-reclaim zone write pointer alignmentDamien Le Moal1-23/+118
2024-12-19block: Use a zone write plug BIO work for REQ_NOWAIT BIOsDamien Le Moal1-20/+42
2024-12-19block: Switch to using refcount_t for zone write plugsDamien Le Moal1-10/+10
2024-12-19blk-cgroup: Fix UAF in blkcg_unpin_online()Tejun Heo1-1/+5
2024-12-14block: RCU protect disk->conv_zones_bitmapDamien Le Moal1-12/+31
2024-12-05block: don't verify IO lock for freeze/unfreeze in elevator_init_mq()Ming Lei1-2/+8
2024-12-05block: always verify unfreeze lock on the owner taskMing Lei3-10/+57
2024-12-05block, bfq: fix bfqq uaf in bfq_limit_depth()Yu Kuai1-13/+24
2024-12-05block: Don't allow an atomic write be truncated in blkdev_write_iter()John Garry1-1/+4
2024-12-05block: fix uaf for flush rq while iterating tagsYu Kuai2-10/+5
2024-12-05block: model freeze & enter queue as lock for supporting lockdepMing Lei4-13/+75
2024-12-05blk-mq: add non_owner variant of start_freeze/unfreeze queue APIsMing Lei1-0/+20
2024-12-05blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less longBart Van Assche1-1/+2
2024-12-05block: fix ordering between checking BLK_MQ_S_STOPPED request addingMuchun Song2-0/+19
2024-12-05block: fix ordering between checking QUEUE_FLAG_QUIESCED request addingMuchun Song1-13/+34
2024-12-05block: fix missing dispatching request when queue is started or unquiescedMuchun Song1-0/+2