linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-11 06:16:14 to 2025-10-27 15:05:15 UTC [more...]

[PATCH v5 00/16] Don't set MD_BROKEN on failfast bio failure
 2025-10-27 15:04 UTC  (15+ messages)
` [PATCH v5 02/16] md: serialize md_error()
` [PATCH v5 03/16] md: add pers->should_error() callback
` [PATCH v5 04/16] md: introduce md_cond_error()
` [PATCH v5 05/16] md/raid1: implement pers->should_error()
` [PATCH v5 06/16] md/raid10: "
` [PATCH v5 07/16] md/raid1: refactor handle_read_error()
` [PATCH v5 08/16] md/raid10: "
` [PATCH v5 09/16] md/raid10: fix failfast read error not rescheduled
` [PATCH v5 10/16] md: prevent set MD_BROKEN on super_write failure with failfast
` [PATCH v5 11/16] md/raid1: Prevent set MD_BROKEN on failfast bio failure
` [PATCH v5 12/16] md/raid10: "
` [PATCH v5 13/16] md/raid1: add error message when setting MD_BROKEN
` [PATCH v5 14/16] md/raid10: Add "
` [PATCH v5 16/16] md: Improve super_written() error logging

dm bug: hibernate to swap located on dm-integrity doesn't work (how to get data redundancy for swap?)
 2025-10-27  8:42 UTC  (8+ messages)
  ` [PATCH] pm-hibernate: flush block device cache when hibernating

[PATCH v7 0/4] make logical block size configurable
 2025-10-27  7:29 UTC  (5+ messages)
` [PATCH v7 1/4] md: delete md_redundancy_group when array is becoming inactive
` [PATCH v7 2/4] md: init bioset in mddev_init
` [PATCH v7 3/4] md/raid0: Move queue limit setup before r0conf initialization
` [PATCH v7 4/4] md: allow configuring logical block size

[PATCH] MAINTAINERS: Update Yu Kuai's E-mail address
 2025-10-21 12:49 UTC  (2+ messages)

[PATCH] md/md-linear: Enable atomic writes
 2025-10-21 12:32 UTC  (7+ messages)

[PATCH] [v2] md: fix rcu protection in md_wakeup_thread
 2025-10-21 12:08 UTC  (3+ messages)

Unable to set group_thread_cnt using mdadm.conf
 2025-10-21  0:33 UTC  (4+ messages)

status of bugzilla #99171 - mdraid broken for O_DIRECT
 2025-10-20  6:44 UTC  (6+ messages)

[PATCH 0/2] -If can't work if sync is running
 2025-10-17  9:14 UTC  (3+ messages)
` [PATCH V2 1/2] mdadm/Incremental: wait a while before removing a member
` [PATCH 2/2] mdadm/sysfs: close fd before return

[PATCH 1/1] mdadm/Incremental: wait a while before removing a member
 2025-10-17  8:30 UTC 

[PATCH 1/1] mdadm: Create array with sync del gendisk mode
 2025-10-16 12:04 UTC 

[PATCH] md: fix rcu protection in md_wakeup_thread
 2025-10-15  8:19 UTC  (6+ messages)

[PATCH -next v7 0/4] make logical block size configurable
 2025-10-15  8:03 UTC  (5+ messages)
` [PATCH -next v7 1/4] md: delete md_redundancy_group when array is becoming inactive
` [PATCH -next v7 2/4] md: init bioset in mddev_init
` [PATCH -next v7 3/4] md/raid0: Move queue limit setup before r0conf initialization
` [PATCH -next v7 4/4] md: allow configuring logical block size

[PATCH v6] md: allow configuring logical block size
 2025-10-15  2:28 UTC  (3+ messages)

Unable to set group_thread_cnt using mdadm.conf
 2025-10-14 19:53 UTC 

status of bugzilla #99171 - mdraid broken for O_DIRECT
 2025-10-14  6:31 UTC  (9+ messages)

[PATCH V3 0/5] Add an optimization also raid6test for RISC-V support
 2025-10-13  1:42 UTC  (4+ messages)
` [PATCH V3 5/5] raid6: test: Add support for RISC-V

[PATCH] md: don't add empty badblocks record table in super_1_load()
 2025-10-09  4:20 UTC  (9+ messages)

[PATCH RFC] md: disable atomic writes if any bad blocks found
 2025-09-30 10:18 UTC  (4+ messages)

[PATCH 1/1] md: delete mddev kobj before deleting gendisk kobj
 2025-09-30  9:07 UTC  (5+ messages)

[PATCH blktests] md/004: add unmap write zeroes tests
 2025-09-30  6:32 UTC  (4+ messages)

[PATCH v5 0/2] make logical block size configurable
 2025-09-26  7:22 UTC  (10+ messages)
` [PATCH v5 1/2] md: prevent adding disks with larger logical_block_size to active arrays
` [PATCH v5 2/2] md: allow configuring logical block size

[PATCH 0/7] cleanup and bugfix of sync
 2025-09-25  9:01 UTC  (13+ messages)
` [PATCH 1/7] md: factor error handling out of md_done_sync into helper
` [PATCH 2/7] md: mark rdev Faulty when badblocks setting fails
` [PATCH 3/7] md: cleanup MD_RECOVERY_ERROR flag
` [PATCH 4/7] md: factor out sync completion update into helper
` [PATCH 5/7] md/raid10: fix any_working flag handling in raid10_sync_request
` [PATCH 6/7] md/raid10: cleanup skip "
` [PATCH 7/7] md: remove recovery_disabled

[PATCH v4 0/9] Don't set MD_BROKEN on failfast bio failure
 2025-09-23 15:54 UTC  (39+ messages)
` [PATCH v4 1/9] md/raid1,raid10: Set the LastDev flag when the configuration changes
` [PATCH v4 2/9] md: serialize md_error()
` [PATCH v4 3/9] md: introduce md_bio_failure_error()
` [PATCH v4 4/9] md/raid1,raid10: Don't set MD_BROKEN on failfast bio failure
` [PATCH v4 5/9] md/raid1,raid10: Set R{1,10}BIO_Uptodate when successful retry of a failed bio
` [PATCH v4 6/9] md/raid1,raid10: Fix missing retries Failfast write bios on no-bbl rdevs
` [PATCH v4 7/9] md/raid10: fix failfast read error not rescheduled
` [PATCH v4 8/9] md/raid1,raid10: Add error message when setting MD_BROKEN
` [PATCH v4 9/9] md/raid1,raid10: Fix: Operation continuing on 0 devices

[PATCH] md raid: fix hang when stopping arrays with metadata through dm-raid
 2025-09-23 12:58 UTC  (4+ messages)
        ` [PATCH V2] "

[PATCH] md/md-llbitmap: Remove unneeded semicolon
 2025-09-20 10:04 UTC  (2+ messages)

[PATCH v3] md: prevent incorrect update of resync/recovery offset
 2025-09-20  9:54 UTC  (2+ messages)

[PATCH v2] Factor out code into md_should_do_recovery()
 2025-09-20  9:53 UTC  (4+ messages)

[PATCH] md/raid1: skip recovery of already synced areas
 2025-09-18  8:26 UTC  (3+ messages)

[PATCH v2 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers
 2025-09-17 14:21 UTC  (7+ messages)
` [PATCH v2 1/2] md: init queue_limits->max_hw_wzeroes_unmap_sectors parameter
` (subset) [PATCH v2 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers

[GIT PULL] md-6.17-20250917
 2025-09-17 13:21 UTC  (2+ messages)

[PATCH 0/4] mdadm: rework mdcheck systemd service logic
 2025-09-16  9:04 UTC  (11+ messages)
` [PATCH 1/4] mdcheck: loop over sync_action files in sysfs
` [PATCH 2/4] mdcheck: replace deprecated "$[cnt+1]" syntax
` [PATCH 3/4] mdcheck: simplify start / continue logic and add "--restart" logic
` [PATCH 4/4] mdcheck: log to stderr from systemd units

[PATCH v4 0/2] make logical_block_size configurable
 2025-09-16  6:33 UTC  (11+ messages)
` [PATCH v4 1/2] md: prevent adding disks with larger logical_block_size to active arrays
` [PATCH v4 2/2] md: allow configuring logical_block_size

[PATCH] md: Fix recovery hang when sync_action is set to frozen
 2025-09-15  1:01 UTC  (4+ messages)

deprication warning using -a mdp
 2025-09-14 15:32 UTC  (2+ messages)

[PATCH 1/3] md: use MD_RECOVERY_ERROR flag instead of function parameter
 2025-09-11  6:16 UTC  (3+ messages)
` [PATCH 3/3] md: factor out sync completion update into helper


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