linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-31 10:27:56 to 2022-06-17 06:28:01 UTC [more...]

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

[PATCH v3 00/15] Improve Raid5 Lock Contention
 2022-06-16 21:35 UTC  (18+ messages)
` [PATCH v3 01/15] md/raid5: Make logic blocking check consistent with logic that blocks
` [PATCH v3 02/15] md/raid5: Factor out ahead_of_reshape() function
` [PATCH v3 03/15] md/raid5: Refactor raid5_make_request loop
` [PATCH v3 04/15] md/raid5: Move stripe_add_to_batch_list() call out of add_stripe_bio()
` [PATCH v3 05/15] md/raid5: Move common stripe get code into new find_get_stripe() helper
` [PATCH v3 06/15] md/raid5: Factor out helper from raid5_make_request() loop
` [PATCH v3 07/15] md/raid5: Drop the do_prepare flag in raid5_make_request()
` [PATCH v3 08/15] md/raid5: Move read_seqcount_begin() into make_stripe_request()
` [PATCH v3 09/15] md/raid5: Refactor for loop in raid5_make_request() into while loop
` [PATCH v3 10/15] md/raid5: Keep a reference to last stripe_head for batch
` [PATCH v3 11/15] md/raid5: Refactor add_stripe_bio()
` [PATCH v3 12/15] md/raid5: Check all disks in a stripe_head for reshape progress
` [PATCH v3 13/15] md/raid5: Pivot raid5_make_request()
` [PATCH v3 14/15] md/raid5: Improve debug prints
` [PATCH v3 15/15] md/raid5: Increase restriction on max segments per request
  ` [Non-DoD Source] "

[song-md:md-fixes] BUILD SUCCESS f34fdcd4a0e7a0b92340ad7e48e7bcff9393fab5
 2022-06-16  6:02 UTC 

[GIT PULL] md-fixes 20220615
 2022-06-15 17:56 UTC  (2+ messages)

md0_raid5 Hangs Linux 5.18.3
 2022-06-15 15:25 UTC  (4+ messages)

[PATCH] mdadm: block update=ppl for non raid456 levels
 2022-06-15 12:28 UTC 

Mdraid resync
 2022-06-14 15:20 UTC 

How to enable bitmap on IMSM?
 2022-06-14 14:45 UTC  (2+ messages)

[PATCH resend] imsm: Remove possibility for get_imsm_dev to return NULL
 2022-06-14 14:45 UTC  (2+ messages)

[PATCH resend] Fix possible NULL ptr dereferences and memory leaks
 2022-06-14 14:43 UTC  (3+ messages)

[PATCH v2] Monitor: use devname as char array instead of pointer
 2022-06-14 14:40 UTC  (2+ messages)

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

[PATCH v2 resend] Incremental: Fix possible memory and resource leaks
 2022-06-14 14:31 UTC  (2+ messages)

[PATCH] Revert "mdadm: fix coredump of mdadm --monitor -r"
 2022-06-14 14:11 UTC  (2+ messages)

Showing my ignorance - kernel workers
 2022-06-14 13:48 UTC  (2+ messages)

Abrelatam | Contacto
 2022-06-14  3:57 UTC 

[PATCH v6 0/3] LoadPin: Enable loading from trusted dm-verity devices
 2022-06-13 17:15 UTC  (3+ messages)
` [PATCH v6 1/3] dm: Add verity helpers for LoadPin

[PATCH AUTOSEL 5.18 35/68] md: don't unregister sync_thread with reconfig_mutex held
 2022-06-12 17:53 UTC  (4+ messages)
  ` [dm-devel] "
` [PATCH AUTOSEL 5.18 36/68] md: protect md_unregister_thread from reentrancy

[song-md:md-next] BUILD SUCCESS facef3b96c5b9565fa0416d7701ef990ef96e5a6
 2022-06-11  7:30 UTC 

Raid5 Reshape Data Corruption Bug
 2022-06-10 22:05 UTC 

[song-md:md-fixes] BUILD SUCCESS 23ffa1d984cbf3c05655e61d59cfb27f0c7d897f
 2022-06-10 21:11 UTC 

[PATCH mdadm v1 00/14] Bug fixes and testing improvments
 2022-06-10 16:16 UTC  (20+ messages)
` [PATCH mdadm v1 01/14] Makefile: Don't build static build with everything
` [PATCH mdadm v1 02/14] DDF: Cleanup validate_geometry_ddf_container()
` [PATCH mdadm v1 03/14] DDF: Fix NULL pointer dereference in validate_geometry_ddf()
` [PATCH mdadm v1 04/14] mdadm/Grow: Fix use after close bug by closing after fork
` [PATCH mdadm v1 05/14] monitor: Avoid segfault when calling NULL get_bad_blocks
` [PATCH mdadm v1 06/14] mdadm: Fix mdadm -r remove option regresision
` [PATCH mdadm v1 07/14] mdadm: Fix optional --write-behind parameter
` [PATCH mdadm v1 08/14] tests/00raid0: add a test that validates raid0 with layout fails for 0.9
` [PATCH mdadm v1 09/14] tests: fix raid0 tests for 0.90 metadata
` [PATCH mdadm v1 10/14] tests/04update-metadata: avoid passing chunk size to raid1
` [PATCH mdadm v1 11/14] tests/02lineargrow: clear the superblock at every iteration
` [PATCH mdadm v1 12/14] mdadm/test: Add a mode to repeat specified tests
` [PATCH mdadm v1 13/14] mdadm/test: Mark and ignore broken test failures
` [PATCH mdadm v1 14/14] tests: Add broken files for all broken tests

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

[PATCH] mdmon: Stop parsing duplicate options
 2022-06-09 22:08 UTC  (2+ messages)

[PATCH] Grow: block -n on external volumes
 2022-06-09 22:13 UTC  (2+ messages)

MD Array Unexpected Kernel Hang
 2022-06-09 15:10 UTC  (5+ messages)

[PATCH v3] Grow: Split Grow_reshape into helper function
 2022-06-09  7:41 UTC 

[PATCH 0/2] md: regression fix
 2022-06-09  7:20 UTC  (8+ 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

Misbehavior of md-raid RAID on failed NVMe
 2022-06-09  6:43 UTC  (6+ messages)

[PATCH AUTOSEL 4.9 15/19] md: protect md_unregister_thread from reentrancy
 2022-06-07 18:03 UTC 

[PATCH AUTOSEL 4.19 18/27] md: don't unregister sync_thread with reconfig_mutex held
 2022-06-07 18:01 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 19/27] md: protect md_unregister_thread from reentrancy

[PATCH AUTOSEL 5.10 24/38] md: don't unregister sync_thread with reconfig_mutex held
 2022-06-07 17:58 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 25/38] md: protect md_unregister_thread from reentrancy

[PATCH AUTOSEL 4.14 17/25] md: don't unregister sync_thread with reconfig_mutex held
 2022-06-07 18:02 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 18/25] md: protect md_unregister_thread from reentrancy

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

[PATCH AUTOSEL 5.15 31/51] md: don't unregister sync_thread with reconfig_mutex held
 2022-06-07 17:55 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 32/51] md: protect md_unregister_thread from reentrancy

[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 0/5] mdadm: fix memory leak and double free
 2022-06-07  7:39 UTC  (13+ messages)
` [PATCH 1/5] parse_layout_faulty: fix memleak
` [PATCH 4/5] find_disk_attached_hba: "
` [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 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  (4+ messages)
` [PATCH 1/2] "

[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  (7+ 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  (7+ messages)
` [PATCH v2 12/17] md/raid5-cache: Move struct r5l_log definition to raid5-log.h

[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


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