Linux RAID Storage
[Prev Page][Next Page]
- Re: md metadata nightmare, (continued)
- Message not available
partition based raid1 and multi boot Ubuntu/Xubuntu,
Gavin Whitehead
Disk identity crisis on RAID10 recovery (3.1.0),
Konrad Rzepecki
md device io request split,
"Ramon Schönborn"
Question about raid 10 and raid 1+0 setup,
Holger Kiehl
Re: raid1d crash at boot,
NeilBrown
Is it possible to change the wait time before a drive is concidered failed?,
wilsonjonathan
[PATCH] fix: correct metadata's update communication,
Lukasz Dorau
[PATCH] imsm: fix: correct printing value of blocks per migration unit, Lukasz Dorau
MD RAID1 weirdness,
Danilo Godec
Idea: Dynamic growth of the md array,
Terrance Hutchinson
BUG_ON triggered in worker_enter_idle, after power failure caused potential RAID corruption (kernel 2.6.39.4),
Bruce Stenning
[PATCH] mdadm trivial: Print more detailed error messages on re-add failure, Alexander Lyakas
Rebuilding Raid 1 set up, William Colls
Reshape 3-drive RAID1 into 3-drive RAID-5,
Mark Knecht
[PATCH] imsm: platform capabilities are not validated during level migration,
Labun, Marcin
re: md/raid10: handle recovery of replacement devices.,
Dan Carpenter
raid startup on a live CD?,
Hank Barta
[PATCH] imsm: fix: correct checking newly missing disks,
Lukasz Dorau
raid 5 to raid 6 reshape gone bad,
Travis Brown
unable to recover RAID 5 due to bad block,
Chris Purves
[PATCH] imsm: fix: Allowed to create 2 volumes with total size less then maximum.,
Lukasz Orlowski
Intel RAID problems,
Blair Strater
Raid Problem - Unknown File System Type,
William Colls
[PATCH] imsm: control number of active imsm volumes in the system,
Labun, Marcin
mini change of raid5.c,
Hardy Flor
PULL REQUEST - md bugfixes for 3.2-rc, NeilBrown
mdraid write performance in different kernels up to 3.0, 3.0 shows huge improvement,
Mikael Abrahamsson
Special drives for Linux Raid?,
Danilo Godec
All kinds of things on RAID/mdadm,
Martijn
Error when compiling drivers/md/dm-bufio.c,
Witold Baryluk
[PATCH] dm-ioctl: Don't leak memory in target_message() if 'argc' is NULL, Jesper Juhl
documentation for echo check > /dev/mdX, etc.,
Mark Knecht
[PATCH] imsm: fix: add support for OLCE and migration to imsm_count_failed,
Lukasz Dorau
Impending failure?,
Alex
Re: Impending failure?, Mikael Abrahamsson
Re: Impending failure?, John Robinson
[PATCH] fix: Allowed to assemble 2 volumes with the same names from config file.,
Lukasz Orlowski
[PATCH 1/2] FIX: mdmon doesn't start,
Adam Kwolek
[PATCH 00/12] More leak and NULL pointer dereference fixes,
Jes . Sorensen
- [PATCH 01/12] mdadm: add missing break for UpdateSubarray, Jes . Sorensen
- [PATCH 02/12] ping_monitor(): check file descriptor is valid before using and closing it, Jes . Sorensen
- [PATCH 03/12] mdstat_read(): Check return value of dup() before using file descriptor, Jes . Sorensen
- [PATCH 04/12] get_component_size(): Check read() return value for error before using it, Jes . Sorensen
- [PATCH 05/12] array_try_spare(): open_dev() returns -1 on error, not zero, Jes . Sorensen
- [PATCH 06/12] disk_init_and_add(): Fail if opening sysfs file descriptors fail, Jes . Sorensen
- [PATCH 08/12] ahci_enumerate_ports(): Don't close fd that failed to open, Jes . Sorensen
- [PATCH 09/12] unblock_monitor(): Check sra is valid before dereferencing, Jes . Sorensen
- [PATCH 07/12] close_aa(): Verify file descriptors are valid before trying to close them, Jes . Sorensen
- [PATCH 10/12] Manage_ro(): Check pointer rather than dereferencing it, Jes . Sorensen
- [PATCH 11/12] fd2devname(): Don't dereference NULL pointer, Jes . Sorensen
- [PATCH 12/12] match_metadata_desc(): Fix memory leak, Jes . Sorensen
- Re: [PATCH 00/12] More leak and NULL pointer dereference fixes, NeilBrown
[md PATCH 00/17] hot-replace support for RAID1 and RAID10,
NeilBrown
- [md PATCH 01/17] md/raid10: prepare data structures for handling replacement., NeilBrown
- [md PATCH 02/17] md/raid10: change read_balance to return an rdev, NeilBrown
- [md PATCH 03/17] md/raid10: preferentially read from replacement device if possible., NeilBrown
- [md PATCH 04/17] md/raid10: allow removal of failed replacement devices., NeilBrown
- [md PATCH 05/17] md/raid10: writes should get directed to replacement as well as original., NeilBrown
- [md PATCH 06/17] md/raid10: Handle replacement devices during resync., NeilBrown
- [md PATCH 07/17] md/raid10: handle recovery of replacement devices., NeilBrown
- [md PATCH 08/17] md/raid10: Allow replacement device to be replace old drive., NeilBrown
- [md PATCH 09/17] md/raid10: recognise replacements when assembling array., NeilBrown
- [md PATCH 10/17] md/raid10: If there is a spare and a replaceable device, start replacement., NeilBrown
- [md PATCH 11/17] md/raid1: Replace use of mddev->raid_disks with conf->raid_disks., NeilBrown
- [md PATCH 12/17] md/raid1: Allocate spare to store replacement devices and their bios., NeilBrown
- [md PATCH 13/17] md/raid1: Allow a failed replacement device to be removed., NeilBrown
- [md PATCH 14/17] md/raid1: handle activation of replacement device when recovery completes., NeilBrown
- [md PATCH 15/17] md/raid1: recognise replacements when assembling arrays., NeilBrown
- [md PATCH 16/17] md/raid1: If there is a spare and a replaceable device, start replacement., NeilBrown
- [md PATCH 17/17] md/raid1: Mark device replaceable when we see a write error., NeilBrown
[md PATCH 1/1] add display of hours remaining to finish resync,
Krzysztof Adamski
[PATCH 00/19] More fixes for resource leaks and warnings,
Jes . Sorensen
- [PATCH 01/19] Grow_Add_device(): dev_open() return a negative fd on error, Jes . Sorensen
- [PATCH 04/19] sysfs_unique_holder(): Check read() return value before using as buffer index, Jes . Sorensen
- [PATCH 05/19] remove_devices(): readlink returns -1 on error, Jes . Sorensen
- [PATCH 02/19] Grow_addbitmap(): don't try to close a file descriptor which failed to open, Jes . Sorensen
- [PATCH 08/19] Assemble(): don't dup_super() before we need it., Jes . Sorensen
- [PATCH 07/19] Grow_restart(): free() offsets after use, Jes . Sorensen
- [PATCH 03/19] Incremental(): Check return value of dev_open() before trying to use it, Jes . Sorensen
- [PATCH 11/19] enough_fd(): remember to free buffer for avail array, Jes . Sorensen
- [PATCH 13/19] IncrementalScan(): Fix memory leak, Jes . Sorensen
- [PATCH 06/19] assemble_container_content(): fix memory leak, Jes . Sorensen
- [PATCH 10/19] Grow_reshape(): Fix another 'sra' leak, Jes . Sorensen
- [PATCH 16/19] Monitor(): free allocated memory on exit, Jes . Sorensen
- [PATCH 15/19] Manage_runstop(): Avoid memory leak, Jes . Sorensen
- [PATCH 17/19] bitmap_fd_read(): fix memory leak, Jes . Sorensen
- [PATCH 18/19] validate_geometry_imsm_volume(): Avoid NULL pointer dereference, Jes . Sorensen
- [PATCH 19/19] make_parts(): Avoid false positive security warning, Jes . Sorensen
- [PATCH 12/19] Manage_subdevs(): avoid leaking super, Jes . Sorensen
- [PATCH 14/19] Managa_ro(): free() mdi before exiting, Jes . Sorensen
- [PATCH 09/19] Detail(): Remember to free 'avail', Jes . Sorensen
- Re: [PATCH 00/19] More fixes for resource leaks and warnings, NeilBrown
possibly silly question (raid failover),
Miles Fidelman
[PANIC] : kernel BUG at drivers/md/raid5.c:2756!,
Manish Katiyar
[PATCH 00/11] Memory/resource leaks and unchecked return fixes,
Jes . Sorensen
- [PATCH 01/11] Fix memory leaks in reshape_array(), Jes . Sorensen
- [PATCH 02/11] Fix memory leak, Jes . Sorensen
- [PATCH 03/11] Fix memory leak, Jes . Sorensen
- [PATCH 04/11] Fix memory leak of 'st3' in array_try_spare(), Jes . Sorensen
- [PATCH 05/11] partition_try_spare() use closedir() to release DIR * returned by opendir(), Jes . Sorensen
- [PATCH 06/11] Fix memory leak, Jes . Sorensen
- [PATCH 07/11] Add missing return in case of trying to grow sub-array, Jes . Sorensen
- [PATCH 08/11] Avoid memory leak, Jes . Sorensen
- [PATCH 09/11] policy_add(): Add missing va_end(), Jes . Sorensen
- [PATCH 10/11] Write_rules(): Avoid stack corruption if using extremely long udev pathname, Jes . Sorensen
- [PATCH 11/11] mdmon(): Error out if failing to connect to victim monitor, Jes . Sorensen
- Re: [PATCH 00/11] Memory/resource leaks and unchecked return fixes, NeilBrown
[PATCH 0/3] Remove dead code,
Jes . Sorensen
PULL REQUEST - serious md/RAID10 bug in 3.1 when activating a hot-spare.,
NeilBrown
Unable to restart reshape,
Michael Busby
raid(1) and block caching,
CoolCold
[PATCH 0/2] Misc fixes,
Jes . Sorensen
[PATCH] kill-subarray: fix, IMSM cannot kill-subarray with unsupported metadata,
Labun, Marcin
Auto-assembling RAID6 over RAID0?,
Michał Sawicz
with raid-6 any writes access all disks,
Chris Pearson
Question about mdadm commit d6508f0cfb60edf07b36f1532eae4d9cddf7178b "be more careful about add attempts",
Alexander Lyakas
[PATCH 00/13] Add missing handling of malloc() failure,
Jes . Sorensen
- [PATCH 01/13] count_active() catch malloc() failure, Jes . Sorensen
- [PATCH 02/13] Catch malloc() failures, Jes . Sorensen
- [PATCH 03/13] Try to catch malloc() failures in Assemble.c, Jes . Sorensen
- [PATCH 04/13] Attempt to catch malloc() failure in Detail.c, Jes . Sorensen
- [PATCH 06/13] Handle malloc() errors in Manage.c, Jes . Sorensen
- [PATCH 08/13] Handle malloc() failures in devline(), Jes . Sorensen
- [PATCH 09/13] Fix malloc handling in dlink.c, Jes . Sorensen
- [PATCH 11/13] Handle malloc() failure in mdopen.c, Jes . Sorensen
- [PATCH 12/13] Handle malloc() failure in mdstat.c, Jes . Sorensen
- [PATCH 10/13] Handle malloc() failure in Grow.c, Jes . Sorensen
- [PATCH 13/13] Catch malloc() failure, Jes . Sorensen
- [PATCH 05/13] Handle malloc() failure in Examine.c, Jes . Sorensen
- [PATCH 07/13] Fix malloc() failure handling in Monitor.c, Jes . Sorensen
- Re: [PATCH 00/13] Add missing handling of malloc() failure, NeilBrown
[PATCH] FIX: Close unused handle in child process during reshape restart,
Adam Kwolek
[md PATCH 00/16] hot-replace support for RAID4/5/6,
NeilBrown
- [md PATCH 01/16] md: refine interpretation of "hold_active == UNTIL_IOCTL"., NeilBrown
- [md PATCH 02/16] md: take after reference to mddev during sysfs access., NeilBrown
- [md PATCH 03/16] md: remove test for duplicate device when setting slot number., NeilBrown
- [md PATCH 04/16] md: change hot_remove_disk to take an rdev rather than a number., NeilBrown
- [md PATCH 05/16] md: create externally visible flags for supporting hot-replace., NeilBrown
- [md PATCH 06/16] md/raid5: allow each slot to have an extra replacement device, NeilBrown
- [md PATCH 07/16] md/raid5: raid5.h cleanup, NeilBrown
- [md PATCH 08/16] md/raid5: remove redundant bio initialisations., NeilBrown
- [md PATCH 09/16] md/raid5: preferentially read from replacement device if possible., NeilBrown
- [md PATCH 10/16] md/raid5: allow removal for failed replacement devices., NeilBrown
- [md PATCH 11/16] md/raid5: writes should get directed to replacement as well as original., NeilBrown
- [md PATCH 12/16] md/raid5: detect and handle replacements during recovery., NeilBrown
- [md PATCH 13/16] md/raid5: handle activation of replacement device when recovery completes., NeilBrown
- [md PATCH 14/16] md/raid5: recognise replacements when assembling array., NeilBrown
- [md PATCH 15/16] md/raid5: If there is a spare and a replaceable device, start replacement., NeilBrown
- [md PATCH 16/16] md/raid5: Mark device replaceable when we see a write error., NeilBrown
- Re: [md PATCH 00/16] hot-replace support for RAID4/5/6, David Brown
- Re: [md PATCH 00/16] hot-replace support for RAID4/5/6, Peter W. Morreale
- Re: [md PATCH 00/16] hot-replace support for RAID4/5/6, Dan Williams
PULL REQUEST md updates for 3.2, NeilBrown
[PATCH] util.c: two typos fixed,
Lukasz Dorau
Bad block management - which mdadm?,
Arkadiusz Miśkiewicz
Converting from Raid 5 to 6,
Michael Busby
Advice on build a RAID6,
Krzysztof Adamski
How to free devices held captive by failed arrays,
Harry Mangalam
[PATCH 0/1] Incremental() additional locking fixes,
Jes . Sorensen
[PATCH 1/2] Create() don't leave the lock hanging on error,
Jes . Sorensen
[PATCH] array_try_spare(): missing map_unlock(), Jes . Sorensen
[PATCH v2 0/3] Fix mdadm vs udev race in Incremental and Assemble,
Jes . Sorensen
mdadm "Used Dev Size" on 3TB drives,
Andrew
[PATCH 0/2] Fixes metadata while migrating from Raid 0 to Raid 10,
Lukasz Orlowski
[PATCH 0/3] Fix mdadm vs udev race in Incremental and Assemble,
Jes . Sorensen
mdadm help,
Yathindra
[PATCH] imsm: fix: correct debug printing of the volume's name, Lukasz Dorau
[PATCH] imsm: fix: prevent segfault in mark_failure,
Lukasz Dorau
[PATCH] md.c: trivial comment fix,
Chris Dunlop
Working TRIM for md RAID,
Alex Besogonov
FW: mdadm r/w operations without TEMP_FAILURE_RETRY(),
Orlowski, Lukasz
[PATCH] fix: imsm: prevent segfault in mark_failure,
Lukasz Dorau
[PATCH] MD: Allow restarting an interrupted incremental recovery.,
Andrei Warkentin
[PATCH 0/1] IMSM do not assume prev + current map in same state means reshape,
Jes . Sorensen
[PATCH] lib/raid6: Fix filename emitted in generated code,
Dan McGee
Potential data rollback/corruption after drive failure and re-appearance, Moshe Melnikov
2 drive RAID10 rebuild issue, Brad Campbell
Data recovery from linear array (Intel SS4000-E),
Johannes Moos
[mdadm PATCH 2/2] Fix unterminated buffer after readlink() call,
Thomas Jarosch
[mdadm PATCH 1/2] Fix off-by-one in readlink() buffer size handling, Thomas Jarosch
mdadm --grow on raid1 returns nonzero, Kevin W Monroe
[RFC] MD: Restart an interrupted incremental recovery.,
Andrei Warkentin
some general md raid questions,
Peter W. Morreale
1.X metadata: Resuming an interrupted incremental recovery for RAID1.,
Andrei E. Warkentin
md RAID10 questions,
Miles Fidelman
configuration questions & advice, Miles Fidelman
Thought about delayed sync,
Wakko Warner
BUG: spinlock lockup while performing FS operations and detected stalls on CPUs / tasks.,
Валерий
Odd booting problem,
maurice
Clarification behind md 1.0 superblock resync_offset and recovery_offset?,
Andrei E. Warkentin
[PATCH] GCC compile fix: remove calculation of unused variable 'reservation',
Jes . Sorensen
BUG: spinlock lockup while performing FS operations,
Валерий
[PATCH] Always run Grow_continue() for started array., Adam Kwolek
[PULLREQUEST] md bugfix for 3.1, NeilBrown
[PATCH] imsm: always use set_migr_type to set type of migration,
Przemyslaw Czarnowski
Appropriate kernel group for IDE/ATA/SAS/SATA issues?, Jim Schatzman
Does Linux support Intel Smart Response Technology?,
Guy Watkins
[PATCH] imsm: fix: correct adding and activation of spare disks,
Lukasz Dorau
[PATCH 0/3] Reshape restart after file system pivot (missing part),
Adam Kwolek
MD sets failing under heavy load in a DRBD/Pacemaker Cluster,
Caspar Smit
[PATCH 0/4] Fix freezing multiple arrays in container during assembly (2),
Adam Kwolek
How to stress test an RAID 6 array?,
Marcin M. Jessa
Linux raid autodetect partition disappears after RAID degrade,
Marcin M. Jessa
mdadm - level change from raid 1 to raid 5,
Dominique
Safely swapping a disk in a RAID456,
martin f krafft
RAID1 question,
William Thompson
[PATCH 0/3] Fix freezing multiple array in container during assembly,
Adam Kwolek
[PATCH 0/2] Do not allow for resync during reshape,
Adam Kwolek
[PATCH] fix: correct unlocking of map file,
Lukasz Dorau
error injection,
Jojy Varghese
Creating an md with 3TB drives.,
Marcin M. Jessa
[PATCH 0/8] Reshape restart after filesystem pivot,
Adam Kwolek
[PATCH] imsm: fix: stopped resync does not continue after auto-assemblation, Lukasz Dorau
[PATCH] remove unused variable, Czarnowska, Anna
examining the layout of an existing raid device?,
Christoph Hellwig
Recovering from a Bad Resilver?, Kenn
[no subject],
Kenn
Green drives and RAID arrays with partity,
Marcin M. Jessa
Recovery of failed RAID 6 and LVM,
Marcin M. Jessa
[PATCH] md: don't delay reboot by 1 second if no MD devices exist,
Daniel P. Berrange
[Index of Archives]
[Linux RAID Wiki]
[Linux Block]
[ATA RAID]
[Kernel]
[Linux SCSI]
[Linux iSCSI]
[Linux SCSI Target Infrastructure]
[Linux Books]