summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2024-12-10blk-cgroup: Fix UAF in blkcg_unpin_online()Tejun Heo-1/+5
2024-12-10block: Prevent potential deadlocks in zone write plug error recoveryDamien Le Moal-247/+61
2024-12-10dm: Fix dm-zoned-reclaim zone write pointer alignmentDamien Le Moal-23/+118
2024-12-10block: Ignore REQ_NOWAIT for zone reset and zone finish operationsDamien Le Moal-0/+9
2024-12-10block: Use a zone write plug BIO work for REQ_NOWAIT BIOsDamien Le Moal-20/+42
2024-12-06blk-mq: move cpuhp callback registering out of q->sysfs_lockMing Lei-11/+92
2024-12-06blk-mq: register cpuhp callback after hctx is added to xarray tableMing Lei-8/+7
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds-77/+204
2024-11-29block, bfq: fix bfqq uaf in bfq_limit_depth()Yu Kuai-13/+24
2024-11-27block: Don't allow an atomic write be truncated in blkdev_write_iter()John Garry-1/+4
2024-11-26mq-deadline: don't call req_get_ioprio from the I/O completion handlerChristoph Hellwig-9/+4
2024-11-26block: Prevent potential deadlock in blk_revalidate_disk_zones()Damien Le Moal-4/+10
2024-11-25block: Remove extra part pointer NULLify in blk_rq_init()John Garry-1/+0
2024-11-19block: req->bio is always set in the merge codeChristoph Hellwig-22/+8
2024-11-19block: don't bother checking the data direction for mergesChristoph Hellwig-7/+0
2024-11-19block: blk-mq: fix uninit-value in blk_rq_prep_clone and refactorSuraj Sonawane-7/+6
2024-11-19Revert "block, bfq: merge bfq_release_process_ref() into bfq_put_cooperator()"Zach Wade-2/+5
2024-11-19block: Support atomic writes limits for stacked devicesJohn Garry-0/+115
2024-11-19block: Add extra checks in blk_validate_atomic_write_limits()John Garry-0/+17
2024-11-19block: Drop granularity check in queue_limit_discard_alignment()John Garry-2/+0
2024-11-18block: fix uaf for flush rq while iterating tagsYu Kuai-10/+5
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds-440/+760
2024-11-18blk-settings: round down io_opt to physical_block_sizeMikulas Patocka-0/+7
2024-11-18Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-10/+12
2024-11-13block/genhd: use seq_put_decimal_ull for diskstats decimal valuesDavid Wang-34/+29
2024-11-13block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig-2/+2
2024-11-13block: add a rq_list typeChristoph Hellwig-26/+24
2024-11-13block: export blk_validate_limitsChristoph Hellwig-1/+2
2024-11-12block: remove the ioprio field from struct requestChristoph Hellwig-8/+5
2024-11-12block: remove the write_hint field from struct requestChristoph Hellwig-8/+10
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig-31/+18
2024-11-11block: lift bio_is_zone_append to bio.hChristoph Hellwig-9/+0
2024-11-11block: fix bio_split_rw_at to take zone_write_granularity into accountChristoph Hellwig-1/+9
2024-11-11block: take chunk_sectors into account in bio_split_write_zeroesChristoph Hellwig-12/+23
2024-11-11block: Handle bio_split() errors in bio_submit_split()John Garry-5/+10
2024-11-11block: Error an attempt to split an atomic write in bio_split()John Garry-0/+4
2024-11-11block: Rework bio_split() return valueJohn Garry-5/+7
2024-11-07block: don't verify IO lock for freeze/unfreeze in elevator_init_mq()Ming Lei-2/+8
2024-11-07block: always verify unfreeze lock on the owner taskMing Lei-10/+57
2024-11-07block: remove blk_freeze_queue()Ming Lei-22/+1
2024-11-07block: Add a public bdev_zone_is_seq() helperDamien Le Moal-15/+2
2024-11-07block: RCU protect disk->conv_zones_bitmapDamien Le Moal-12/+31
2024-11-07block: Replace sprintf() with sysfs_emit()zhangguopeng-27/+27
2024-11-07block: Switch to using refcount_t for zone write plugsDamien Le Moal-10/+10
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe-17/+30
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig-30/+17
2024-11-04block: remove the max_zone_append_sectors check in blk_revalidate_disk_zonesChristoph Hellwig-6/+0
2024-11-04block: update blk_stack_limits documentationChristoph Hellwig-4/+4
2024-11-01Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linuxLinus Torvalds-39/+17
2024-10-31block: remove bio_add_zone_append_pageChristoph Hellwig-33/+0