public inbox for linux-raid@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-26 05:38:30 to 2026-02-28 04:35:27 UTC [more...]

cleanup the RAID5 XOR library
 2026-02-28  4:35 UTC  (39+ 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] block: remove bdev_nonrot()
 2026-02-26 12:27 UTC  (3+ messages)

[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 v2] md/raid10: fix deadlock with check operation and nowait requests
 2026-02-26  5:24 UTC  (2+ messages)

[PATCH 0/5] md/md-llbitmap: fixes and proactive parity building support
 2026-02-24  1:52 UTC  (9+ 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 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 

[PATCH] md/raid5: set chunk_sectors to enable full stripe I/O splitting
 2026-02-23 14:05 UTC  (3+ messages)

[PATCH v2 0/5] md/md-llbitmap: fixes and proactive parity building support
 2026-02-23  2:40 UTC  (6+ 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

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  (6+ messages)
` [PATCH V3 4/6] nvmet: ignore discard return value
` [f2fs-dev] [PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value

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 0/3] lib/raid6: Optimize raid6_select_algo while ensuring
 2026-02-13  2:34 UTC  (9+ messages)
` [PATCH v2 1/3] lib/raid6: Divide the raid6 algorithm selection process into two parts
` [PATCH v2 2/3] lib/raid6: Optimizing the raid6_select_algo time through asynchronous processing
` [PATCH v2 3/3] lib/raid6: Delete the RAID6_PQ_BENCHMARK config

[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  (10+ messages)
` [PATCH 1/2] md/raid1: fix the comparing region of interval tree
` [PATCH 2/2] md/raid1: serialize overlapped io for writemostly disk

[PATCH] md/raid10: fix deadlock with check operation and nowait requests
 2026-02-10 11:56 UTC  (5+ messages)

[PATCH] md: suppress spurious superblock update warning for dm-raid
 2026-02-10 12:41 UTC  (2+ messages)

[PATCH v2 00/14] folio support for sync I/O in RAID
 2026-02-06  9:07 UTC  (31+ messages)
` [PATCH v2 01/14] md/raid1,raid10: clean up of RESYNC_SECTORS
` [PATCH v2 02/14] md: introduce sync_folio_io for folio support in RAID
` [PATCH v2 03/14] md/raid1: use folio for tmppage
` [PATCH v2 04/14] md/raid10: "
` [PATCH v2 05/14] md/raid1,raid10: use folio for sync path IO
` [PATCH v2 06/14] md: Clean up folio sync support related code
` [PATCH v2 07/14] md/raid1: clean up useless sync_blocks handling in raid1_sync_request
` [PATCH v2 08/14] md/raid1: fix IO error at logical block size granularity
` [PATCH v2 09/14] md/raid10: "
` [PATCH v2 10/14] md/raid1,raid10: clean up resync_fetch_folio
` [PATCH v2 11/14] md: clean up resync_free_folio
` [PATCH v2 12/14] md/raid1: clean up sync IO size calculation in raid1_sync_request
` [PATCH v2 13/14] md/raid10: clean up sync IO size calculation in raid10_sync_request
` [PATCH v2 14/14] md/raid1,raid10: fall back to smaller order if sync folio alloc fails

[PATCH RFC 0/3] md/raid1: data corruption with serialization
 2026-02-05  2:03 UTC  (11+ messages)
` [PATCH RFC 1/3] md: add return value of mddev_create_serial_pool
` [PATCH RFC 2/3] md/raid1: fix data corruption by moving serialization to mddev level
` [PATCH RFC 3/3] md/raid1: fix incorrect sector range in serialization

[RFC v2 0/5] md/raid1: introduce a new sync action to repair badblocks
 2026-02-04 16:59 UTC  (15+ messages)
` [RFC v2 1/5] md: add helpers for requested sync action
` [RFC v2 2/5] md: serialize requested sync actions and clear stale request state
` [RFC v2 3/5] md: rename mdstat action "recovery" to "recover"
` [RFC v2 4/5] md: introduce MAX_RAID_DISKS macro to replace magic number
` [RFC v2 5/5] md/raid1: introduce rectify action to repair badblocks

[PATCH 1/1] mdadm/imsm: use creation_time for ctime in container info
 2026-02-04 14:00 UTC 

[PATCH 0/3] lib/raid6: Optimize raid6_select_algo while ensuring
 2026-02-03 13:54 UTC  (6+ messages)
` [PATCH 1/3] lib/raid6: Divide the raid6 algorithm selection process into two parts
` [PATCH 2/3] lib/raid6: Optimizing the raid6_select_algo time through asynchronous processing
` [PATCH 3/3] lib/raid6: Delete the RAID6_PQ_BENCHMARK config

[GIT PULL] md-7.0-20260202
 2026-02-02 14:04 UTC  (2+ messages)

[PATCH RESEND] MAINTAINERS: Add Li Nan as md/raid reviewer
 2026-02-02  8:32 UTC 

[PATCH] md/raid1: fix memory leak in raid1_run()
 2026-01-31  1:45 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add Li Nan as md/raid reviewer
 2026-01-30  7:55 UTC 

md: regression: incorrect warn about updating super block failure
 2026-01-28  9:30 UTC  (2+ messages)

[PATCH 1/1] md: fix return value of mddev_trylock
 2026-01-28  8:24 UTC  (3+ messages)

[GIT PULL] md-7.0-20260127
 2026-01-27  4:09 UTC  (2+ messages)

[PATCH V6 0/3] md: call del_gendisk in sync way
 2026-01-27  2:23 UTC  (4+ messages)
` [PATCH 1/3] md: call del_gendisk in control path

[PATCH] md/bitmap: fix GPF in write_page caused by resize race
 2026-01-26  8:21 UTC  (3+ messages)

[PATCH] md raid: fix hang when stopping arrays with metadata through dm-raid
 2026-01-26  5:50 UTC  (4+ messages)
` [PATCH V2] "
  ` Fwd: "

[PATCH] md-cluster: fix NULL pointer dereference in process_metadata_update
 2026-01-26  5:38 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