summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2025-02-21Merge tag 'block-6.14-20250221' of git://git.kernel.dk/linuxLinus Torvalds-2/+5
2025-02-17block: fix NULL pointer dereferenced within __blk_rq_map_sgMing Lei-1/+4
2025-02-14block/merge: remove unnecessary min() with UINT_MAXCaleb Sander Mateos-1/+1
2025-02-14Merge tag 'block-6.14-20250214' of git://git.kernel.dk/linuxLinus Torvalds-3/+15
2025-02-14partitions: mac: fix handling of bogus partition tableJann Horn-3/+15
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds-83/+79
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig-43/+61
2025-01-29block: fix nr_hw_queue update racing with disk addition/removalNilay Shroff-8/+9
2025-01-29block: get rid of request queue ->sysfs_dir_lockNilay Shroff-28/+5
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+1
2025-01-23blk-mq: create correct map for fallback caseDaniel Wagner-2/+1
2025-01-23block: don't revert iter for -EIOCBQUEUEDJens Axboe-2/+3
2025-01-20Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds-26/+113
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds-688/+442
2025-01-17block: Don't trim an atomic writeJohn Garry-0/+4
2025-01-17block: Add common atomic writes enable flagJohn Garry-2/+4
2025-01-15block: limit disk max sectors to (LLONG_MAX >> 9)Ming Lei-0/+12
2025-01-15block: Change blk_stack_atomic_writes_limits() unit_min checkJohn Garry-1/+1
2025-01-15block: Ensure start sector is aligned for stacking atomic writesJohn Garry-2/+5
2025-01-14blk-mq: Move more error handling into blk_mq_submit_bio()Bart Van Assche-7/+7
2025-01-14block: Reorder the request allocation code in blk_mq_submit_bio()Bart Van Assche-3/+3
2025-01-13partitions: ldm: remove the initial kernel-doc notationRandy Dunlap-1/+1
2025-01-13blk-cgroup: rwstat: fix kernel-doc warnings in header fileRandy Dunlap-2/+3
2025-01-13blk-cgroup: fix kernel-doc warnings in header fileRandy Dunlap-4/+6
2025-01-13block: mark GFP_NOIO around sysfs ->store()Ming Lei-0/+3
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman-31/+44
2025-01-10block: fix queue freeze vs limits lock order in sysfs store methodsChristoph Hellwig-8/+10
2025-01-10block: add a store_limit operations for sysfs entriesChristoph Hellwig-67/+61
2025-01-10block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queuesChristoph Hellwig-26/+22
2025-01-10block: check BLK_FEAT_POLL under q_usage_countChristoph Hellwig-12/+22
2025-01-10block: add a queue_limits_commit_update_frozen helperChristoph Hellwig-9/+26
2025-01-10block: fix docs for freezing of queue limits updatesChristoph Hellwig-1/+2
2025-01-10blk-cgroup: Fix class @block_class's subsystem refcount leakageZijun Hu-0/+1
2025-01-09block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()Yu Kuai-2/+10
2025-01-06block: simplify tag allocation policy selectionChristoph Hellwig-27/+8
2025-01-06block: remove BLK_MQ_F_NO_SCHEDChristoph Hellwig-22/+1
2025-01-06block: remove blk_mq_init_bitmapsChristoph Hellwig-29/+12
2025-01-06block: better split mq vs non-mq code in add_disk_fwnodeChristoph Hellwig-13/+15
2025-01-06block: add a dma mapping iteratorChristoph Hellwig-107/+70
2025-01-04block: remove blk_rq_bio_prepChristoph Hellwig-5/+9
2025-01-04block: remove bio_add_pc_pageChristoph Hellwig-199/+34
2025-01-03block: retry call probe after request_module in blk_request_moduleYang Erkun-5/+17
2025-01-02kyber: constify sysfs attributesThomas Weißschuh-1/+1
2025-01-02block, bfq: constify sysfs attributesThomas Weißschuh-1/+1
2025-01-02block: mq-deadline: Constify sysfs attributesThomas Weißschuh-1/+1
2025-01-02elevator: Enable const sysfs attributesThomas Weißschuh-5/+5
2024-12-23blk-zoned: Split queue_zone_wplugs_show()Bart Van Assche-20/+24
2024-12-23blk-zoned: Improve the queue reference count strategy documentationBart Van Assche-4/+2
2024-12-23blk-zoned: Document locking assumptionsBart Van Assche-0/+4
2024-12-23blk-zoned: Minimize #include directivesBart Van Assche-4/+0