summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2025-04-10block: fix adding folio to bioMing Lei1-4/+7
2025-04-10badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing1-12/+8
2025-04-10badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing1-21/+20
2025-04-10badblocks: fix missing bad blocks on retry in _badblocks_check()Zheng Qixing1-26/+24
2025-04-10badblocks: fix merge issue when new badblocks align with pre+1Li Nan1-2/+2
2025-04-10badblocks: fix the using of MAX_BADBLOCKSLi Nan1-2/+2
2025-04-10badblocks: return error if any badblock set failsLi Nan1-12/+5
2025-04-10badblocks: return error directly when setting badblocks exceeds 512Li Nan1-102/+19
2025-04-10badblocks: attempt to merge adjacent badblocks during ack_all_badblocksLi Nan1-0/+5
2025-04-10badblocks: factor out a helper try_adjacent_combineLi Nan1-14/+26
2025-04-10badblocks: Fix error shitf opsLi Nan1-6/+6
2025-04-10block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFYAnuj Gupta1-0/+1
2025-04-10block: ensure correct integrity capability propagation in stacked devicesAnuj Gupta1-29/+21
2025-04-10blk-throttle: fix lower bps rate by throtl_trim_slice()Yu Kuai1-2/+11
2025-03-07Merge tag 'block-6.14-20250306' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-03-05block: fix conversion of GPT partition name to 7-bitOlivier Gayot1-1/+1
2025-02-28Merge tag 'block-6.14-20250228' of git://git.kernel.dk/linuxLinus Torvalds5-14/+89
2025-02-28block: fix 'kmem_cache of name 'bio-108' already exists'Ming Lei1-1/+1
2025-02-25block: Remove zone write plugs when handling native zone append writesDamien Le Moal1-7/+69
2025-02-25block: make segment size limit workable for > 4K PAGE_SIZEMing Lei3-6/+19
2025-02-21Merge tag 'block-6.14-20250221' of git://git.kernel.dk/linuxLinus Torvalds1-2/+5
2025-02-17block: fix NULL pointer dereferenced within __blk_rq_map_sgMing Lei1-1/+4
2025-02-14block/merge: remove unnecessary min() with UINT_MAXCaleb Sander Mateos1-1/+1
2025-02-14Merge tag 'block-6.14-20250214' of git://git.kernel.dk/linuxLinus Torvalds1-3/+15
2025-02-14partitions: mac: fix handling of bogus partition tableJann Horn1-3/+15
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds16-83/+79
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig11-43/+61
2025-01-29block: fix nr_hw_queue update racing with disk addition/removalNilay Shroff1-8/+9
2025-01-29block: get rid of request queue ->sysfs_dir_lockNilay Shroff4-28/+5
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2025-01-23blk-mq: create correct map for fallback caseDaniel Wagner1-2/+1
2025-01-23block: don't revert iter for -EIOCBQUEUEDJens Axboe1-2/+3
2025-01-20Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds3-26/+113
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds28-688/+442
2025-01-17block: Don't trim an atomic writeJohn Garry1-0/+4
2025-01-17block: Add common atomic writes enable flagJohn Garry1-2/+4
2025-01-15block: limit disk max sectors to (LLONG_MAX >> 9)Ming Lei2-0/+12
2025-01-15block: Change blk_stack_atomic_writes_limits() unit_min checkJohn Garry1-1/+1
2025-01-15block: Ensure start sector is aligned for stacking atomic writesJohn Garry1-2/+5
2025-01-14blk-mq: Move more error handling into blk_mq_submit_bio()Bart Van Assche1-7/+7
2025-01-14block: Reorder the request allocation code in blk_mq_submit_bio()Bart Van Assche1-3/+3
2025-01-13partitions: ldm: remove the initial kernel-doc notationRandy Dunlap1-1/+1
2025-01-13blk-cgroup: rwstat: fix kernel-doc warnings in header fileRandy Dunlap1-2/+3
2025-01-13blk-cgroup: fix kernel-doc warnings in header fileRandy Dunlap1-4/+6
2025-01-13block: mark GFP_NOIO around sysfs ->store()Ming Lei1-0/+3
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman5-31/+44
2025-01-10block: fix queue freeze vs limits lock order in sysfs store methodsChristoph Hellwig1-8/+10
2025-01-10block: add a store_limit operations for sysfs entriesChristoph Hellwig1-67/+61
2025-01-10block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queuesChristoph Hellwig4-26/+22
2025-01-10block: check BLK_FEAT_POLL under q_usage_countChristoph Hellwig2-12/+22