summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2025-08-20block: Introduce bio_needs_zone_write_plugging()Damien Le Moal
2025-08-20block: avoid possible overflow for chunk_sectors check in blk_stack_limits()John Garry
2025-08-20lib/sbitmap: convert shallow_depth from one word to the whole sbitmapYu Kuai
2025-08-15block: ensure discard_granularity is zero when discard is not supportedChristoph Hellwig
2025-07-24block: fix kobject leak in blk_unregister_queueMing Lei
2025-06-27block: Clear BIO_EMULATES_ZONE_APPEND flag on BIO completionDamien Le Moal
2025-06-27block: use plug request list tail for one-shot backmerge attemptJens Axboe
2025-06-19block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_workChristoph Hellwig
2025-06-19block: use q->elevator with ->elevator_lock held in elv_iosched_show()Ming Lei
2025-06-10block: fix adding folio to bioMing Lei
2025-05-29block: only update request sector if neededJohannes Thumshirn
2025-05-29block: mark bounce buffering as incompatible with integrityChristoph Hellwig
2025-05-29blk-throttle: don't take carryover for prioritized processing of metadataMing Lei
2025-05-29badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0Coly Li
2025-05-29blk-cgroup: improve policy registration error handlingChen Linxuan
2025-05-29block: fix race between set_blocksize and read pathsDarrick J. Wong
2025-05-22scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES bufferSteve Siwinski
2025-05-09blk-mq: create correct map for fallback caseDaniel Wagner
2025-05-02mq-deadline: don't call req_get_ioprio from the I/O completion handlerChristoph Hellwig
2025-05-02block: never reduce ra_pages in blk_apply_bdi_limitsChristoph Hellwig
2025-05-02block: make sure ->nr_integrity_segments is cloned in blk_rq_prep_cloneMing Lei
2025-05-02block: remove the ioprio field from struct requestChristoph Hellwig
2025-05-02block: remove the write_hint field from struct requestChristoph Hellwig
2025-04-25block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig
2025-04-25block: add a rq_list typeChristoph Hellwig
2025-04-25block: integrity: Do not call set_page_dirty_lock()Martin K. Petersen
2025-04-25block: fix resource leak in blk_register_queue() error pathZheng Qixing
2025-04-25blk-mq: introduce blk_mq_map_hw_queuesDaniel Wagner
2025-03-22block: fix 'kmem_cache of name 'bio-108' already exists'Ming Lei
2025-03-13block: fix conversion of GPT partition name to 7-bitOlivier Gayot
2025-03-07block: Remove zone write plugs when handling native zone append writesDamien Le Moal
2025-02-21partitions: mac: fix handling of bogus partition tableJann Horn
2025-02-17block: don't revert iter for -EIOCBQUEUEDJens Axboe
2025-02-17blk-cgroup: Fix class @block_class's subsystem refcount leakageZijun Hu
2025-02-08partitions: ldm: remove the initial kernel-doc notationRandy Dunlap
2025-02-08block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queuesChristoph Hellwig
2025-02-08block: check BLK_FEAT_POLL under q_usage_countChristoph Hellwig
2025-02-08block: retry call probe after request_module in blk_request_moduleYang Erkun
2025-02-08block: copy back bounce buffer to user-space correctly in case of splitChristoph Hellwig
2025-01-17block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()Yu Kuai
2025-01-09block: lift bio_is_zone_append to bio.hChristoph Hellwig
2025-01-02blk-mq: register cpuhp callback after hctx is added to xarray tableMing Lei
2024-12-27block: avoid to reuse `hctx` not removed from cpuhp callback listMing Lei
2024-12-27block: Revert "block: Fix potential deadlock while freezing queue and acquiri...Ming Lei
2024-12-19block: Fix potential deadlock while freezing queue and acquiring sysfs_lockNilay Shroff
2024-12-19blk-mq: move cpuhp callback registering out of q->sysfs_lockMing Lei
2024-12-19blk-iocost: Avoid using clamp() on inuse in __propagate_weights()Nathan Chancellor
2024-12-19block: get wp_offset by bdev_offset_from_zone_startLongPing Wei
2024-12-19block: Ignore REQ_NOWAIT for zone reset and zone finish operationsDamien Le Moal
2024-12-19block: Prevent potential deadlocks in zone write plug error recoveryDamien Le Moal