linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-13 06:13:29 to 2025-02-18 02:33:02 UTC [more...]

[PATCH] Export MDRAID bitmap on disk structure in UAPI header file
 2025-02-18  2:32 UTC  (5+ messages)
  ` [PATCH v2] "
` [PATCH v3] "

Huge lock contention during raid5 build time
 2025-02-17 12:18 UTC  (10+ messages)

[PATCH 0/7 md-6.15] md: introduce md_submodle_head
 2025-02-17 10:28 UTC  (11+ messages)
` [PATCH md-6.15 1/7] md: merge common code into find_pers()
` [PATCH md-6.15 2/7] md: only include md-cluster.h if necessary
` [PATCH md-6.15 3/7] md: introduce struct md_submodule_head and APIs
` [PATCH md-6.15 4/7] md: switch personalities to use md_submodule_head
` [PATCH md-6.15 5/7] md/md-cluster: cleanup md_cluster_ops reference
` [PATCH md-6.15 6/7] md: don't export md_cluster_ops
` [PATCH md-6.15 7/7] md: switch md-cluster to use md_submodle_head

[PATCH] md/raid1: fix memory leak in raid1_run() if no active rdev
 2025-02-17  6:27 UTC  (2+ messages)

[PATCH V2] raid6: Add RISC-V SIMD syndrome and recovery calculations
 2025-02-14  8:57 UTC  (7+ messages)

[PATCH v3 md-6.15 00/11] md/md-bitmap: introduce CONFIG_MD_BITMAP
 2025-02-14  3:01 UTC  (13+ 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] md: ensure resync is prioritized over recovery
 2025-02-14  1:40 UTC  (3+ messages)

[PATCH] md/raid*: Fix the set_queue_limits implementations
 2025-02-14  1:10 UTC  (3+ messages)

[PATCH] mdmon: imsm: fix metadata corruption when managing new array
 2025-02-13  6:38 UTC  (4+ messages)

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

Problem with RAID1 - unable to read superblock
 2025-02-10  6:01 UTC  (4+ messages)

[PATCH 1/2] md/raid5: skip stripes with bad reads during reshape to avoid stall
 2025-02-08  2:49 UTC  (7+ 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 V3] md-linear: optimize which_dev() for small disks number
 2025-02-07  9:52 UTC  (3+ messages)

[GIT PULL] md-6.14 20250206
 2025-02-07 14:24 UTC  (2+ messages)

[PATCH V2] md-linear: optimize which_dev() for small disks number
 2025-02-07  2:26 UTC 

[PATCH] md-linear: optimize which_dev() for small disks number
 2025-02-06 15:37 UTC 

replaced all drives in RAID-10 array with larger drives -> failing to correctly extend array to use new/add'l space
 2025-02-06  7:15 UTC  (4+ messages)

[PATCH 6.6 0/6] md/md-bitmap: move bitmap_{start, end}write to md upper layer
 2025-02-06  1:53 UTC  (10+ 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.13 0/5] md/md-bitmap: move bitmap_{start, end}write to md upper layer
 2025-02-06  1:46 UTC  (9+ 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

[PATCH RFC mdadm/master] mdadm: add support for new lockless bitmap
 2025-02-06  1:35 UTC  (3+ messages)

RFC: split out the auto-PI code and data structures
 2025-02-04  5:45 UTC  (9+ messages)
` [PATCH 1/3] block: mark bounce buffering as incompatible with integrity
` [PATCH 2/3] block: move the block layer auto-integrity code into a new file
` [PATCH 3/3] block: split struct bio_integrity_data

mdadm/raid5, spare disk or spare space
 2025-02-01 20:38 UTC  (2+ messages)

[PATCH] md: Fix linear_set_limits()
 2025-01-31 18:45 UTC  (4+ messages)

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-29  8:49 UTC  (13+ messages)
  `  "
      `  "
            `  "
                `  "

Altering the meta data version of md raid
 2025-01-28 21:27 UTC 

Add spare disk to raid50
 2025-01-28 15:20 UTC  (3+ messages)

Add spare disk to raid50
 2025-01-28 15:11 UTC 

[PATCH] mdadm: fix --grow with --add for linear
 2025-01-27  9:35 UTC  (4+ 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 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 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  (4+ 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  (4+ 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)


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).