public inbox for linux-raid@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-31 15:28:25 to 2026-04-23 07:48:53 UTC [more...]

[PATCH 0/8] ARM crc64 and XOR using NEON intrinsics
 2026-04-23  7:48 UTC  (19+ 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] md/raid5: Don't set bi_status on STRIPE_WAIT_RESHAPE
 2026-04-22  9:58 UTC  (7+ messages)
      ` [RFC PATCH] dm-raid: only requeue bios when dm is suspending

[PATCH 1/4] md/raid10: prepare per-r10bio dev slot tracking
 2026-04-22  6:40 UTC  (5+ 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 V3 0/2] md/nvme: Enable PCI P2PDMA support for RAID0 and NVMe Multipath
 2026-04-22  6:22 UTC  (15+ 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 0/5] md: bitmap grow fixes
 2026-04-21  9:21 UTC  (22+ 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 v2 4/5] md: skip ID_BITMAP_NONE when show available bitmap types
` [PATCH v2 5/5] md/md-bitmap: remove member group from bitmap_operations

[RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
 2026-04-21  9:05 UTC  (10+ messages)

[PATCH] md/raid5: fix race between reshape and chunk-aligned read
 2026-04-21  7:09 UTC  (5+ messages)

[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  (5+ messages)

[RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
 2026-04-20  2:27 UTC  (6+ messages)

[PATCH 0/2] md: small cleanups in MD driver
 2026-04-19  6:06 UTC  (4+ messages)
` [PATCH 1/2] md: replace wait loop with wait_event() in md_handle_request()
` [PATCH 2/2] md: use mddev_lock_nointr() in mddev_suspend_and_lock_nointr()

[PATCH] md/raid10: fix divide-by-zero in setup_geo() with zero far_copies
 2026-04-19  6:01 UTC  (5+ 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  (5+ messages)

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

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

[PATCH 00/19] md: support llbitmap reshape for raid10 and raid5
 2026-04-19  3:09 UTC  (20+ 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] raid6: arm64: add SVE optimized implementation for syndrome generation
 2026-04-17 15:36 UTC  (15+ messages)

[PATCH v3 0/8] folio support for sync I/O in RAID
 2026-04-16  3:38 UTC  (9+ messages)
` [PATCH v3 1/8] md/raid1,raid10: clean up of RESYNC_SECTORS
` [PATCH v3 2/8] md: introduce sync_folio_io for folio support in RAID
` [PATCH v3 3/8] md: introduce safe_put_folio "
` [PATCH v3 4/8] md/raid1: use folio for tmppage
` [PATCH v3 5/8] md/raid10: "
` [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: "

[RFC PATCH 0/2] Decouple ftrace/livepatch from module loader via notifier priority and reverse traversal
 2026-04-15  7:38 UTC  (2+ messages)

[PATCH] md: fix kobject reference leak in md_import_device()
 2026-04-15  1:40 UTC  (2+ messages)

[PATCH V2 0/2] md/nvme: Enable PCI P2PDMA support for RAID0 and NVMe Multipath
 2026-04-14  2:57 UTC  (6+ messages)
` [PATCH V2 1/2] md: propagate BLK_FEAT_PCI_P2PDMA from member devices
` [PATCH V2 2/2] nvme-multipath: enable PCI P2PDMA for multipath devices

cleanup the RAID5 XOR library v4
 2026-04-10  3:19 UTC  (5+ messages)
` [PATCH 22/28] xor: add a better public API
` [PATCH 24/28] async_xor: use xor_gen

[GIT PULL] md-7.1-20260407
 2026-04-08 12:55 UTC  (2+ messages)

[PATCH] md/raid0: use kvzalloc/kvfree for strip_zone and devlist allocations
 2026-04-07 16:04 UTC  (3+ messages)

[PATCH] md/raid5: fix soft lockup in retry_aligned_read()
 2026-04-07 13:39 UTC  (2+ messages)

[RFC PATCH] md/raid5: Fix UAF on IO across the reshape position
 2026-04-07 12:23 UTC  (8+ messages)

[PATCH] md: wake raid456 reshape waiters before suspend
 2026-04-07  5:33 UTC  (4+ messages)

[PATCH v3 1/1] md/raid1: serialize overlap io for writemostly disk
 2026-04-07  5:30 UTC  (2+ messages)

[PATCH v3 0/3] md/md-llbitmap: add CleanUnwritten support
 2026-04-07  5:29 UTC  (2+ messages)

[PATCH] md/raid5: validate payload size before accessing journal metadata
 2026-04-07  5:28 UTC  (2+ messages)

[PATCH] md: remove unused static md_wq workqueue
 2026-04-07  5:26 UTC  (2+ messages)

[PATCH] md: fix array_state=clear sysfs deadlock
 2026-04-07  5:02 UTC  (3+ messages)

4 TiB WD SN700 drives drop off of Sonnet Card
 2026-03-31 21:45 UTC  (2+ messages)

[PATCH v2 0/5] xor/arm: Replace vectorized version with intrinsics
 2026-03-31 15:28 UTC  (4+ messages)


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