public inbox for linux-raid@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-11 03:17:51 to 2026-03-11 08:45:43 UTC [more...]

cleanup the RAID5 XOR library v2
 2026-03-11  8:45 UTC  (29+ messages)
` [PATCH 01/27] xor: assert that xor_blocks is not from preemptible user context
` [PATCH 02/27] arm/xor: remove in_interrupt() handling
` [PATCH 03/27] um/xor: cleanup xor.h
` [PATCH 04/27] xor: move to lib/raid/
` [PATCH 05/27] xor: small cleanups
` [PATCH 06/27] xor: cleanup registration and probing
` [PATCH 07/27] xor: split xor.h
` [PATCH 08/27] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/27] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/27] alpha: move the XOR code to lib/raid/
` [PATCH 11/27] arm: "
` [PATCH 12/27] arm64: "
` [PATCH 13/27] loongarch: "
` [PATCH 14/27] powerpc: "
` [PATCH 15/27] riscv: "
` [PATCH 16/27] sparc: "
` [PATCH 17/27] s390: "
` [PATCH 18/27] x86: "
` [PATCH 19/27] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/27] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/27] xor: add a better public API
` [PATCH 22/27] async_xor: use xor_gen
` [PATCH 23/27] btrfs: "
` [PATCH 24/27] xor: pass the entire operation to the low-level ops
` [PATCH 25/27] xor: use static_call for xor_gen
` [PATCH 26/27] random: factor out a __limit_random_u32_below helper
` [PATCH 27/27] xor: add a kunit test case

cleanup the RAID5 XOR library
 2026-03-10 14:00 UTC  (71+ messages)
` [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
` [PATCH 02/25] arm/xor: remove in_interrupt() handling
` [PATCH 03/25] um/xor: don't override XOR_SELECT_TEMPLATE
` [PATCH 04/25] xor: move to lib/raid/
` [PATCH 05/25] xor: small cleanups
` [PATCH 06/25] xor: cleanup registration and probing
` [PATCH 07/25] xor: split xor.h
` [PATCH 08/25] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/25] alpha: move the XOR code to lib/raid/
` [PATCH 11/25] arm: "
` [PATCH 12/25] arm64: "
` [PATCH 13/25] loongarch: "
` [PATCH 14/25] powerpc: "
` [PATCH 15/25] riscv: "
` [PATCH 16/25] sparc: "
` [PATCH 17/25] s390: "
` [PATCH 18/25] x86: "
` [PATCH 19/25] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/25] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/25] xor: add a better public API
` [PATCH 22/25] async_xor: use xor_gen
` [PATCH 23/25] btrfs: "
` [PATCH 24/25] xor: pass the entire operation to the low-level ops
` [PATCH 25/25] xor: use static_call for xor_gen

[PATCH 0/5] md/md-llbitmap: fixes and proactive parity building support
 2026-03-10  5:19 UTC  (11+ messages)
` [PATCH 1/5] md/md-llbitmap: skip reading rdevs that are not in_sync
` [PATCH 2/5] md/md-llbitmap: raise barrier before state machine transition
` [PATCH 3/5] md: add fallback to correct bitmap_ops on version mismatch
` [PATCH 4/5] md/md-llbitmap: add CleanUnwritten state for RAID-5 proactive parity building
` [PATCH 5/5] md/md-llbitmap: optimize initial sync with write_zeroes_unmap support

[PATCH v2 0/5] md/md-llbitmap: fixes and proactive parity building support
 2026-03-10  1:06 UTC  (9+ messages)
` [PATCH v2 1/5] md/md-llbitmap: skip reading rdevs that are not in_sync
` [PATCH v2 2/5] md/md-llbitmap: raise barrier before state machine transition
` [PATCH v2 3/5] md: add fallback to correct bitmap_ops on version mismatch
` [PATCH v2 4/5] md/md-llbitmap: add CleanUnwritten state for RAID-5 proactive parity building
` [PATCH v2 5/5] md/md-llbitmap: optimize initial sync with write_zeroes_unmap support

[PATCH] md/raid0: use kvzalloc/kvfree for strip_zone and devlist allocations
 2026-03-08 23:42 UTC 

md-raid support 50/60 & spare space support
 2026-03-06 11:17 UTC 

[PATCH 0/3] md: bitmap grow fixes
 2026-03-06  4:25 UTC  (10+ messages)
` [PATCH 1/3] md: restore bitmap/location to fix wrong bitmap offset while growing
` [PATCH 2/3] md: call md_bitmap_create,destroy in location_store
` [PATCH 3/3] md: remove member group from bitmap_operations

[PATCH 2/2] md/raid5: move handle_stripe() comment to correct location
 2026-03-05 17:31 UTC  (2+ messages)

[PATCH 1/2] md/raid5: remove stale md_raid5_kick_device() declaration
 2026-03-05 17:30 UTC  (2+ messages)

[PATCH] md/raid0,linear: move error handling from make_request to IO completion
 2026-03-05 17:27 UTC  (2+ messages)

[PATCH v2 0/2] md/raid1: serialize overlapped ios for writemostly device
 2026-03-05  1:18 UTC  (3+ messages)
` [PATCH 1/2] md/raid1: fix the comparing region of interval tree
` [PATCH v2 2/2] md/raid1: serialize overlap io for writemostly disk

[PATCH 0/2] md/raid1: serialize overlapped ios for writemostly device
 2026-03-05  1:16 UTC 

[PATCH] md: remove unused mddev argument from export_rdev
 2026-03-04 11:14 UTC  (4+ messages)

[PATCH] md/raid5: set chunk_sectors to enable full stripe I/O splitting
 2026-03-04  2:36 UTC  (5+ messages)

[PATCH v3] md/raid10: fix deadlock with check operation and nowait requests
 2026-03-04  2:18 UTC  (2+ messages)

[PATCH] md/raid5: clean up stale declaration and misplaced comment
 2026-03-04  2:10 UTC  (2+ messages)

[PATCH] block: remove bdev_nonrot()
 2026-03-03  7:05 UTC  (7+ messages)

[PATCH v2] md/raid10: fix deadlock with check operation and nowait requests
 2026-03-03  0:54 UTC  (3+ messages)

4 TiB WD SN700 drives drop off of Sonnet Card
 2026-03-01 11:39 UTC 

FAILED: Patch "md/bitmap: fix GPF in write_page caused by resize race" failed to apply to 5.10-stable tree
 2026-03-01  2:02 UTC 

FAILED: Patch "md/bitmap: fix GPF in write_page caused by resize race" failed to apply to 5.15-stable tree
 2026-03-01  1:52 UTC 

FAILED: Patch "md/bitmap: fix GPF in write_page caused by resize race" failed to apply to 6.1-stable tree
 2026-03-01  1:43 UTC 

FAILED: Patch "md/bitmap: fix GPF in write_page caused by resize race" failed to apply to 6.6-stable tree
 2026-03-01  1:34 UTC 

FAILED: Patch "md/bitmap: fix GPF in write_page caused by resize race" failed to apply to 6.12-stable tree
 2026-03-01  1:23 UTC 

[PATCH 1/1] md/raid5: don't set bi_status for requeued IO in STRIPE_WAIT_RESHAPE
 2026-02-26  8:28 UTC  (3+ messages)

[PATCH] md: suppress spurious superblock update error message for dm-raid
 2026-02-26  5:35 UTC  (2+ messages)

[PATCH 16/62] md: Make mddev_suspend() easier to analyze
 2026-02-23 22:00 UTC 

[PATCH 16/62] md: Make mddev_suspend() easier to analyze
 2026-02-23 22:01 UTC  (2+ messages)

[PATCH 16/62] md: Make mddev_suspend() easier to analyze
 2026-02-23 21:50 UTC 

Fw: Re: slab raid6-md125 start c000000d9371bf30 pointer offset 16 size 2544 ist_add corruption. prev->next should be next
 2026-02-18 13:44 UTC 

[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
 2026-02-17 21:14 UTC  (2+ messages)
` [f2fs-dev] "

Cannot change RAID array check speed
 2026-02-16 20:01 UTC  (4+ messages)

[PATCH v3 0/3] lib/raid6: Optimize raid6_select_algo to ensure
 2026-02-13  8:15 UTC  (5+ messages)
` [PATCH v3 1/3] lib/raid6: Divide the raid6 algorithm selection process into two parts
` [PATCH v3 2/3] lib/raid6: Optimizing the raid6_select_algo time through asynchronous processing
` [PATCH v3 3/3] lib/raid6: Delete the RAID6_PQ_BENCHMARK config

[PATCH v2 2/3] lib/raid6: Optimizing the raid6_select_algo time through asynchronous processing
 2026-02-13  2:34 UTC  (2+ messages)

[PATCH V4 0/3] block: ignore discard return value
 2026-02-12 11:27 UTC  (6+ messages)
` [PATCH V4 1/3] md: "
` [PATCH V4 2/3] nvmet: "
` [PATCH V4 3/3] block: change return type to void

[QUESTION] Debugging some file data corruption
 2026-02-11 14:07 UTC  (2+ messages)

[PATCH AUTOSEL 6.19-6.18] md raid: fix hang when stopping arrays with metadata through dm-raid
 2026-02-11 12:30 UTC  (2+ messages)
` [PATCH AUTOSEL 6.19-6.6] md-cluster: fix NULL pointer dereference in process_metadata_update

[PATCH 0/2] md/raid1: serialize overlapped ios for writemostly device
 2026-02-11  3:26 UTC  (6+ messages)
` [PATCH 2/2] md/raid1: serialize overlapped io for writemostly disk


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