Linux RAID subsystem development
 help / color / mirror / Atom feed
 messages from 2026-04-16 13:09:36 to 2026-05-12 05:26:15 UTC [more...]

cleanup the RAID6 P/Q library v2
 2026-05-12  5:20 UTC  (19+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6
` [PATCH 02/19] raid6: turn the userspace test harness into a kunit test
` [PATCH 03/19] raid6: remove __KERNEL__ ifdefs
` [PATCH 04/19] raid6: move to lib/raid/
` [PATCH 05/19] raid6: remove unused defines in pq.h
` [PATCH 06/19] raid6: remove raid6_get_zero_page
` [PATCH 07/19] raid6: use named initializers for struct raid6_calls
` [PATCH 08/19] raid6: improve the public interface
` [PATCH 09/19] raid6: hide internals
` [PATCH 10/19] raid6: rework the init helpers
` [PATCH 11/19] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 12/19] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 13/19] raid6: update top of file comments
` [PATCH 14/19] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 15/19] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 16/19] raid6_kunit: cleanup dataptr handling
` [PATCH 17/19] raid6_kunit: randomize parameters and increase limits
` [PATCH 18/19] "

[PATCH 0/8] ARM crc64 and XOR using NEON intrinsics
 2026-05-11 12:28 UTC  (23+ messages)
` [PATCH 1/8] ARM: Add a neon-intrinsics.h header like on arm64
` [PATCH 2/8] xor/arm: Replace vectorized implementation with arm64's intrinsics
` [PATCH 3/8] xor/arm64: Use shared NEON intrinsics implementation from 32-bit ARM
` [PATCH 4/8] lib/crc: Turn NEON intrinsics crc64 implementation into common code
` [PATCH 5/8] lib/crc: arm: Enable arm64's NEON intrinsics implementation of crc64
` [PATCH 6/8] crypto: aegis128 - Use neon-intrinsics.h on ARM too
` [PATCH 7/8] lib/raid6: Include asm/neon-intrinsics.h rather than arm_neon.h
` [PATCH 8/8] ARM: Remove hacked-up asm/types.h header

[PATCH V3 0/2] md/nvme: Enable PCI P2PDMA support for RAID0 and NVMe Multipath
 2026-05-10 21:17 UTC  (20+ messages)
` [PATCH V3 1/3] block: clear BLK_FEAT_PCI_P2PDMA in blk_stack_limits() for non-supporting devices
` [PATCH V3 2/3] md: propagate BLK_FEAT_PCI_P2PDMA from member devices to RAID device
` [PATCH V3 3/3] nvme-multipath: enable PCI P2PDMA for multipath devices

[PATCH v2] dm-raid: only requeue bios when dm is suspending
 2026-05-09  9:18 UTC  (2+ messages)

[PATCH RESEND] MAINTAINERS: Update Li Nan's E-mail address
 2026-05-08  9:55 UTC 

[PATCH v3 0/8] folio support for sync I/O in RAID
 2026-05-07  7:13 UTC  (8+ messages)
` [PATCH v3 6/8] md/raid1,raid10: use folio for sync path IO
` [PATCH v3 7/8] md/raid1: fix IO error at logical block size granularity
` [PATCH v3 8/8] md/raid10: "

[PATCH AUTOSEL 7.0-6.18] md/raid5: Fix UAF on IO across the reshape position
 2026-05-05  9:51 UTC 

Attempt to replace 60TB Spinning Rust NAS with a Raspberry Pi 5 with Quad PCI Splitter and 18 2.5 Sata SSDs TLC and DRAM-less TeamGroup QLC drives: Unreliable single Lane PCI bus Under Load
 2026-05-01 23:44 UTC 

[PATCH 00/19] md: support llbitmap reshape for raid10 and raid5
 2026-05-01 18:51 UTC  (25+ messages)
` [PATCH] md: add exact bitmap mapping and reshape hooks
` [PATCH] md: add helper to split bios at reshape offset
` [PATCH] md/md-llbitmap: track bitmap sync_size explicitly
` [PATCH] md/md-llbitmap: allocate page controls independently
` [PATCH] md/md-llbitmap: grow the page cache in place for reshape
` [PATCH] md/md-llbitmap: track target reshape geometry fields
` [PATCH] md/md-llbitmap: finish reshape geometry
` [PATCH] md/md-llbitmap: refuse reshape while llbitmap still needs sync
` [PATCH] md/md-llbitmap: add reshape range mapping helpers
` [PATCH] md/md-llbitmap: don't skip reshape ranges from bitmap state
` [PATCH] md/md-llbitmap: remap checkpointed bits as reshape progresses
` [PATCH] md/md-llbitmap: clamp state-machine walks to tracked bits
` [PATCH] md/raid10: reject llbitmap chunk shrink during reshape
` [PATCH] md/raid10: wire llbitmap reshape lifecycle
` [PATCH] md/raid10: split reshape bios before bitmap accounting
` [PATCH] md/raid5: add exact old and new llbitmap mapping helpers
` [PATCH] md/raid5: reject llbitmap chunk shrink during reshape
` [PATCH] md/raid5: wire llbitmap reshape lifecycle
` [PATCH] md/raid5: split reshape bios before bitmap accounting

[PATCH v2 0/3] md/raid1,raid10: fix deadlock and bio accounting in read error path
 2026-05-01 11:46 UTC  (4+ messages)
` [PATCH v2 1/3] md/raid1,raid10: fix deadlock in read error recovery path
` [PATCH v2 2/3] md/raid1,raid10: fix error-path detection with md_cloned_bio()
` [PATCH v2 3/3] md/raid1,raid10: fix bio accounting for split md cloned bios

Why is mdraid not listed sashiko.dev (review by gemini/gemini-3.1-pro-preview)?
 2026-04-30 15:12 UTC 

[PATCH] md/raid5: Fix bio retry on interrupted reshape
 2026-04-30 11:53 UTC  (3+ messages)

Suggest me a cost effective SATA SSD?
 2026-04-30 10:48 UTC  (3+ messages)

[PATCH 01/28] xor: assert that xor_blocks is not call from interrupt context
 2026-04-30  3:24 UTC  (2+ messages)

[GIT PULL] md-7.1-20260428
 2026-04-28 14:41 UTC  (2+ messages)

[PATCH v2] md: skip redundant raid_disks update when value is unchanged
 2026-04-28 13:05 UTC 

[PATCH] md/raid1: fix len reuse across rdevs in choose_first_rdev()
 2026-04-28 11:53 UTC  (3+ messages)

[PATCH] md: skip redundant raid_disks update when value is unchanged
 2026-04-28  9:56 UTC  (3+ messages)

[PATCH] md/raid1: fix bio splitting in raid1 thread to avoid recursion and deadlock
 2026-04-28  9:46 UTC  (6+ messages)

[PATCH 0/3] md/raid1: small cleanups in MD and raid1 drivers
 2026-04-28  9:01 UTC  (5+ messages)
` [PATCH 1/3] md/raid1: replace wait loop with wait_event_idle() in raid1_write_request()
` [PATCH 2/3] md: use mddev_is_dm() instead of open-coding gendisk checks
` [PATCH 3/3] md: use ATTRIBUTE_GROUPS() for md default sysfs attributes

[PATCH] md/raid10: fix divide-by-zero in setup_geo() with zero far_copies
 2026-04-28  8:37 UTC  (5+ messages)

[PATCH] md/raid5: Don't set bi_status on STRIPE_WAIT_RESHAPE
 2026-04-28  8:35 UTC  (4+ messages)
` [RFC PATCH] dm-raid: only requeue bios when dm is suspending

[PATCH] md/raid5: fix race between reshape and chunk-aligned read
 2026-04-28  8:29 UTC  (4+ messages)

[PATCH v13 0/3] md/md-bitmap: restore bitmap grow through sysfs
 2026-04-28  8:21 UTC  (10+ messages)
` [PATCH v13 1/3] md: factor bitmap creation away from sysfs handling
` [PATCH v13 2/3] md/md-bitmap: split bitmap sysfs groups
` [PATCH v13 3/3] md/md-bitmap: add a none backend for bitmap grow

[RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
 2026-04-26 14:26 UTC  (7+ messages)

[RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
 2026-04-26 14:14 UTC  (11+ messages)

[RFC] md/raid1: possible deadlock introduced in raid1_read_request()
 2026-04-25 14:29 UTC 

[PATCH v2] raid6: arm64: add SVE optimized implementation for syndrome generation
 2026-04-25 11:46 UTC  (16+ messages)

[PATCH 1/4] md/raid10: prepare per-r10bio dev slot tracking
 2026-04-24  7:04 UTC  (7+ messages)
` [PATCH 2/4] md/raid10: prepare r10bio allocation width tracking
` [PATCH 3/4] md/raid10: fix r10bio devs overflow across reshape
` [PATCH 4/4] md/raid10: reset read_slot when reusing r10bio for discard

[PATCH v2 0/5] md: bitmap grow fixes
 2026-04-21  9:21 UTC  (16+ messages)
` [PATCH v2 1/5] md/md-bitmap: call md_bitmap_create,destroy in location_store
` [PATCH v2 2/5] md/md-bitmap: add an extra sysfs argument to md_bitmap_create and destroy
` [PATCH v2 3/5] md/md-bitmap: add dummy bitmap ops for none to fix wrong bitmap offset

[PATCH AUTOSEL 7.0] md/raid0: use kvzalloc/kvfree for strip_zone and devlist allocations
 2026-04-20 13:18 UTC  (2+ messages)
` [PATCH AUTOSEL 7.0-5.10] md/raid5: skip 2-failure compute when other disk is R5_LOCKED

[PATCH v2] md: use md_free_cloned_bio() in md_end_clone_io()
 2026-04-20  7:34 UTC  (6+ messages)

[PATCH] md: factor out cloned bio cleanup into md_free_bio()
 2026-04-20  7:30 UTC  (3+ messages)

[PATCH 0/2] md: small cleanups in MD driver
 2026-04-19  6:06 UTC  (2+ messages)

[PATCH] md/raid1,raid10: don't fail devices for invalid IO errors
 2026-04-19  5:26 UTC  (3+ messages)

[PATCH v2] md: fix kobject reference leak in md_import_device()
 2026-04-19  4:42 UTC  (2+ messages)

[PATCH 1/1] MAINTAINERS: Add Xiao Ni as md/raid reviewer
 2026-04-19  4:23 UTC  (2+ messages)

[PATCH v2] md/raid5: Fix UAF on IO across the reshape position
 2026-04-19  3:51 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox