linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-23 15:18:08 to 2023-10-11 13:04:38 UTC [more...]

[PATCH 1/1] mdadm/ddf: Abort when raid disk is smaller in getinfo_super_ddf
 2023-10-11 13:03 UTC 

[PATCH -next v4 00/19] md: synchronize io with array reconfiguration
 2023-10-11  3:25 UTC  (22+ messages)
` [PATCH -next v4 01/19] md: use READ_ONCE/WRITE_ONCE for 'suspend_lo' and 'suspend_hi'
` [PATCH -next v4 02/19] md/raid5-cache: use READ_ONCE/WRITE_ONCE for 'conf->log'
` [PATCH -next v4 03/19] md: replace is_md_suspended() with 'mddev->suspended' in md_check_recovery()
` [PATCH -next v4 04/19] md: add new helpers to suspend/resume array
` [PATCH -next v4 05/19] md: add new helpers to suspend/resume and lock/unlock array
` [PATCH -next v4 06/19] md/dm-raid: use new apis to suspend array
` [PATCH -next v4 07/19] md/md-bitmap: use new apis to suspend array for location_store()
` [PATCH -next v4 08/19] md/raid5-cache: use new apis to suspend array
` [PATCH -next v4 09/19] md/raid5: "
` [PATCH -next v4 10/19] md: use new apis to suspend array for sysfs apis
` [PATCH -next v4 11/19] md: use new apis to suspend array for adding/removing rdev from state_store()
` [PATCH -next v4 12/19] md: use new apis to suspend array for ioctls involed array reconfiguration
` [PATCH -next v4 13/19] md: use new apis to suspend array before mddev_create/destroy_serial_pool
` [PATCH -next v4 14/19] md: cleanup mddev_create/destroy_serial_pool()
` [PATCH -next v4 15/19] md/md-linear: cleanup linear_add()
` [PATCH -next v4 16/19] md/raid5: replace suspend with quiesce() callback
` [PATCH -next v4 17/19] md: suspend array in md_start_sync() if array need reconfiguration
` [PATCH -next v4 18/19] md: remove old apis to suspend the array
` [PATCH -next v4 19/19] md: rename __mddev_suspend/resume() back to mddev_suspend/resume()

[song-md:md-next] BUILD SUCCESS 9e55a22fce1384837c213274d1a3b93be16ed9d7
 2023-10-11  0:10 UTC 

[PATCH v2 00/15] sysctl: Remove sentinel elements from drivers
 2023-10-10 22:26 UTC  (17+ messages)
` [PATCH v2 01/15] cdrom: Remove now superfluous sentinel element from ctl_table array
` [PATCH v2 02/15] hpet: "
` [PATCH v2 03/15] xen: "
` [PATCH v2 04/15] tty: "
` [PATCH v2 05/15] scsi: "
` [PATCH v2 06/15] parport: Remove the "
` [PATCH v2 07/15] macintosh: "
` [PATCH v2 08/15] infiniband: "
` [PATCH v2 09/15] char-misc: "
  ` [PATCH v2 10/15] vrf: "
  ` [PATCH v2 11/15] sgi-xp: "

[PATCH -next] md/raid1: don't split discard io for write behind
 2023-10-09 23:33 UTC  (2+ messages)

[PATCH 0/4] mdadm: Fix some errors for regression tests and building
 2023-10-09  7:59 UTC  (15+ messages)
` [PATCH 1/4 v2] mdadm/tests: Fix regular expression failure
` [PATCH 2/4 v2] mdadm/tests: Don't run mknod before losetup
` [PATCH 3/4] mdadm: Avoid array bounds check of gcc
` [PATCH 4/4] mdadm: Print version to stdout

[PATCH v3] Fix race of "mdadm --add" and "mdadm --incremental"
 2023-10-07  9:26 UTC  (2+ messages)

[PATCH -next v3 00/25] md: synchronize io with array reconfiguration
 2023-10-07  2:49 UTC  (34+ messages)
` [PATCH -next v3 01/25] md: use READ_ONCE/WRITE_ONCE for 'suspend_lo' and 'suspend_hi'
` [PATCH -next v3 02/25] md: replace is_md_suspended() with 'mddev->suspended' in md_check_recovery()
` [PATCH -next v3 03/25] md: add new helpers to suspend/resume array
` [PATCH -next v3 04/25] md: add new helpers to suspend/resume and lock/unlock array
` [PATCH -next v3 05/25] md: use new apis to suspend array for suspend_lo/hi_store()
` [PATCH -next v3 06/25] md: use new apis to suspend array for level_store()
` [PATCH -next v3 07/25] md: use new apis to suspend array for serialize_policy_store()
` [PATCH -next v3 08/25] md/dm-raid: use new apis to suspend array
` [PATCH -next v3 09/25] md/md-bitmap: use new apis to suspend array for location_store()
` [PATCH -next v3 10/25] md/raid5-cache: use READ_ONCE/WRITE_ONCE for 'conf->log'
` [PATCH -next v3 11/25] md/raid5-cache: use new apis to suspend array for r5c_disable_writeback_async()
` [PATCH -next v3 12/25] md/raid5-cache: use new apis to suspend array for r5c_journal_mode_store()
` [PATCH -next v3 13/25] md/raid5: use new apis to suspend array for raid5_store_stripe_size()
` [PATCH -next v3 14/25] md/raid5: use new apis to suspend array for raid5_store_skip_copy()
` [PATCH -next v3 15/25] md/raid5: use new apis to suspend array for raid5_store_group_thread_cnt()
` [PATCH -next v3 16/25] md/raid5: use new apis to suspend array for raid5_change_consistency_policy()
` [PATCH -next v3 17/25] md/raid5: replace suspend with quiesce() callback
` [PATCH -next v3 18/25] md: use new apis to suspend array for ioctls involed array reconfiguration
` [PATCH -next v3 19/25] md: use new apis to suspend array for adding/removing rdev from state_store()
` [PATCH -next v3 20/25] md: use new apis to suspend array before mddev_create/destroy_serial_pool
` [PATCH -next v3 21/25] md: cleanup mddev_create/destroy_serial_pool()
` [PATCH -next v3 22/25] md/md-linear: cleanup linear_add()
` [PATCH -next v3 23/25] md: suspend array in md_start_sync() if array need reconfiguration
` [PATCH -next v3 24/25] md: remove old apis to suspend the array
` [PATCH -next v3 25/25] md: rename __mddev_suspend/resume() back to mddev_suspend/resume()

request for help on IMSM-metadata RAID-5 array
 2023-10-05  7:28 UTC  (14+ messages)

[song-md:md-fixes] BUILD SUCCESS 2fd7b0f6d5ad655b1d947d3acdd82f687c31465e
 2023-10-04 13:41 UTC 

[PATCH] md/raid5: release batch_last before waiting for another stripe_head
 2023-10-03 20:14 UTC  (6+ messages)

[GIT PULL] md-fixes 20231003
 2023-10-03 18:27 UTC  (2+ messages)

[PATCH 00/15] sysctl: Remove sentinel elements from drivers
 2023-10-02  9:02 UTC  (26+ messages)
` [PATCH 01/15] cdrom: Remove now superfluous sentinel element from ctl_table array
` [PATCH 02/15] hpet: "
` [PATCH 03/15] xen: "
` [PATCH 04/15] tty: "
` [PATCH 05/15] scsi: "
` [PATCH 06/15] parport: Remove the "
` [PATCH 07/15] macintosh: "
` [PATCH 08/15] infiniband: "
` [PATCH 09/15] char-misc: "
  ` [PATCH 13/15] raid: Remove "
  ` [PATCH 14/15] hyper-v/azure: "
  ` [PATCH 11/15] sgi-xp: Remove the "

[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
 2023-10-02  7:57 UTC  (6+ messages)
` [PATCH v4 "
` [PATCH 11/29] md: Convert to bdev_open_by_dev()

[PATCH] md/md-linear: Annotate struct linear_conf with __counted_by
 2023-09-29 23:43 UTC  (4+ messages)

[song-md:md-next] BUILD SUCCESS 09f894affcf2daac5aa841ffff43d1242215fd80
 2023-09-29 21:53 UTC 

[GIT PULL] md-next 2023-09-28
 2023-09-29 15:05 UTC  (5+ messages)

[PATCH v2] md: do not require mddev_lock() for all options
 2023-09-28 20:44 UTC  (2+ messages)

[PATCH v3 0/2] md: simplify md_seq_ops
 2023-09-28  6:37 UTC  (4+ messages)
` [PATCH v3 1/2] md: factor out a helper from mddev_put()
` [PATCH v3 2/2] md: simplify md_seq_ops

[PATCH] md: use interruptible apis in idle/frozen_sync_thread
 2023-09-28  6:31 UTC  (3+ messages)

[PATCH v2 0/2] md: simplify md_seq_ops
 2023-09-27  0:54 UTC  (9+ messages)
` [PATCH v2 1/2] md: factor out a new helper to put mddev
` [PATCH v2 2/2] md: simplify md_seq_ops

[PATCH] md: replace deprecated strncpy with memcpy
 2023-09-26 23:17 UTC  (3+ messages)

fstrim on raid1 LV with writemostly PV leads to system freeze
 2023-09-26 20:27 UTC  (7+ messages)

[song-md:md-test-28] BUILD SUCCESS 448dba62e466653a8e7ea218ab47c044eff7e568
 2023-09-26 16:38 UTC 

[PATCH v7 0/6] badblocks improvement for multiple bad block ranges
 2023-09-26  6:44 UTC  (3+ messages)

[PATCH -next v2 00/28] md: synchronize io with array reconfiguration
 2023-09-26  0:55 UTC  (12+ messages)
` [PATCH -next v2 01/28] md: use READ_ONCE/WRITE_ONCE for 'suspend_lo' and 'suspend_hi'
` [PATCH -next v2 02/28] md: use 'mddev->suspended' for is_md_suspended()
` [PATCH -next v2 03/28] md: add new helpers to suspend/resume array

[PATCH] md-cluster: check for timeout while a new disk adding
 2023-09-25 12:59 UTC 

md_raid: mdX_raid6 looping after sync_action "check" to "idle" transition
 2023-09-25  9:32 UTC  (17+ messages)

[PATCH -next 0/2] md: fix potential hang for mddev_suspend()
 2023-09-25  8:54 UTC  (4+ messages)

[PATCH] md: do not require mddev_lock() for all options
 2023-09-25  7:58 UTC  (4+ messages)

[song-md:md-next] BUILD SUCCESS 2ba70b8d2990157e3926de7c2160e35ba2998b95
 2023-09-25  2:41 UTC 

[PATCH -next] md: simplify md_seq_ops
 2023-09-25  1:07 UTC  (5+ messages)

[PATCH] md/raid1: only update stack limits with the device in use
 2023-09-25  1:02 UTC  (5+ messages)

bblog overlap internal bitmap?
 2023-09-24  2:56 UTC  (4+ 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).