linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-13 02:04:06 to 2023-05-29 13:32:22 UTC [more...]

[PATCH tests v2 0/8] tests: add some regression tests
 2023-05-29 13:28 UTC  (8+ messages)
` [PATCH v2 1/8] tests: add a new test for rdev lifetime
` [PATCH v2 2/8] tests: support to skip checking dmesg
` [PATCH v2 3/8] tests: add a regression test for raid10 deadlock
` [PATCH v2 4/8] tests: add a regression test for raid456 deadlock
` [PATCH v2 6/8] tests: add a regression test that raid456 can't assemble again
` [PATCH v2 7/8] tests: add a regression test that reshape can corrupt data
` [PATCH v2 8/8] tests: add a regression test for raid456 deadlock again

[PATCH -next v2 0/6] md: fix that MD_RECOVERY_RUNNING can be cleared while sync_thread is still running
 2023-05-29 13:20 UTC  (7+ messages)
` [PATCH -next v2 1/6] Revert "md: unlock mddev before reap sync_thread in action_store"
` [PATCH -next v2 2/6] md: refactor action_store() for 'idle' and 'frozen'
` [PATCH -next v2 3/6] md: add a mutex to synchronize idle and frozen in action_store()
` [PATCH -next v2 4/6] md: refactor idle/frozen_sync_thread() to fix deadlock
` [PATCH -next v2 5/6] md: wake up 'resync_wait' at last in md_reap_sync_thread()
` [PATCH -next v2 6/6] md: enhance checking in md_check_recovery()

[PATCH -next v3 0/7] limit the number of plugged bio
 2023-05-29 13:11 UTC  (8+ messages)
` [PATCH -next v3 1/7] md/raid10: prevent soft lockup while flush writes
` [PATCH -next v3 2/7] md/raid1-10: factor out a helper to add bio to plug
` [PATCH -next v3 3/7] md/raid1-10: factor out a helper to submit normal write
` [PATCH -next v3 4/7] md/raid1-10: submit write io directly if bitmap is not enabled
` [PATCH -next v3 5/7] md/md-bitmap: add a new helper to unplug bitmap asynchrously
` [PATCH -next v3 6/7] md/raid1-10: don't handle pluged bio by daemon thread
` [PATCH -next v3 7/7] md/raid1-10: limit the number of plugged bio

[PATCH] md/raid10: prioritize adding disk to 'removed' mirror
 2023-05-29 13:14 UTC  (3+ messages)

[PATCH -next v2 0/7] limit the number of plugged bio
 2023-05-29  8:50 UTC  (11+ messages)
` [PATCH -next v2 7/7] md/raid1-10: "

Fwd: The read data is wrong from raid5 when recovery happens
 2023-05-29  8:40 UTC  (18+ messages)
  `  "

[PATCH v2] Incremental: remove obsoleted calls to udisks
 2023-05-29  7:53 UTC  (4+ messages)

[PATCH -next] md/raid5: don't allow concurrent reshape with recovery
 2023-05-29  6:44 UTC  (2+ messages)

[PATCH] md/bitmap: check input value with ULONG_MAX in timeout_store
 2023-05-28  7:49 UTC  (4+ messages)
` [PATCH] md/raid10: clean up md_add_new_disk()

[PATCH v3 0/4] raid10 bugfix
 2023-05-27  7:22 UTC  (5+ messages)
` [PATCH v3 1/4] md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request
` [PATCH v3 2/4] md/raid10: improve code of mrdev "
` [PATCH v3 3/4] md/raid10: fix incorrect done of recovery
` [PATCH v3 4/4] md/raid10: fix io loss while replacement replace rdev

[PATCH v2 0/4] raid10 bugfix
 2023-05-27  1:41 UTC  (11+ messages)
` [PATCH v2 1/4] md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request
` [PATCH v2 2/4] md/raid10: improve code of mrdev "
` [PATCH v2 3/4] md/raid10: fix incorrect done of recovery
` [PATCH v2 4/4] md/raid10: fix io loss while replacement replace rdev

[GIT PULL] md-fixes 20230524
 2023-05-26 22:38 UTC  (3+ messages)

[PATCH v5 00/20] bio: check return values of bio_add_page
 2023-05-26  6:37 UTC  (6+ messages)

[PATCH 0/3] raid10 bugfix
 2023-05-26  2:55 UTC  (13+ messages)
` [PATCH 1/3] md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request
` [PATCH 2/3] md/raid10: fix incorrect done of recovery
` [PATCH 3/3] md/raid10: fix io loss while replacement replace rdev

[song-md:md-fixes] BUILD SUCCESS 8557dc27126949c702bd3aafe8a7e0b7e4fcb44c
 2023-05-25  7:15 UTC 

[PATCH] md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk()
 2023-05-24 17:21 UTC  (4+ messages)

[PATCH tests 0/5] tests: add some regression tests
 2023-05-24 10:38 UTC  (19+ messages)
` [PATCH tests 1/5] tests: add a new test to check if pluged bio is unlimited for raid10
` [PATCH tests 2/5] tests: add a new test for rdev lifetime
` [PATCH tests 3/5] tests: support to skip checking dmesg
` [PATCH tests 4/5] tests: add a regression test for raid10 deadlock
` [PATCH tests 5/5] tests: add a regression test for raid456 deadlock

[song-md:md-next] BUILD SUCCESS c7190ff4e4919ea20c27107a199b151cc24f9840
 2023-05-24  6:52 UTC 

[PATCH v3] md: fix duplicate filename for rdev
 2023-05-24  1:33 UTC  (3+ messages)

[PATCH v8 0/5] md: protect md_thread with rcu
 2023-05-23 18:42 UTC  (7+ messages)
` [PATCH v8 1/5] md: factor out a helper to wake up md_thread directly
` [PATCH v8 2/5] dm-raid: remove useless checking in raid_message()
` [PATCH v8 3/5] md/bitmap: always wake up md_thread in timeout_store
` [PATCH v8 4/5] md/bitmap: factor out a helper to set timeout
` [PATCH v8 5/5] md: protect md_thread with rcu

[song-md:module_alloc_test 5/6] arch/powerpc/kernel/module.c:108:8: error: unused variable 'ptr'
 2023-05-23 18:35 UTC  (3+ messages)

[PATCH v2] md/raid5: Convert stripe_head's "dev" to flexible array member
 2023-05-23 17:43 UTC  (3+ messages)

[PATCH] md/raid5: Convert stripe_head's "dev" to flexible array member
 2023-05-23 13:46 UTC  (5+ messages)

[song-md:md-next] BUILD SUCCESS 7f102f1ef365d75ff7ebc235d0d1e72c5b7f0314
 2023-05-23  6:18 UTC 

RAID5 Phantom Drive Appeared while Reshaping Four Drive Array (HARDLOCK)
 2023-05-23  5:04 UTC  (9+ messages)

[PATCH v6 0/7] badblocks improvement for multiple bad block ranges
 2023-05-23  4:38 UTC  (3+ messages)

[PATCH v2] md: fix duplicate filename for rdev
 2023-05-23  2:15 UTC  (6+ messages)

[PATCH v4 0/3] md: bugfix of writing raid sysfs
 2023-05-22 17:50 UTC  (6+ messages)
` [PATCH v4 1/3] md/raid10: fix overflow of md/safe_mode_delay
` [PATCH v4 2/3] md/raid10: fix wrong setting of max_corr_read_errors
` [PATCH v4 3/3] md/raid10: optimize check_decay_read_errors()

[PATCH -next 0/5] md/raid5: fix several reported bugs
 2023-05-22  6:25 UTC  (5+ messages)
` [PATCH -next 1/5] md/raid5: don't allow replacement while reshape is not done

[song-md:md-next] BUILD SUCCESS 4539f9ff958c04bf06b5906b6ae2688f54522c55
 2023-05-20 14:38 UTC 

[PATCH -next] md: fix duplicate filename for rdev
 2023-05-20  2:30 UTC  (3+ messages)

[PATCH OLK-5.10 v3 0/4] md: bugfix of writing raid sysfs
 2023-05-20  0:51 UTC  (13+ messages)
` [PATCH OLK-5.10 v3 1/4] md/raid10: fix slab-out-of-bounds in md_bitmap_get_counter
` [PATCH OLK-5.10 v3 2/4] md/raid10: fix overflow in safe_delay_store
` [PATCH OLK-5.10 v3 3/4] md/raid10: fix wrong setting of max_corr_read_errors
` [PATCH OLK-5.10 v3 4/4] md/raid10: optimize check_decay_read_errors()

[PATCH] raid6: neon: add missing prototypes
 2023-05-19 21:04 UTC  (2+ messages)

[song-md:module_alloc_test 5/6] arch/powerpc/kernel/module.c:108:15: error: unused variable 'ptr'
 2023-05-19  8:07 UTC 

[song-md:module_alloc_test] BUILD SUCCESS 7b05e9e4784401342805814b52f3dab621fdb1d1
 2023-05-19  5:19 UTC 

[song-md:module_alloc_test 5/6] arch/powerpc/kernel/module.c:137:27: error: use of undeclared identifier 'arm64_mod_type_allocator'; did you mean 'powerpc_mod_type_allocator'?
 2023-05-18 12:31 UTC 

[song-md:module_alloc_test 5/6] arch/powerpc/kernel/module.c:137:27: error: use of undeclared identifier 'arm64_mod_type_allocator'; did you mean 'powerpc_mod_type_allocator'?
 2023-05-18  9:15 UTC 

[song-md:module_alloc_test 5/6] arch/powerpc/kernel/module.c:137:41: error: 'arm64_mod_type_allocator' undeclared; did you mean 'mod_type_allocator'?
 2023-05-18  8:20 UTC 

[song-md:module_alloc_test 2/6] main.c:undefined reference to `moduleloader_init'
 2023-05-18  4:20 UTC 

[RFC PATCH] block: add meaningful macro for flush op flags
 2023-05-15  1:43 UTC  (5+ messages)

[PATCH v2 0/4] md: bugfix of writing raid sysfs
 2023-05-14 11:18 UTC  (12+ messages)
` [PATCH v2 1/4] md/raid10: fix slab-out-of-bounds in md_bitmap_get_counter
` [PATCH v2 2/4] md/raid10: fix overflow in safe_delay_store
` [PATCH v2 3/4] md/raid10: fix wrong setting of max_corr_read_errors

[PATCH v2 0/2] Fix unsafe string functions
 2023-05-14 11:14 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).