Linux-Raid Archives mirror
 help / color / mirror / Atom feed
 messages from 2023-08-16 07:20:34 to 2023-09-03 01:57:36 UTC [more...]

[PATCH v7 0/6] badblocks improvement for multiple bad block ranges
 2023-09-03  1:56 UTC  (7+ messages)
` [PATCH v7 2/6] badblocks: add helper routines for badblock ranges handling
` [PATCH v7 3/6] badblocks: improve badblocks_set() for multiple "
` [PATCH v7 4/6] badblocks: improve badblocks_clear() "

RADI10 slower than SINGLE drive - tests with fio for block device (no filesystem in use) - 18.5k vs 26k iops
 2023-09-02  7:13 UTC  (2+ messages)

raid10, far layout initial sync slow + XFS question
 2023-09-02  6:39 UTC  (11+ messages)

[PATCH] Add compiler defenses flags
 2023-09-01 16:16 UTC  (2+ messages)

[PATCH] imsm: Add reading vmd register for finding imsm capability
 2023-09-01 16:14 UTC  (2+ messages)

[PATCH] Fix race of "mdadm --add" and "mdadm --incremental"
 2023-09-01 16:11 UTC  (4+ messages)

[PATCH v2 0/2] Fix unsafe string functions
 2023-09-01 16:10 UTC  (2+ messages)

[PATCH 0/4] Fix memory leak for Manage Assemble Kill mdadm
 2023-09-01 16:07 UTC  (11+ messages)
` [PATCH 1/4] Fix memory leak in file Assemble
` [PATCH 2/4] Fix memory leak in file Kill
` [PATCH 3/4] Fix memory leak in file Manage
` [PATCH 4/4] Fix memory leak in file mdadm

[PATCH v4 1/2] Mdmonitor: Improve udev event handling
 2023-09-01 15:35 UTC  (2+ messages)

[PATCH V2 1/1] mdadm: Stop mdcheck_continue timer when mdcheck_start service can finish check
 2023-09-01 15:49 UTC  (2+ messages)

[PATCH v5] Incremental: remove obsoleted calls to udisks
 2023-09-01 15:47 UTC  (2+ messages)

[PATCH] Add secure gethostname() wrapper
 2023-09-01 15:39 UTC  (2+ messages)

[PATCH 0/6] imsm: expand improvements
 2023-09-01 15:37 UTC  (2+ messages)

[Question] mdadm CVE-2023-28736 and CVE-2023-28938 problem
 2023-09-01  8:04 UTC  (3+ messages)

The imsm regression tests fail
 2023-08-31  9:25 UTC  (4+ messages)

Fwd: Infiniate systemd loop when power off the machine with multiple MD RAIDs
 2023-08-31  6:50 UTC  (22+ messages)
`  "

[PATCH -next 0/2] md: fix potential hang for mddev_suspend()
 2023-08-30  9:29 UTC  (3+ messages)
` [PATCH -next 1/2] md: factor out helpers to grab and put 'active_io'
` [PATCH -next 2/2] md: fix potential hang for mddev_suspend()

md_raid: mdX_raid6 looping after sync_action "check" to "idle" transition
 2023-08-30  1:36 UTC  (7+ messages)

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

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-28 14:27 UTC  (7+ messages)

6.5.0rc5 fs hang - ext4? raid?
 2023-08-28 14:08 UTC  (14+ messages)

[PATCH -next v2 00/28] md: synchronize io with array reconfiguration
 2023-08-28  2:00 UTC  (29+ 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 -next v2 04/28] md: add new helpers to suspend/resume and lock/unlock array
` [PATCH -next v2 05/28] md: use new apis to suspend array for suspend_lo/hi_store()
` [PATCH -next v2 06/28] md: use new apis to suspend array for level_store()
` [PATCH -next v2 07/28] md: use new apis to suspend array for serialize_policy_store()
` [PATCH -next v2 08/28] md/dm-raid: use new apis to suspend array
` [PATCH -next v2 09/28] md/md-bitmap: use new apis to suspend array for location_store()
` [PATCH -next v2 10/28] md/raid5-cache: use READ_ONCE/WRITE_ONCE for 'conf->log'
` [PATCH -next v2 11/28] md/raid5-cache: use new apis to suspend array for r5c_disable_writeback_async()
` [PATCH -next v2 12/28] md/raid5-cache: use new apis to suspend array for r5c_journal_mode_store()
` [PATCH -next v2 13/28] md/raid5: use new apis to suspend array for raid5_store_stripe_size()
` [PATCH -next v2 14/28] md/raid5: use new apis to suspend array for raid5_store_skip_copy()
` [PATCH -next v2 15/28] md/raid5: use new apis to suspend array for raid5_store_group_thread_cnt()
` [PATCH -next v2 16/28] md/raid5: use new apis to suspend array for raid5_change_consistency_policy()
` [PATCH -next v2 17/28] md/raid5: replace suspend with quiesce() callback
` [PATCH -next v2 18/28] md: quiesce before md_kick_rdev_from_array() for md-cluster
` [PATCH -next v2 19/28] md: use new apis to suspend array for ioctls involed array reconfiguration
` [PATCH -next v2 20/28] md: use new apis to suspend array for adding/removing rdev from state_store()
` [PATCH -next v2 21/28] md: use new apis to suspend array for bind_rdev_to_array()
` [PATCH -next v2 22/28] md: use new apis to suspend array related to serial pool in state_store()
` [PATCH -next v2 23/28] md: use new apis to suspend array in backlog_store()
` [PATCH -next v2 24/28] md: suspend array in md_start_sync() if array need reconfiguration
` [PATCH -next v2 25/28] md: cleanup mddev_create/destroy_serial_pool()
` [PATCH -next v2 26/28] md/md-linear: cleanup linear_add()
` [PATCH -next v2 27/28] md: remove old apis to suspend the array
` [PATCH -next v2 28/28] md: rename __mddev_suspend/resume() back to mddev_suspend/resume()

[song-md:md-next] BUILD SUCCESS e3b2f62786a02b217038ba18e4b77bf6bc1bb831
 2023-08-27  9:23 UTC 

[GIT PULL] md-next 20230825
 2023-08-25 21:17 UTC 

[PATCH 1/1] Stop mdcheck_continue timer when mdcheck_start service can finish check
 2023-08-25  9:57 UTC  (4+ messages)

[PATCH -next v4 0/7] md: make rdev addition and removal independent from daemon thread
 2023-08-25  6:44 UTC  (10+ messages)
` [PATCH -next v4 1/7] md: use separate work_struct for md_start_sync()
` [PATCH -next v4 2/7] md: factor out a helper to choose sync action from md_check_recovery()
` [PATCH -next v4 3/7] md: delay choosing sync action to md_start_sync()
` [PATCH -next v4 4/7] md: factor out a helper rdev_removeable() from remove_and_add_spares()
` [PATCH -next v4 5/7] md: factor out a helper rdev_is_spare() "
` [PATCH -next v4 6/7] md: factor out a helper rdev_addable() "
` [PATCH -next v4 7/7] md: delay remove_and_add_spares() for read only array to md_start_sync()

[PATCH -next v2 0/7] md: initialize 'active_io' while allocating mddev
 2023-08-25  6:40 UTC  (9+ messages)
` [PATCH -next v2 1/7] "
` [PATCH -next v2 2/7] md: initialize 'writes_pending' "
` [PATCH -next v2 3/7] md: don't rely on 'mddev->pers' to be set in mddev_suspend()
` [PATCH -next v2 4/7] md-bitmap: remove the checking of 'pers->quiesce' from location_store()
` [PATCH -next v2 5/7] md-bitmap: suspend array earlier in location_store()
` [PATCH -next v2 6/7] md: don't check 'mddev->pers' from suspend_hi_store()
` [PATCH -next v2 7/7] md: don't check 'mddev->pers' and 'pers->quiesce' from suspend_lo_store()

[PATCH -next 0/2] md: fix two regressions related to export_rdev()
 2023-08-25  6:38 UTC  (4+ messages)
` [PATCH -next 1/2] md: don't dereference mddev after export_rdev()
` [PATCH -next 2/2] md: fix warning for holder mismatch from export_rdev()

[song-md:md-next] BUILD SUCCESS 851e06297f20bbd85c93bbf09469f2150d1db218
 2023-08-24 11:58 UTC 

[PATCH v5 25/45] md/raid5: dynamically allocate the md-raid5 shrinker
 2023-08-24  3:55 UTC  (2+ messages)

[PATCH -next v3 0/7] md: make rdev addition and removal independent from daemon thread
 2023-08-24  1:16 UTC  (25+ messages)
` [PATCH -next v3 1/7] md: use separate work_struct for md_start_sync()
` [PATCH -next v3 2/7] md: factor out a helper to choose sync action from md_check_recovery()
` [PATCH -next v3 3/7] md: delay choosing sync action to md_start_sync()
` [PATCH -next v3 4/7] md: factor out a helper rdev_removeable() from remove_and_add_spares()
` [PATCH -next v3 5/7] md: factor out a helper rdev_is_spare() "
` [PATCH -next v3 6/7] md: factor out a helper rdev_addable() "
` [PATCH -next v3 7/7] md: delay remove_and_add_spares() for read only array to md_start_sync()

[PATCH] restripe.c: Use _FILE_OFFSET_BITS to enable largefile support
 2023-08-23 12:52 UTC  (2+ messages)

libsed in mdadm
 2023-08-23  7:29 UTC  (4+ messages)

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-23  2:59 UTC  (4+ messages)
` [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem

Is this a kernel NULL pointer deferences bug in raid5 module?
 2023-08-23  1:09 UTC  (2+ messages)

Modern best-practices for NVMe RAID0 stripe size?
 2023-08-22 18:10 UTC 

[PATCH -next 0/7] md: initialize 'active_io' while allocating
 2023-08-22  3:12 UTC  (5+ messages)
` [PATCH -next 3/7] md: don't rely on 'mddev->pers' to be set in mddev_suspend()

[PATCH -next 00/29] md: synchronize io with array reconfiguration
 2023-08-22  1:29 UTC  (4+ messages)
` [PATCH -next 10/29] md/raid5-cache: use READ_ONCE/WRITE_ONCE for 'conf->log'

[PATCH -next v2 0/7] md: make rdev addition and removal independent from daemon thread
 2023-08-20  2:19 UTC  (16+ messages)
` [PATCH -next v2 2/7] md: factor out a helper to choose sync direction from md_check_recovery()
` [PATCH -next v2 3/7] md: delay choosing sync direction to md_start_sync()
` [PATCH -next v2 7/7] md: delay remove_and_add_spares() for read only array "

[GIT PULL] md-next 20230817
 2023-08-18 15:30 UTC  (2+ messages)

[PATCH v2] md: raid0: account for split bio in iostat accounting
 2023-08-17 21:28 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 read-only IMAP folder(s) and NNTP newsgroup(s).