Linux RAID Storage
[Prev Page][Next Page]
- Re: what's wrong with RAID-10? (was "Re: moving a working array"), (continued)
- [song-md:md-next] BUILD SUCCESS 26dbd28727d0b79eaf75fd8d36a4588d2db8b290, kernel test robot
- [PATCH] md/raid5: Fix divide type in raid5_make_request(),
Logan Gunthorpe
- a new install - - - putting the system on raid,
o1bigtenor
- Re: a new install - - - putting the system on raid, Wols Lists
- ESP and its file system (Re: a new install - - - putting the system on raid), Paul Menzel
- Re: a new install - - - putting the system on raid, Pascal Hambourg
- Re: a new install - - - putting the system on raid, Wols Lists
- Re: a new install - - - putting the system on raid, Pascal Hambourg
- Re: a new install - - - putting the system on raid, Wol
- Re: a new install - - - putting the system on raid, Roman Mamedov
- Upgrading motherboard + CPU, Alexander Shenkin
- Re: Upgrading motherboard + CPU, Roman Mamedov
- Re: Upgrading motherboard + CPU, Alexander Shenkin
- Re: Upgrading motherboard + CPU, Wol
- Re: Upgrading motherboard + CPU, Alexander Shenkin
- Re: Upgrading motherboard + CPU, Wol
- Re: Upgrading motherboard + CPU, Alexander Shenkin
- Re: Upgrading motherboard + CPU, Roman Mamedov
- Re: Upgrading motherboard + CPU, Pascal Hambourg
- Re: Upgrading motherboard + CPU, Stephan
- Re: Upgrading motherboard + CPU, Wols Lists
- Re: Upgrading motherboard + CPU, Alexander Shenkin
- Re: Upgrading motherboard + CPU, Wols Lists
- Re: Upgrading motherboard + CPU, Alexander Shenkin
- Re: Upgrading motherboard + CPU, Wols Lists
- Re: Upgrading motherboard + CPU, Reindl Harald
- Re: Upgrading motherboard + CPU, Roman Mamedov
- Re: Upgrading motherboard + CPU, Reindl Harald
- Re: Upgrading motherboard + CPU, Roman Mamedov
- Re: Upgrading motherboard + CPU, Reindl Harald
- Message not available
- Re: Upgrading motherboard + CPU, Alexander Shenkin
- Re: Upgrading motherboard + CPU, Alexander Shenkin
- Re: Upgrading motherboard + CPU, Andy Smith
- Re: Upgrading motherboard + CPU, Pascal Hambourg
- Re: Upgrading motherboard + CPU, Stephan
- Re: Upgrading motherboard + CPU, Wols Lists
- Re: a new install - - - putting the system on raid, Pascal Hambourg
[song-md:md-next 26/28] ERROR: modpost: "__hexagon_udivdi3" [drivers/md/raid456.ko] undefined!, kernel test robot
[song-md:md-next 26/28] ld.lld: error: undefined symbol: __hexagon_udivdi3, kernel test robot
[PATCH mdadm v2 00/14] Bug fixes and testing improvments,
Logan Gunthorpe
- [PATCH mdadm v2 07/14] mdadm: Fix optional --write-behind parameter, Logan Gunthorpe
- [PATCH mdadm v2 10/14] tests/04update-metadata: avoid passing chunk size to raid1, Logan Gunthorpe
- [PATCH mdadm v2 06/14] mdadm: Fix mdadm -r remove option regression, Logan Gunthorpe
- [PATCH mdadm v2 02/14] DDF: Cleanup validate_geometry_ddf_container(), Logan Gunthorpe
- [PATCH mdadm v2 01/14] Makefile: Don't build static build with everything and everything-test, Logan Gunthorpe
- [PATCH mdadm v2 12/14] mdadm/test: Add a mode to repeat specified tests, Logan Gunthorpe
- [PATCH mdadm v2 11/14] tests/02lineargrow: clear the superblock at every iteration, Logan Gunthorpe
- [PATCH mdadm v2 09/14] tests: fix raid0 tests for 0.90 metadata, Logan Gunthorpe
- [PATCH mdadm v2 14/14] tests: Add broken files for all broken tests, Logan Gunthorpe
- [PATCH mdadm v2 04/14] mdadm/Grow: Fix use after close bug by closing after fork, Logan Gunthorpe
- [PATCH mdadm v2 08/14] tests/00raid0: add a test that validates raid0 with layout fails for 0.9, Logan Gunthorpe
- [PATCH mdadm v2 05/14] monitor: Avoid segfault when calling NULL get_bad_blocks, Logan Gunthorpe
- [PATCH mdadm v2 03/14] DDF: Fix NULL pointer dereference in validate_geometry_ddf(), Logan Gunthorpe
- [PATCH mdadm v2 13/14] mdadm/test: Mark and ignore broken test failures, Logan Gunthorpe
- Re: [PATCH mdadm v2 00/14] Bug fixes and testing improvments, Himanshu Madhani
- Re: [PATCH mdadm v2 00/14] Bug fixes and testing improvments, Jes Sorensen
[PATCH] md: add patchwork URL,
Guoqing Jiang
[PATCH V2] md: unlock mddev before reap sync_thread in action_store,
Guoqing Jiang
[PATCH 0/6] mdadm-CI for-jes/20220620: patches for merge,
Coly Li
[PATCH v3] Monitor: use devname as char array instead of pointer,
Kinga Tanska
About the md-bitmap behavior,
Qu Wenruo
[PATCH v3 00/15] Improve Raid5 Lock Contention,
Logan Gunthorpe
- [PATCH v3 09/15] md/raid5: Refactor for loop in raid5_make_request() into while loop, Logan Gunthorpe
- [PATCH v3 04/15] md/raid5: Move stripe_add_to_batch_list() call out of add_stripe_bio(), Logan Gunthorpe
- [PATCH v3 01/15] md/raid5: Make logic blocking check consistent with logic that blocks, Logan Gunthorpe
- [PATCH v3 13/15] md/raid5: Pivot raid5_make_request(), Logan Gunthorpe
- [PATCH v3 11/15] md/raid5: Refactor add_stripe_bio(), Logan Gunthorpe
- [PATCH v3 15/15] md/raid5: Increase restriction on max segments per request, Logan Gunthorpe
- [PATCH v3 03/15] md/raid5: Refactor raid5_make_request loop, Logan Gunthorpe
- [PATCH v3 10/15] md/raid5: Keep a reference to last stripe_head for batch, Logan Gunthorpe
- [PATCH v3 02/15] md/raid5: Factor out ahead_of_reshape() function, Logan Gunthorpe
- [PATCH v3 14/15] md/raid5: Improve debug prints, Logan Gunthorpe
- [PATCH v3 12/15] md/raid5: Check all disks in a stripe_head for reshape progress, Logan Gunthorpe
- [PATCH v3 07/15] md/raid5: Drop the do_prepare flag in raid5_make_request(), Logan Gunthorpe
- [PATCH v3 08/15] md/raid5: Move read_seqcount_begin() into make_stripe_request(), Logan Gunthorpe
- [PATCH v3 05/15] md/raid5: Move common stripe get code into new find_get_stripe() helper, Logan Gunthorpe
- [PATCH v3 06/15] md/raid5: Factor out helper from raid5_make_request() loop, Logan Gunthorpe
- Re: [PATCH v3 00/15] Improve Raid5 Lock Contention, Song Liu
[song-md:md-fixes] BUILD SUCCESS f34fdcd4a0e7a0b92340ad7e48e7bcff9393fab5, kernel test robot
[GIT PULL] md-fixes 20220615,
Song Liu
[PATCH] mdadm: block update=ppl for non raid456 levels,
Lukasz Florczak
Mdraid resync, Finlayson, James M CIV (USA)
md0_raid5 Hangs Linux 5.18.3,
Curtis Lee Bolin
How to enable bitmap on IMSM?,
Roman Mamedov
[PATCH v2 resend] Incremental: Fix possible memory and resource leaks,
Mateusz Grzonka
[PATCH resend] Fix possible NULL ptr dereferences and memory leaks,
Mateusz Grzonka
[song-md:md-next] BUILD SUCCESS facef3b96c5b9565fa0416d7701ef990ef96e5a6, kernel test robot
Raid5 Reshape Data Corruption Bug, Logan Gunthorpe
[song-md:md-fixes] BUILD SUCCESS 23ffa1d984cbf3c05655e61d59cfb27f0c7d897f, kernel test robot
[PATCH mdadm v1 00/14] Bug fixes and testing improvments,
Logan Gunthorpe
- [PATCH mdadm v1 01/14] Makefile: Don't build static build with everything, Logan Gunthorpe
- [PATCH mdadm v1 02/14] DDF: Cleanup validate_geometry_ddf_container(), Logan Gunthorpe
- [PATCH mdadm v1 13/14] mdadm/test: Mark and ignore broken test failures, Logan Gunthorpe
- [PATCH mdadm v1 11/14] tests/02lineargrow: clear the superblock at every iteration, Logan Gunthorpe
- [PATCH mdadm v1 10/14] tests/04update-metadata: avoid passing chunk size to raid1, Logan Gunthorpe
- [PATCH mdadm v1 14/14] tests: Add broken files for all broken tests, Logan Gunthorpe
- [PATCH mdadm v1 08/14] tests/00raid0: add a test that validates raid0 with layout fails for 0.9, Logan Gunthorpe
- [PATCH mdadm v1 04/14] mdadm/Grow: Fix use after close bug by closing after fork, Logan Gunthorpe
- [PATCH mdadm v1 06/14] mdadm: Fix mdadm -r remove option regresision, Logan Gunthorpe
- [PATCH mdadm v1 12/14] mdadm/test: Add a mode to repeat specified tests, Logan Gunthorpe
- [PATCH mdadm v1 07/14] mdadm: Fix optional --write-behind parameter, Logan Gunthorpe
- [PATCH mdadm v1 09/14] tests: fix raid0 tests for 0.90 metadata, Logan Gunthorpe
- [PATCH mdadm v1 03/14] DDF: Fix NULL pointer dereference in validate_geometry_ddf(), Logan Gunthorpe
- [PATCH mdadm v1 05/14] monitor: Avoid segfault when calling NULL get_bad_blocks, Logan Gunthorpe
- Re: [PATCH mdadm v1 00/14] Bug fixes and testing improvments, Paul Menzel
[PATCH v3] Grow: Split Grow_reshape into helper function,
Mateusz Kusiak
[PATCH 0/5 v2] mdadm: fix memory leak and double free,
Wu Guanghao
MD Array Unexpected Kernel Hang,
Alan Braithwaite
[PATCH v4 00/11] Bug fixes for mdadm tests,
Logan Gunthorpe
- [PATCH v4 05/11] md/raid5-cache: Take mddev_lock in r5c_journal_mode_show(), Logan Gunthorpe
- [PATCH v4 09/11] md: Use enum for overloaded magic numbers used by mddev->curr_resync, Logan Gunthorpe
- [PATCH v4 10/11] md: Ensure resync is reported after it starts, Logan Gunthorpe
- [PATCH v4 06/11] md/raid5-cache: Drop RCU usage of conf->log, Logan Gunthorpe
- [PATCH v4 03/11] md/raid5-ppl: Drop unused argument from ppl_handle_flush_request(), Logan Gunthorpe
- [PATCH v4 07/11] md/raid5-cache: Clear conf->log after finishing work, Logan Gunthorpe
- [PATCH v4 02/11] md/raid5-log: Drop extern decorators for function prototypes, Logan Gunthorpe
- [PATCH v4 08/11] md/raid5-cache: Annotate pslot with __rcu notation, Logan Gunthorpe
- [PATCH v4 11/11] md: Notify sysfs sync_completed in md_reap_sync_thread(), Logan Gunthorpe
- [PATCH v4 01/11] md/raid5-ppl: Fix argument order in bio_alloc_bioset(), Logan Gunthorpe
- [PATCH v4 04/11] md/raid5: Ensure array is suspended for calls to log_exit(), Logan Gunthorpe
Misbehavior of md-raid RAID on failed NVMe.,
Pavel
Re: Misbehavior of md-raid RAID on failed NVMe., Wol
[PATCH AUTOSEL 5.10 25/38] md: protect md_unregister_thread from reentrancy, Sasha Levin
[PATCH AUTOSEL 5.10 24/38] md: don't unregister sync_thread with reconfig_mutex held, Sasha Levin
[PATCH AUTOSEL 5.4 22/34] md: protect md_unregister_thread from reentrancy, Sasha Levin
[PATCH AUTOSEL 4.14 17/25] md: don't unregister sync_thread with reconfig_mutex held, Sasha Levin
[PATCH AUTOSEL 5.4 21/34] md: don't unregister sync_thread with reconfig_mutex held, Sasha Levin
[PATCH AUTOSEL 4.14 18/25] md: protect md_unregister_thread from reentrancy, Sasha Levin
[PATCH AUTOSEL 4.19 19/27] md: protect md_unregister_thread from reentrancy, Sasha Levin
[PATCH AUTOSEL 4.19 18/27] md: don't unregister sync_thread with reconfig_mutex held, Sasha Levin
[PATCH AUTOSEL 4.9 15/19] md: protect md_unregister_thread from reentrancy, Sasha Levin
[PATCH AUTOSEL 5.15 31/51] md: don't unregister sync_thread with reconfig_mutex held, Sasha Levin
[PATCH AUTOSEL 5.15 32/51] md: protect md_unregister_thread from reentrancy, Sasha Levin
[PATCH AUTOSEL 5.17 33/60] md: don't unregister sync_thread with reconfig_mutex held, Sasha Levin
[PATCH AUTOSEL 5.17 34/60] md: protect md_unregister_thread from reentrancy, Sasha Levin
[PATCH AUTOSEL 5.18 36/68] md: protect md_unregister_thread from reentrancy, Sasha Levin
[PATCH AUTOSEL 5.18 35/68] md: don't unregister sync_thread with reconfig_mutex held,
Sasha Levin
[PATCH 0/2] md: regression fix,
Guoqing Jiang
[song-md:test/klp-trampoline 4/6] kernel/trace/ftrace.c:8006:14: error: no member named 'func_hash' in 'struct ftrace_ops', kernel test robot
error build mdadm with gcc12, Alexey Shabalin
[PATCH v2] Monitor: use devname as char array instead of pointer,
Kinga Tanska
[PATCH v4 0/2] Mdmonitor improvements,
Kinga Tanska
[PATCH v3 0/2] Mdmonitor improvements,
Kinga Tanska
[song-md:test/klp-trampoline 6/6] kernel/bpf/trampoline.c:469:2-3: Unneeded semicolon, kernel test robot
[song-md:test/klp-trampoline] BUILD SUCCESS 6fbf5243a0d6ac55cae9ed84bb5ef0d49d1c00bc, kernel test robot
[PATCH v3 00/11] Bug fixes for mdadm tests,
Logan Gunthorpe
- [PATCH v3 01/11] md/raid5-log: Drop extern decorators for function prototypes, Logan Gunthorpe
- [PATCH v3 09/11] md: Ensure resync is reported after it starts, Logan Gunthorpe
- [PATCH v3 11/11] md/raid5-ppl: Fix argument order in bio_alloc_bioset(), Logan Gunthorpe
- [PATCH v3 08/11] md: Use enum for overloaded magic numbers used by mddev->curr_resync, Logan Gunthorpe
- [PATCH v3 05/11] md/raid5-cache: Drop RCU usage of conf->log, Logan Gunthorpe
- [PATCH v3 10/11] md: Notify sysfs sync_completed in md_reap_sync_thread(), Logan Gunthorpe
- [PATCH v3 02/11] md/raid5-ppl: Drop unused argument from ppl_handle_flush_request(), Logan Gunthorpe
- [PATCH v3 04/11] md/raid5-cache: Take mddev_lock in r5c_journal_mode_show(), Logan Gunthorpe
- [PATCH v3 03/11] md/raid5: Ensure array is suspended for calls to log_exit(), Logan Gunthorpe
- [PATCH v3 06/11] md/raid5-cache: Clear conf->log after finishing work, Logan Gunthorpe
- [PATCH v3 07/11] md/raid5-cache: Annotate pslot with __rcu notation, Logan Gunthorpe
[song-md:md-next] BUILD SUCCESS 92a045f71a3c6767a7f30c0d80d2e4f6d5d49d77, kernel test robot
[PATCH] md: only unlock mddev from action_store,
Guoqing Jiang
patchwork for md and mdadm development, Song Liu
[PATCH v2] md: Explicitly create command-line configured devices,
Chris Webb
[PATCH v2] Grow: Split Grow_reshape into helper function.,
Mateusz Kusiak
[PATCH] md: Explicitly create command-line configured devices,
Chris Webb
[PATCH 0/3 v2] IMSM autolayout improvements,
Mariusz Tkaczyk
[PATCH 0/5] mdadm: fix memory leak and double free,
Wu Guanghao
raid array move,
o1bigtenor
[PATCH AUTOSEL 5.10 24/76] md/bitmap: don't set sb values if can't pass sanity check, Sasha Levin
[PATCH AUTOSEL 5.4 18/55] md/bitmap: don't set sb values if can't pass sanity check,
Sasha Levin
[PATCH AUTOSEL 4.19 15/38] md/bitmap: don't set sb values if can't pass sanity check, Sasha Levin
[PATCH AUTOSEL 5.15 035/109] md/bitmap: don't set sb values if can't pass sanity check, Sasha Levin
[PATCH AUTOSEL 5.17 044/135] md/bitmap: don't set sb values if can't pass sanity check, Sasha Levin
[PATCH AUTOSEL 5.18 054/159] md/bitmap: don't set sb values if can't pass sanity check, Sasha Levin
[PATCH v2 00/17] Bug fixes for mdadm tests,
Logan Gunthorpe
- [PATCH v2 16/17] md: Ensure resync is reported after it starts, Logan Gunthorpe
- [PATCH v2 17/17] md: Notify sysfs sync_completed in md_reap_sync_thread(), Logan Gunthorpe
- [PATCH v2 02/17] md/raid5-cache: Add r5c_conf_is_writeback() helper, Logan Gunthorpe
- [PATCH v2 03/17] md/raid5-cache: Refactor r5l_start() to take a struct r5conf, Logan Gunthorpe
- [PATCH v2 10/17] md/raid5-cache: Take struct r5l_log in r5c_log_required_to_flush_cache(), Logan Gunthorpe
- [PATCH v2 14/17] md/raid5-cache: Annotate pslot with __rcu notation, Logan Gunthorpe
- [PATCH v2 04/17] md/raid5-cache: Refactor r5l_flush_stripe_to_raid() to take a struct r5conf, Logan Gunthorpe
- [PATCH v2 01/17] md/raid5-log: Drop extern decorators for function prototypes, Logan Gunthorpe
- [PATCH v2 08/17] md/raid5-cache: Pass the log through to r5c_finish_cache_stripe(), Logan Gunthorpe
- [PATCH v2 06/17] md/raid5-cache: Refactor remaining functions to take a r5conf, Logan Gunthorpe
- [PATCH v2 05/17] md/raid5-cache: Refactor r5l_wake_reclaim() to take a struct r5conf, Logan Gunthorpe
- [PATCH v2 15/17] md: Use enum for overloaded magic numbers used by mddev->curr_resync, Logan Gunthorpe
- [PATCH v2 07/17] md/raid5-ppl: Drop unused argument from ppl_handle_flush_request(), Logan Gunthorpe
- [PATCH v2 13/17] md/raid5-cache: Add RCU protection to conf->log accesses, Logan Gunthorpe
- [PATCH v2 09/17] md/raid5-cache: Don't pass conf to r5c_calculate_new_cp(), Logan Gunthorpe
- [PATCH v2 11/17] md/raid5: Ensure array is suspended for calls to log_exit(), Logan Gunthorpe
- [PATCH v2 12/17] md/raid5-cache: Move struct r5l_log definition to raid5-log.h, Logan Gunthorpe
[song-md:md-next] BUILD SUCCESS 42b805af102471f53e3c7867b8c2b502ea4eef7e, kernel test robot
[PATCH v6 0/3] LoadPin: Enable loading from trusted dm-verity devices,
Matthias Kaehlcke
[GIT PULL] md-next 20220523,
Song Liu
[PATCH v1 00/15] Bug fixes for mdadm tests,
Logan Gunthorpe
- [PATCH v1 04/15] md/raid5-cache: Refactor r5l_flush_stripe_to_raid() to take a struct r5conf, Logan Gunthorpe
- [PATCH v1 01/15] md/raid5-log: Drop extern decorators for function prototypes, Logan Gunthorpe
- [PATCH v1 03/15] md/raid5-cache: Refactor r5l_start() to take a struct r5conf, Logan Gunthorpe
- [PATCH v1 10/15] md/raid5-cache: Take struct r5l_log in r5c_log_required_to_flush_cache(), Logan Gunthorpe
- [PATCH v1 08/15] md/raid5-cache: Pass the log through to r5c_finish_cache_stripe(), Logan Gunthorpe
- [PATCH v1 14/15] md: Ensure resync is reported after it starts, Logan Gunthorpe
- [PATCH v1 11/15] md/raid5: Ensure array is suspended for calls to log_exit(), Logan Gunthorpe
- [PATCH v1 06/15] md/raid5-cache: Refactor remaining functions to take a r5conf, Logan Gunthorpe
- [PATCH v1 02/15] md/raid5-cache: Refactor r5c_is_writeback() to take a struct r5conf, Logan Gunthorpe
- [PATCH v1 07/15] md/raid5-ppl: Drop unused argument from ppl_handle_flush_request(), Logan Gunthorpe
- [PATCH v1 13/15] md/raid5-cache: Annotate pslot with __rcu notation, Logan Gunthorpe
- [PATCH v1 12/15] md/raid5-cache: Add RCU protection to conf->log accesses, Logan Gunthorpe
- [PATCH v1 09/15] md/raid5-cache: Don't pass conf to r5c_calculate_new_cp(), Logan Gunthorpe
- [PATCH v1 15/15] md: Notify sysfs sync_completed in md_reap_sync_thread(), Logan Gunthorpe
- [PATCH v1 05/15] md/raid5-cache: Refactor r5l_wake_reclaim() to take a struct r5conf, Logan Gunthorpe
- Re: [PATCH v1 00/15] Bug fixes for mdadm tests, Song Liu
[PATCH] Grow: block -n on external volumes.,
Mateusz Kusiak
[PATCH v5 0/3] LoadPin: Enable loading from trusted dm-verity devices,
Matthias Kaehlcke
[PATCH v4 0/3] LoadPin: Enable loading from trusted dm-verity devices,
Matthias Kaehlcke
mdadm test suite improvements,
Mariusz Tkaczyk
[PATCH] dm-raid: fix address sanitizer warning in raid_status,
Mikulas Patocka
[song-md:md-next] BUILD SUCCESS 6ad84d559b8cbce9ab27a3a2658c438de867c98e, kernel test robot
failed sector detected but disk still active ?,
Gandalf Corvotempesta
[PATCH] mdmon: Stop parsing duplicate options,
Lukasz Florczak
[song-md:md-next] BUILD SUCCESS 74fe94569da7d7aaac7dcf315a1a3a2e4026349f, kernel test robot
[PATCH 0/2] md: reshape from raid0 to raid10 panic,
Xiao Ni
[PATCH] md: remove useless INIT_LIST_HEAD(),
Haowen Bai
[PATCH v3 0/7] Resurrect mdadm test cases,
himanshu . madhani
nvme raid locking up,
Orion Poplawski
Failed adadm RAID array after aborted Grown operation,
Bob Brand
Unable to add journal device to RAID 6 array,
James Stephenson
[PATCH 0/2] two fixes for md,
Guoqing Jiang
[PATCH v3 0/3] LoadPin: Enable loading from trusted dm-verity devices,
Matthias Kaehlcke
[song-md:md-next] BUILD SUCCESS 9151ad5d8676a89cf1b6a4051037ab3ca077d938, kernel test robot
[PATCH 1/1] Don't set mddev private to NULL in raid0 pers->free,
Xiao Ni
[GIT PULL] md-next 20220427,
Song Liu
[PATCH v2 0/3] LoadPin: Enable loading from trusted dm-verity devices,
Matthias Kaehlcke
[PATCH] Print concrete error when creating mddev,
Marius Kittler
Re: arcconf Linux utility for Adaptec AAC-RAID (Rocket) (rev 02) (IBM ServeRAID 8k/8k-l8) unable to query RAID controller,
John Stoffel
[PATCH] md: Replace role magic numbers with defined constants,
David Sloan
[PATCH v2 00/12] Improve Raid5 Lock Contention,
Logan Gunthorpe
- [PATCH v2 03/12] md/raid5: Move stripe_add_to_batch_list() call out of add_stripe_bio(), Logan Gunthorpe
- [PATCH v2 01/12] md/raid5: Factor out ahead_of_reshape() function, Logan Gunthorpe
- [PATCH v2 02/12] md/raid5: Refactor raid5_make_request loop, Logan Gunthorpe
- [PATCH v2 04/12] md/raid5: Move common stripe count increment code into __find_stripe(), Logan Gunthorpe
- [PATCH v2 08/12] md/raid5: Refactor for loop in raid5_make_request() into while loop, Logan Gunthorpe
- [PATCH v2 06/12] md/raid5: Drop the do_prepare flag in raid5_make_request(), Logan Gunthorpe
- [PATCH v2 10/12] md/raid5: Refactor add_stripe_bio(), Logan Gunthorpe
- [PATCH v2 12/12] md/raid5: Pivot raid5_make_request(), Logan Gunthorpe
- [PATCH v2 09/12] md/raid5: Keep a reference to last stripe_head for batch, Logan Gunthorpe
- [PATCH v2 11/12] md/raid5: Check all disks in a stripe_head for reshape progress, Logan Gunthorpe
- [PATCH v2 07/12] md/raid5: Move read_seqcount_begin() into make_stripe_request(), Logan Gunthorpe
- [PATCH v2 05/12] md/raid5: Factor out helper from raid5_make_request() loop, Logan Gunthorpe
- Re: [PATCH v2 00/12] Improve Raid5 Lock Contention, Xiao Ni
- Re: [PATCH v2 00/12] Improve Raid5 Lock Contention, Guoqing Jiang
- Re: [PATCH v2 00/12] Improve Raid5 Lock Contention, Song Liu
[PATCH] Fix possible NULL ptr dereferences and memory leaks, Mateusz Grzonka
[PATCH 0/3] IMSM autolayout improvements.,
Mariusz Tkaczyk
Create MDRAID image without kernel, Tomas Mudrunka
[PATCH 0/3] LoadPin: Enable loading from trusted dm-verity devices,
Matthias Kaehlcke
Read error in superblock not handled well by MD, Nik.Brt.
fix and cleanup discard_alignment handling,
Christoph Hellwig
[Index of Archives]
[Linux RAID Wiki]
[Linux Block]
[ATA RAID]
[Kernel]
[Linux SCSI]
[Linux iSCSI]
[Linux SCSI Target Infrastructure]
[Linux Books]