linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-31 22:01:10 to 2023-11-29 12:15:46 UTC [more...]

raid6 corruption after assembling with event counter difference of 1
 2023-11-29 12:15 UTC  (8+ messages)

Fwd: block/badblocks.c warning in 6.7-rc2
 2023-11-29  8:08 UTC  (2+ messages)
`  "

[PATCH v3 0/3] md: fix stopping sync thread
 2023-11-29  4:31 UTC  (4+ messages)
` [PATCH v3 1/3] md: fix missing flush of sync_work
` [PATCH v3 2/3] md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly()
` [PATCH v3 3/3] md: fix stopping sync thread

[PATCH v3] md: synchronize flush io with array reconfiguration
 2023-11-29  2:02 UTC 

[PATCH] md/raid6: use valid sector values to determine if an I/O should wait on the reshape
 2023-11-28 19:01 UTC  (4+ messages)

[PATCH] MAINTAINERS: SOFTWARE RAID: Add Yu Kuai as Reviewer
 2023-11-28  6:30 UTC  (2+ messages)

[PATCH V3 1/2] md: bypass block throttle for superblock update
 2023-11-28  3:50 UTC  (9+ messages)
` [PATCH V3 2/2] Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"

[PATCH -next v3 0/5] md: remove rcu protection to access rdev from conf
 2023-11-28  3:50 UTC  (7+ messages)
` [PATCH -next v3 1/5] md: remove flag RemoveSynchronized
` [PATCH -next v3 2/5] md/raid10: remove rcu protection to access rdev from conf
` [PATCH -next v3 3/5] md/raid1: "
` [PATCH -next v3 4/5] md/raid5: "
` [PATCH -next v3 5/5] md/md-multipath: "

[PATCH v2 0/6] md: bugfix and cleanup for sync_thread
 2023-11-28  3:48 UTC  (12+ messages)
` [PATCH v2 1/6] md: fix missing flush of sync_work
` [PATCH v2 2/6] md: remove redundant check of 'mddev->sync_thread'
` [PATCH v2 3/6] md: remove redundant md_wakeup_thread()
` [PATCH v2 4/6] md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly()
` [PATCH v2 5/6] md: fix stopping sync thread
` [PATCH v2 6/6] dm-raid: delay flushing event_work() after reconfig_mutex is released

[PATCH -next v2] md: synchronize flush io with array reconfiguration
 2023-11-28  3:44 UTC  (5+ messages)

[RFC] md/raid5: optimize RAID5 performance
 2023-11-27 23:21 UTC  (4+ messages)

SMR or SSD disks?
 2023-11-27 18:56 UTC  (14+ messages)

[PATCH -next v2 0/6] md: remove rcu protection to access rdev from conf
 2023-11-25  6:50 UTC  (10+ messages)
` [PATCH -next v2 1/6] md: remove useless debug code to print configuration
` [PATCH -next v2 2/6] md: remove flag RemoveSynchronized

[PATCH -next] md: synchronize flush io with array reconfiguration
 2023-11-25  6:48 UTC  (3+ messages)

SMART-info used by mdadm/mdmon?
 2023-11-24 12:04 UTC  (2+ messages)

[PATCH -next 0/8] md: bugfix and cleanup for sync_thread
 2023-11-24  1:59 UTC  (15+ messages)
` [PATCH -next 1/8] md: fix missing flush of sync_work
` [PATCH -next 2/8] md: use interruptible apis in idle/frozen_sync_thread()
` [PATCH -next 3/8] md: return error to user if idle/frozen_sync_thread() is interrupted
` [PATCH -next 4/8] md: remove redundant md_wakeup_thread()
` [PATCH -next 5/8] md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly()
` [PATCH -next 6/8] md: factor out a helper to stop sync_thread
` [PATCH -next 7/8] md: use new helper to stop sync_thread in __md_stop_writes()
` [PATCH -next 8/8] dm-raid: fix a deadlock in md_stop()

md array deadlock
 2023-11-22  1:08 UTC  (2+ messages)

[song-md:md-fixes] BUILD SUCCESS 45b478951b2ba5aea70b2850c49c1aa83aedd0d2
 2023-11-21 23:27 UTC 

[PATCH v5 0/2] Mdmonitor refactor and udev event handling improvements
 2023-11-21 16:12 UTC  (4+ messages)
` [PATCH v5 1/2] Mdmonitor: Improve udev event handling
` [PATCH v5 2/2] udev: Move udev_block() and udev_unblock() into udev.c

PSA: this list has moved to new vger infra (no action required)
 2023-11-21  0:58 UTC 

[GIT PULL] md-fixes 20231120
 2023-11-20 16:46 UTC  (2+ messages)

Fwd: fdatasync to a block device seems to block writes on unrelated devices
 2023-11-20  9:04 UTC 

[PATCH] md: fix bi_status reporting in md_end_clone_io
 2023-11-20  1:40 UTC  (4+ messages)

[REGRESSION] Data read from a degraded RAID 4/5/6 array could be silently corrupted
 2023-11-20  1:04 UTC  (8+ messages)

We Can Finance Your Business / Projects
 2023-11-18 22:22 UTC 

[PATCH] kernfs: support kernfs notify in memory recliam context
 2023-11-17  8:36 UTC  (8+ messages)

[RFC] workqueue: allow system workqueue be used in memory reclaim
 2023-11-16  7:39 UTC  (4+ messages)

Humanitarian philanthropist
 2023-11-10 15:40 UTC 

RAID1 possible data corruption following a write failure to superblock
 2023-11-15  7:15 UTC  (4+ messages)

extremely slow writes to degraded array
 2023-11-13 12:26 UTC  (16+ messages)
` extremely slow writes to array [now not degraded]

[PATCH V2 1/2] md: bypass block throttle for superblock update
 2023-11-08  1:14 UTC  (4+ messages)
` [PATCH V2 2/2] Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"

Issues restoring a degraded array
 2023-11-08  0:50 UTC  (4+ messages)

[PATCH 1/2] Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"
 2023-11-07 21:11 UTC  (4+ messages)
` [PATCH 2/2] md: bypass block throttle for superblock update

[PATCH AUTOSEL 6.6 08/40] md: don't rely on 'mddev->pers' to be set in mddev_suspend()
 2023-11-07 12:16 UTC 

[PATCH AUTOSEL 6.5 08/37] md: don't rely on 'mddev->pers' to be set in mddev_suspend()
 2023-11-07 12:21 UTC 

problem with recovered array
 2023-11-04 10:04 UTC  (29+ messages)
                    ` Dirty page flushing regression in 6.5.x vs 6.1.x
` problem with recovered array [more details]
  ` [now urgent] problem with recovered array

[RFC] md/raid5: fix hung by MD_SB_CHANGE_PENDING
 2023-11-04  1:56 UTC  (6+ messages)

how to start a degraded array that shows all members are spare
 2023-11-01 10:56 UTC 

How to safely stop an array using magic sysrq
 2023-11-01  2:29 UTC 


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