summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
7 daysblock: Use RCU in blk_mq_[un]quiesce_tagset() instead of set->tag_list_lockMohamed Khalfella1-9/+8
7 daysblock: fix memory leak in __blkdev_issue_zero_pagesShaurya Rane1-3/+3
7 daysblk-mq: Abort suspend when wakeup events are pendingCong Zhang1-2/+16
7 daysblock/blk-throttle: Fix throttle slice time for SSDsGuenter Roeck1-7/+2
7 daysblock/mq-deadline: Switch back to a single dispatch listBart Van Assche1-60/+47
7 daysblock/mq-deadline: Introduce dd_start_request()Bart Van Assche1-8/+14
2025-12-01blk-crypto: use BLK_STS_INVAL for alignment errorsCarlos Llamas1-1/+1
2025-11-13blk-cgroup: fix possible deadlock while configuring policyYu Kuai1-15/+8
2025-10-19blk-crypto: fix missing blktrace bio split eventsYu Kuai1-0/+3
2025-10-15block: use int to store blk_stack_limits() return valueQianfeng Rong1-1/+2
2025-10-15blk-mq: check kobject state_in_sysfs before deleting in blk_mq_unregister_hctxLi Nan1-2/+4
2025-09-09block: add a queue_limits_commit_update_frozen helperChristoph Hellwig3-9/+26
2025-09-04blk-zoned: Fix a lockdep complaint about recursive lockingBart Van Assche1-5/+6
2025-08-20block: Introduce bio_needs_zone_write_plugging()Damien Le Moal2-21/+5
2025-08-20block: avoid possible overflow for chunk_sectors check in blk_stack_limits()John Garry1-1/+1
2025-08-20lib/sbitmap: convert shallow_depth from one word to the whole sbitmapYu Kuai4-43/+20
2025-08-15block: ensure discard_granularity is zero when discard is not supportedChristoph Hellwig1-3/+10
2025-07-24block: fix kobject leak in blk_unregister_queueMing Lei1-0/+1
2025-06-27block: Clear BIO_EMULATES_ZONE_APPEND flag on BIO completionDamien Le Moal1-0/+1
2025-06-27block: use plug request list tail for one-shot backmerge attemptJens Axboe1-13/+13
2025-06-19block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_workChristoph Hellwig1-2/+5
2025-06-19block: use q->elevator with ->elevator_lock held in elv_iosched_show()Ming Lei1-2/+1
2025-06-10block: fix adding folio to bioMing Lei1-4/+7
2025-05-29block: only update request sector if neededJohannes Thumshirn1-1/+2
2025-05-29block: mark bounce buffering as incompatible with integrityChristoph Hellwig2-2/+5
2025-05-29blk-throttle: don't take carryover for prioritized processing of metadataMing Lei1-10/+5
2025-05-29badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0Coly Li1-2/+3
2025-05-29blk-cgroup: improve policy registration error handlingChen Linxuan1-10/+12
2025-05-29block: fix race between set_blocksize and read pathsDarrick J. Wong4-1/+43
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