linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-24 08:48:42 to 2023-05-31 09:29:39 UTC [more...]

[PATCH v4 0/2] raid10 bugfix
 2023-05-31  9:27 UTC 

[PATCH -next v3 0/7] limit the number of plugged bio
 2023-05-31  8:25 UTC  (17+ 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 v6 00/20] bio: check return values of bio_add_page
 2023-05-31  7:54 UTC  (47+ messages)
` [PATCH v6 01/20] swap: use __bio_add_page to add page to bio
` [PATCH v6 02/20] drbd: "
` [PATCH v6 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v6 04/20] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v6 05/20] md: use __bio_add_page to add single page
` [PATCH v6 06/20] md: raid5-log: "
` [PATCH v6 07/20] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v6 08/20] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v6 09/20] gfs2: use __bio_add_page for adding "
` [PATCH v6 10/20] zonefs: "
` [PATCH v6 11/20] zram: "
` [PATCH v6 12/20] floppy: "
` [PATCH v6 13/20] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v6 14/20] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v6 15/20] md: raid1: check if adding pages to resync bio fails
` [PATCH v6 16/20] dm-crypt: check if adding pages to clone "
` [PATCH v6 17/20] block: mark bio_add_page as __must_check
` [PATCH v6 18/20] block: add __bio_add_folio
` [PATCH v6 19/20] fs: iomap: use __bio_add_folio where possible
` [PATCH v6 20/20] block: mark bio_add_folio as __must_check

[PATCH v2] md/raid5: don't allow concurrent reshape with recovery
 2023-05-31  7:33 UTC  (8+ messages)

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

[PATCH] md/bitmap: check input value with ULONG_MAX in timeout_store
 2023-05-30 22:20 UTC  (5+ messages)
` [PATCH] md/raid10: clean up md_add_new_disk()

[PATCH] md/raid10: prioritize adding disk to 'removed' mirror
 2023-05-30 22:17 UTC  (4+ messages)

[PATCH v3 0/4] raid10 bugfix
 2023-05-30 21:55 UTC  (6+ 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 v5 00/20] bio: check return values of bio_add_page
 2023-05-30 19:43 UTC  (11+ messages)
` [PATCH v5 16/20] dm-crypt: check if adding pages to clone bio fails
  ` [dm-devel] "

[PATCH v4] Incremental: remove obsoleted calls to udisks
 2023-05-30 13:12 UTC 

[PATCH v3] Incremental: remove obsoleted calls to udisks
 2023-05-30 13:10 UTC  (5+ messages)

[song-md:md-next] BUILD SUCCESS 51c2138e3090328d50cb2f710a19ba65b0377d0c
 2023-05-30 12:01 UTC 

[PATCH v5 04/20] fs: buffer: use __bio_add_page to add single page to bio
 2023-05-30  6:02 UTC  (3+ messages)
`  "

Fwd: The read data is wrong from raid5 when recovery happens
 2023-05-30  2:43 UTC  (26+ messages)
  `  "

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

[PATCH 0/6] imsm: expand improvements
 2023-05-29 13:52 UTC  (7+ messages)
` [PATCH 1/6] imsm: move sum_extents calculations to merge_extents()
` [PATCH 2/6] imsm: imsm_get_free_size() refactor
` [PATCH 3/6] imsm: introduce round_member_size_to_mb()
` [PATCH 4/6] imsm: move expand verification code into new function
` [PATCH 5/6] imsm: return free space after volume for expand
` [PATCH 6/6] imsm: fix free space calculations

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

[PATCH tests v2 0/8] tests: add some regression tests
 2023-05-29 13:28 UTC  (9+ 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 5/8] tests: add a regression test that raid456 can't assemble
` [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 v2] Incremental: remove obsoleted calls to udisks
 2023-05-29  7:53 UTC  (4+ messages)

[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 0/3] raid10 bugfix
 2023-05-26  2:55 UTC  (10+ 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

[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  (3+ messages)

[PATCH tests 0/5] tests: add some regression tests
 2023-05-24 10:38 UTC  (17+ 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 4/5] tests: add a regression test for raid10 deadlock
` [PATCH tests 5/5] tests: add a regression test for raid456 deadlock


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