linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-31 08:50:06 to 2025-01-28 11:22:42 UTC [more...]

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-28 11:22 UTC  (13+ messages)
  `  "
      `  "
            `  "

[PATCH V2] raid6: Add RISC-V SIMD syndrome and recovery calculations
 2025-01-27 22:34 UTC  (3+ messages)

Add spare disk to raid50
 2025-01-27 21:18 UTC  (2+ messages)

[PATCH 6.13 0/5] md/md-bitmap: move bitmap_{start, end}write to md upper layer
 2025-01-27 12:45 UTC  (8+ messages)
` [PATCH 6.13 1/5] md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()
` [PATCH 6.13 2/5] md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()
` [PATCH 6.13 3/5] md: add a new callback pers->bitmap_sector()
` [PATCH 6.13 4/5] md/raid5: implement pers->bitmap_sector()
` [PATCH 6.13 5/5] md/md-bitmap: move bitmap_{start, end}write to md upper layer

Huge lock contention during raid5 build time
 2025-01-27 12:32 UTC  (8+ messages)

[PATCH] mdadm: fix --grow with --add for linear
 2025-01-27  9:35 UTC  (4+ messages)

[PATCH RFC mdadm/master] mdadm: add support for new lockless bitmap
 2025-01-27  9:25 UTC  (2+ messages)

[PATCH v3] mdopen: add sbin path to env PATH when call system("modprobe md_mod")
 2025-01-27  9:14 UTC  (2+ messages)

[PATCH 1/2] md/raid5: skip stripes with bad reads during reshape to avoid stall
 2025-01-27  9:00 UTC  (6+ messages)
` [PATCH 2/2] md/raid5: warn when failing a read due to bad blocks metadata
  ` [PATCH v2 1/2] md/raid5: freeze reshape when encountering a bad read
    ` [PATCH v2 2/2] md/raid5: warn when failing a read due to bad blocks metadata

[PATCH 6.6 0/6] md/md-bitmap: move bitmap_{start, end}write to md upper layer
 2025-01-27  8:53 UTC  (7+ messages)
` [PATCH 6.6 1/6] md/raid5: recheck if reshape has finished with device_lock held
` [PATCH 6.6 2/6] md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()
` [PATCH 6.6 3/6] md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()
` [PATCH 6.6 4/6] md: add a new callback pers->bitmap_sector()
` [PATCH 6.6 5/6] md/raid5: implement pers->bitmap_sector()
` [PATCH 6.6 6/6] md/md-bitmap: move bitmap_{start, end}write to md upper layer

[PATCH 6.12 0/5] md/md-bitmap: move bitmap_{start, end}write to md upper layer
 2025-01-27  8:52 UTC  (6+ messages)
` [PATCH 6.12 1/5] md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()
` [PATCH 6.12 2/5] md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()
` [PATCH 6.12 3/5] md: add a new callback pers->bitmap_sector()
` [PATCH 6.12 4/5] md/raid5: implement pers->bitmap_sector()
` [PATCH 6.12 5/5] md/md-bitmap: move bitmap_{start, end}write to md upper layer

[PATCH RFC] md: introduce llbitmap
 2025-01-26  8:36 UTC 

[GIT PULL] md-6.14 20250124
 2025-01-24 20:21 UTC  (2+ messages)

[PATCH] md/md-bitmap: synchronize bitmap_get_stats() with bitmap lifetime
 2025-01-24  9:20 UTC 

[REGRESSION] kernel panic at bitmap_get_stats+0x2b/0xa0 since 6.12
 2025-01-24  9:13 UTC  (6+ messages)

PROBLEM: repeatable lockup on RAID-6 with LUKS dm-crypt on NVMe devices when rsyncing many files
 2025-01-24  6:38 UTC  (23+ messages)

[PATCH v3 md-6.15 00/11] md/md-bitmap: introduce CONFIG_MD_BITMAP
 2025-01-23  2:07 UTC  (12+ messages)
` [PATCH v3 md-6.15 01/11] md/md-bitmap: remove the parameter 'init' for bitmap_ops->resize()
` [PATCH v3 md-6.15 02/11] md/md-bitmap: merge md_bitmap_group into bitmap_operations
` [PATCH v3 md-6.15 03/11] md/md-bitmap: add md_bitmap_registered/enabled() helper
` [PATCH v3 md-6.15 04/11] md/md-bitmap: handle the case bitmap is not enabled before start_sync()
` [PATCH v3 md-6.15 05/11] md/md-bitmap: handle the case bitmap is not enabled before end_sync()
` [PATCH v3 md-6.15 06/11] md/raid1: check bitmap before behind write
` [PATCH v3 md-6.15 07/11] md/raid1: check before deferencing mddev->bitmap_ops
` [PATCH v3 md-6.15 08/11] md/raid10: "
` [PATCH v3 md-6.15 09/11] md/raid5: "
` [PATCH v3 md-6.15 10/11] md: "
` [PATCH v3 md-6.15 11/11] md/md-bitmap: introducet CONFIG_MD_BITMAP

[PATCH v2] mdopen: add sbin path to env PATH when call system("modprobe md_mod")
 2025-01-22 15:30 UTC  (5+ messages)

[PATCH] mdopen: add sbin path to env PATH when call system("modprobe md_mod")
 2025-01-22  1:56 UTC  (3+ messages)

[RFC PATCH] raid6: Add RISC-V SIMD syndrome and recovery calculations
 2025-01-20  4:50 UTC  (10+ messages)

[PATCH RFC v2 0/8] device mapper atomic write support
 2025-01-17 21:51 UTC  (14+ messages)
` [PATCH RFC v2 1/8] block: Add common atomic writes enable flag
` [PATCH RFC v2 2/8] block: Don't trim an atomic write
` [PATCH RFC v2 3/8] dm-table: atomic writes support
` [PATCH RFC v2 4/8] dm: Ensure cloned bio is same length for atomic write
` [PATCH RFC v2 5/8] dm-linear: Enable atomic writes
` [PATCH RFC v2 6/8] dm-stripe: "
` [PATCH RFC v2 7/8] dm-io: Warn on creating multiple atomic write bios for a region
` [PATCH RFC v2 8/8] dm-mirror: Support atomic writes
` (subset) [PATCH RFC v2 0/8] device mapper atomic write support

[PATCH 1/1] mdadm/raid6check: add xmalloc.h to raid6check.c
 2025-01-17 18:37 UTC  (2+ messages)

[GIT PULL] md-6.14 20250116
 2025-01-16 21:43 UTC  (2+ messages)

[PATCH 5.10/5.15] md/raid5: fix atomicity violation in raid5_cache_count
 2025-01-16 18:43 UTC  (2+ messages)

[PATCH] Export MDRAID bitmap on disk structure in UAPI header file
 2025-01-15 15:23 UTC  (16+ messages)

[PATCH next] md/md-linear: Fix a NULL vs IS_ERR() bug in linear_add()
 2025-01-15  7:31 UTC  (2+ messages)

[GIT PULL] md-6.14 20250113
 2025-01-13 18:53 UTC  (2+ messages)

[PATCH] md: Add missing md-linear.c
 2025-01-13 14:11 UTC  (2+ messages)

RAID 1 | Extending Logical Volume
 2025-01-12 19:38 UTC  (2+ messages)

[PATCH] treewide: const qualify ctl_tables where applicable
 2025-01-10 17:13 UTC  (8+ messages)

[PATCH] md: Replace deprecated kmap_atomic() with kmap_local_page()
 2025-01-10 15:08 UTC  (3+ messages)

[GIT PULL] md-6.14 20250109
 2025-01-10 14:54 UTC  (2+ messages)

[PATCH v2 md-6.14 0/5] md/md-bitmap: move bitmap_{start, end}write to md upper layer
 2025-01-09 18:57 UTC  (8+ messages)
` [PATCH v2 md-6.14 1/5] md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()
` [PATCH v2 md-6.14 2/5] md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()
` [PATCH v2 md-6.14 3/5] md: add a new callback pers->bitmap_sector()
` [PATCH v2 md-6.14 4/5] md/raid5: implement pers->bitmap_sector()
` [PATCH v2 md-6.14 5/5] md/md-bitmap: move bitmap_{start, end}write to md upper layer

[PATCH v2 md-6.14 00/12] md/md-bitmap: introducet CONFIG_MD_BITMAP
 2025-01-09 17:51 UTC  (14+ messages)
` [PATCH v2 md-6.14 01/12] md/md-bitmap: remove the parameter 'init' for bitmap_ops->resize()
` [PATCH v2 md-6.14 02/12] md/md-bitmap: merge md_bitmap_group into bitmap_operations
` [PATCH v2 md-6.14 03/12] md/md-bitmap: add md_bitmap_registered/enabled() helper
` [PATCH v2 md-6.14 04/12] md/md-bitmap: handle the case bitmap is not enabled before start_sync()
` [PATCH v2 md-6.14 05/12] md/md-bitmap: handle the case bitmap is not enabled before end_sync()
` [PATCH v2 md-6.14 06/12] md/dm-raid: check if bitmap is registered in raid_ctr()
` [PATCH v2 md-6.14 07/12] md/raid1: check bitmap before behind write
` [PATCH v2 md-6.14 08/12] md/raid1: check before deferencing mddev->bitmap_ops
` [PATCH v2 md-6.14 09/12] md/raid10: "
` [PATCH v2 md-6.14 10/12] md/raid5: "
` [PATCH v2 md-6.14 11/12] md: "
` [PATCH v2 md-6.14 12/12] md/md-bitmap: introducet CONFIG_MD_BITMAP

[PATCH 1/1] md: Fix typo in comment
 2025-01-09  7:27 UTC  (2+ messages)

[PATCH RFC md-6.14] md: reintroduce md-linear
 2025-01-08 21:42 UTC  (8+ messages)

[PATCH md-6.14 00/13] md/md-bitmap: support to build md-bitmap as kernel module
 2025-01-07  3:43 UTC  (6+ messages)
` [PATCH md-6.14 13/13] "

md-linear accidental(?) removal, removed significant(?) use case?
 2025-01-02 13:22 UTC  (6+ messages)

[PATCH v2 md-6.14 0/5] md/md-bitmap: move bitmap_{start, end}write to md upper layer
 2025-01-02  4:36 UTC  (11+ messages)
` [PATCH v2 md-6.14 2/5] md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()
` [PATCH v2 md-6.14 4/5] md/raid5: implement pers->bitmap_sector()
` [PATCH v2 md-6.14 5/5] md/md-bitmap: move bitmap_{start, end}write to md upper layer


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).