linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-19 19:14:06 to 2022-06-07 18:27:47 UTC [more...]

[PATCH AUTOSEL 5.17 33/60] md: don't unregister sync_thread with reconfig_mutex held
 2022-06-07 17:52 UTC  (2+ messages)
` [PATCH AUTOSEL 5.17 34/60] md: protect md_unregister_thread from reentrancy

[PATCH AUTOSEL 5.18 35/68] md: don't unregister sync_thread with reconfig_mutex held
 2022-06-07 17:48 UTC  (2+ messages)
` [PATCH AUTOSEL 5.18 36/68] md: protect md_unregister_thread from reentrancy

[PATCH 0/2] md: regression fix
 2022-06-07  9:46 UTC  (4+ messages)
` [PATCH 1/2] Revert "md: don't unregister sync_thread with reconfig_mutex held"
` [PATCH 2/2] md: unlock mddev before reap sync_thread in action_store

[PATCH 0/5] mdadm: fix memory leak and double free
 2022-06-07  7:39 UTC  (17+ messages)
` [PATCH 1/5] parse_layout_faulty: fix memleak
` [PATCH 2/5] Detail: "
` [PATCH 3/5] load_imsm_mpb: fix double free
` [PATCH 4/5] find_disk_attached_hba: fix memleak
` [PATCH 5/5] get_vd_num_of_subarray: "

[PATCH] md: only unlock mddev from action_store
 2022-06-07  1:20 UTC  (12+ messages)

[song-md:test/klp-trampoline 4/6] kernel/trace/ftrace.c:8006:14: error: no member named 'func_hash' in 'struct ftrace_ops'
 2022-06-06 23:52 UTC 

error build mdadm with gcc12
 2022-06-06 15:14 UTC 

[PATCH v2] Monitor: use devname as char array instead of pointer
 2022-06-06 10:34 UTC 

[PATCH v4 0/2] Mdmonitor improvements
 2022-06-06 10:32 UTC  (3+ messages)
` [PATCH v4 1/2] Mdmonitor: Fix segfault
` [PATCH v4 2/2] Mdmonitor: Improve logging method

[PATCH v3 0/2] Mdmonitor improvements
 2022-06-06 10:17 UTC  (3+ messages)
` [PATCH v3 1/2] Mdmonitor: Fix segfault
` [PATCH v3 2/2] Mdmonitor: Improve logging method

[PATCH v5 0/7] badblocks improvement for multiple bad block ranges
 2022-06-06  7:47 UTC  (7+ messages)
` [PATCH v5 2/6] badblocks: add helper routines for badblock ranges handling
` [PATCH v5 3/6] badblocks: improve badblocks_set() for multiple "

[PATCH v2 0/2] mdadm: Fix array size mismatch after grow
 2022-06-03 14:30 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mdadm: Remove dead code in imsm_fix_size_mismatch

[PATCH AUTOSEL 5.4 18/55] md/bitmap: don't set sb values if can't pass sanity check
 2022-06-05 14:01 UTC  (4+ messages)

[song-md:test/klp-trampoline 6/6] kernel/bpf/trampoline.c:469:2-3: Unneeded semicolon
 2022-06-04 23:51 UTC 

[PATCH v3 00/11] Bug fixes for mdadm tests
 2022-06-03 21:47 UTC  (17+ messages)
` [PATCH v3 01/11] md/raid5-log: Drop extern decorators for function prototypes
` [PATCH v3 02/11] md/raid5-ppl: Drop unused argument from ppl_handle_flush_request()
` [PATCH v3 03/11] md/raid5: Ensure array is suspended for calls to log_exit()
` [PATCH v3 04/11] md/raid5-cache: Take mddev_lock in r5c_journal_mode_show()
` [PATCH v3 05/11] md/raid5-cache: Drop RCU usage of conf->log
` [PATCH v3 06/11] md/raid5-cache: Clear conf->log after finishing work
` [PATCH v3 07/11] md/raid5-cache: Annotate pslot with __rcu notation
` [PATCH v3 08/11] md: Use enum for overloaded magic numbers used by mddev->curr_resync
` [PATCH v3 09/11] md: Ensure resync is reported after it starts
` [PATCH v3 10/11] md: Notify sysfs sync_completed in md_reap_sync_thread()
` [PATCH v3 11/11] md/raid5-ppl: Fix argument order in bio_alloc_bioset()

[song-md:test/klp-trampoline] BUILD SUCCESS 6fbf5243a0d6ac55cae9ed84bb5ef0d49d1c00bc
 2022-06-02 18:58 UTC 

[song-md:md-next] BUILD SUCCESS 92a045f71a3c6767a7f30c0d80d2e4f6d5d49d77
 2022-06-02 15:48 UTC 

[PATCH 0/2] two fixes for md
 2022-06-02  8:12 UTC  (25+ messages)
` [Update PATCH V3] md: don't unregister sync_thread with reconfig_mutex held

patchwork for md and mdadm development
 2022-06-01 23:24 UTC 

[PATCH v2] md: Explicitly create command-line configured devices
 2022-06-01 23:18 UTC  (2+ messages)

[PATCH v2 00/17] Bug fixes for mdadm tests
 2022-06-01 22:50 UTC  (29+ messages)
` [PATCH v2 01/17] md/raid5-log: Drop extern decorators for function prototypes
` [PATCH v2 02/17] md/raid5-cache: Add r5c_conf_is_writeback() helper
` [PATCH v2 03/17] md/raid5-cache: Refactor r5l_start() to take a struct r5conf
` [PATCH v2 04/17] md/raid5-cache: Refactor r5l_flush_stripe_to_raid() "
` [PATCH v2 05/17] md/raid5-cache: Refactor r5l_wake_reclaim() "
` [PATCH v2 06/17] md/raid5-cache: Refactor remaining functions to take a r5conf
` [PATCH v2 07/17] md/raid5-ppl: Drop unused argument from ppl_handle_flush_request()
` [PATCH v2 08/17] md/raid5-cache: Pass the log through to r5c_finish_cache_stripe()
` [PATCH v2 09/17] md/raid5-cache: Don't pass conf to r5c_calculate_new_cp()
` [PATCH v2 10/17] md/raid5-cache: Take struct r5l_log in r5c_log_required_to_flush_cache()
` [PATCH v2 11/17] md/raid5: Ensure array is suspended for calls to log_exit()
` [PATCH v2 12/17] md/raid5-cache: Move struct r5l_log definition to raid5-log.h
` [PATCH v2 13/17] md/raid5-cache: Add RCU protection to conf->log accesses
` [PATCH v2 14/17] md/raid5-cache: Annotate pslot with __rcu notation
` [PATCH v2 15/17] md: Use enum for overloaded magic numbers used by mddev->curr_resync
` [PATCH v2 16/17] md: Ensure resync is reported after it starts
` [PATCH v2 17/17] md: Notify sysfs sync_completed in md_reap_sync_thread()

[PATCH v2] Grow: Split Grow_reshape into helper function
 2022-06-01 11:29 UTC  (3+ messages)

[PATCH] md: Explicitly create command-line configured devices
 2022-06-01 10:52 UTC  (3+ messages)

[PATCH 0/3 v2] IMSM autolayout improvements
 2022-05-31 17:53 UTC  (8+ messages)
` [PATCH 1/3 v2] imsm: introduce get_disk_slot_in_dev()
` [PATCH 2/3 v2] imsm: use same slot across container
` [PATCH 3/3 v2] imsm: block changing slots during creation

raid array move
 2022-05-30 22:05 UTC  (2+ messages)

[PATCH 0/3] IMSM autolayout improvements
 2022-05-30 14:03 UTC  (5+ messages)
` [PATCH 1/3] imsm: introduce get_disk_slot_in_dev()
` [PATCH 2/3] imsm: use same slot across container

[PATCH AUTOSEL 5.10 24/76] md/bitmap: don't set sb values if can't pass sanity check
 2022-05-30 13:43 UTC 

[PATCH AUTOSEL 4.19 15/38] md/bitmap: don't set sb values if can't pass sanity check
 2022-05-30 13:49 UTC 

[PATCH AUTOSEL 5.15 035/109] md/bitmap: don't set sb values if can't pass sanity check
 2022-05-30 13:37 UTC 

[PATCH AUTOSEL 5.17 044/135] md/bitmap: don't set sb values if can't pass sanity check
 2022-05-30 13:30 UTC 

[PATCH AUTOSEL 5.18 054/159] md/bitmap: don't set sb values if can't pass sanity check
 2022-05-30 13:22 UTC 

[PATCH] Grow: Split Grow_reshape into helper function
 2022-05-30  6:30 UTC  (2+ messages)

[PATCH v1 00/15] Bug fixes for mdadm tests
 2022-05-24 18:13 UTC  (41+ messages)
` [PATCH v1 01/15] md/raid5-log: Drop extern decorators for function prototypes
` [PATCH v1 02/15] md/raid5-cache: Refactor r5c_is_writeback() to take a struct r5conf
` [PATCH v1 03/15] md/raid5-cache: Refactor r5l_start() "
` [PATCH v1 04/15] md/raid5-cache: Refactor r5l_flush_stripe_to_raid() "
` [PATCH v1 05/15] md/raid5-cache: Refactor r5l_wake_reclaim() "
` [PATCH v1 06/15] md/raid5-cache: Refactor remaining functions to take a r5conf
` [PATCH v1 07/15] md/raid5-ppl: Drop unused argument from ppl_handle_flush_request()
` [PATCH v1 08/15] md/raid5-cache: Pass the log through to r5c_finish_cache_stripe()
` [PATCH v1 09/15] md/raid5-cache: Don't pass conf to r5c_calculate_new_cp()
` [PATCH v1 10/15] md/raid5-cache: Take struct r5l_log in r5c_log_required_to_flush_cache()
` [PATCH v1 11/15] md/raid5: Ensure array is suspended for calls to log_exit()
` [PATCH v1 12/15] md/raid5-cache: Add RCU protection to conf->log accesses
` [PATCH v1 13/15] md/raid5-cache: Annotate pslot with __rcu notation
` [PATCH v1 14/15] md: Ensure resync is reported after it starts
` [PATCH v1 15/15] md: Notify sysfs sync_completed in md_reap_sync_thread()

[song-md:md-next] BUILD SUCCESS 42b805af102471f53e3c7867b8c2b502ea4eef7e
 2022-05-24  8:23 UTC 

[PATCH v6 0/3] LoadPin: Enable loading from trusted dm-verity devices
 2022-05-23 21:14 UTC  (4+ messages)
` [PATCH v6 1/3] dm: Add verity helpers for LoadPin
` [PATCH v6 2/3] LoadPin: Enable loading from trusted dm-verity devices
` [PATCH v6 3/3] dm: verity-loadpin: Use CONFIG_SECURITY_LOADPIN_VERITY for conditional compilation

[GIT PULL] md-next 20220523
 2022-05-23 18:33 UTC  (3+ messages)

[PATCH] Grow: block -n on external volumes
 2022-05-23 16:11 UTC  (2+ messages)

[PATCH] Revert "mdadm: fix coredump of mdadm --monitor -r"
 2022-05-23 15:43 UTC  (2+ messages)

Failed adadm RAID array after aborted Grown operation
 2022-05-22 22:54 UTC  (15+ messages)

[PATCH v3 0/7] Resurrect mdadm test cases
 2022-05-20 21:26 UTC  (10+ messages)
` [PATCH v3 6/7] tests: fix $dir path
` [PATCH v3 7/7] tests: avoid passing chunk size to raid1


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