messages from 2011-10-24 16:27:46 to 2011-11-02 05:25:44 UTC [more...]
[md PATCH 00/17] hot-replace support for RAID1 and RAID10
2011-11-02 5:25 UTC (16+ messages)
` [md PATCH 04/17] md/raid10: allow removal of failed replacement devices
` [md PATCH 03/17] md/raid10: preferentially read from replacement device if possible
` [md PATCH 01/17] md/raid10: prepare data structures for handling replacement
` [md PATCH 02/17] md/raid10: change read_balance to return an rdev
` [md PATCH 14/17] md/raid1: handle activation of replacement device when recovery completes
` [md PATCH 09/17] md/raid10: recognise replacements when assembling array
` [md PATCH 08/17] md/raid10: Allow replacement device to be replace old drive
` [md PATCH 05/17] md/raid10: writes should get directed to replacement as well as original
` [md PATCH 12/17] md/raid1: Allocate spare to store replacement devices and their bios
` [md PATCH 13/17] md/raid1: Allow a failed replacement device to be removed
` [md PATCH 07/17] md/raid10: handle recovery of replacement devices
` [md PATCH 11/17] md/raid1: Replace use of mddev->raid_disks with conf->raid_disks
` [md PATCH 06/17] md/raid10: Handle replacement devices during resync
` [md PATCH 10/17] md/raid10: If there is a spare and a replaceable device, start replacement
` [md PATCH 15/17] md/raid1: recognise replacements when assembling arrays
systemd kills mdmon if it was started manually by user
2011-11-02 2:03 UTC (13+ messages)
` [systemd-devel] "
possibly silly question (raid failover)
2011-11-02 1:48 UTC (21+ messages)
[PATCH 00/19] More fixes for resource leaks and warnings
2011-11-02 0:25 UTC (22+ messages)
` [PATCH 01/19] Grow_Add_device(): dev_open() return a negative fd on error
` [PATCH 02/19] Grow_addbitmap(): don't try to close a file descriptor which failed to open
` [PATCH 03/19] Incremental(): Check return value of dev_open() before trying to use it
` [PATCH 04/19] sysfs_unique_holder(): Check read() return value before using as buffer index
` [PATCH 05/19] remove_devices(): readlink returns -1 on error
` [PATCH 06/19] assemble_container_content(): fix memory leak
` [PATCH 07/19] Grow_restart(): free() offsets after use
` [PATCH 08/19] Assemble(): don't dup_super() before we need it
` [PATCH 09/19] Detail(): Remember to free 'avail'
` [PATCH 10/19] Grow_reshape(): Fix another 'sra' leak
` [PATCH 11/19] enough_fd(): remember to free buffer for avail array
` [PATCH 12/19] Manage_subdevs(): avoid leaking super
` [PATCH 13/19] IncrementalScan(): Fix memory leak
` [PATCH 14/19] Managa_ro(): free() mdi before exiting
` [PATCH 15/19] Manage_runstop(): Avoid memory leak
` [PATCH 16/19] Monitor(): free allocated memory on exit
` [PATCH 17/19] bitmap_fd_read(): fix memory leak
` [PATCH 18/19] validate_geometry_imsm_volume(): Avoid NULL pointer dereference
` [PATCH 19/19] make_parts(): Avoid false positive security warning
[md PATCH 1/1] add display of hours remaining to finish resync
2011-11-01 23:35 UTC (3+ messages)
Question about mdadm commit d6508f0cfb60edf07b36f1532eae4d9cddf7178b "be more careful about add attempts"
2011-11-01 22:52 UTC (8+ messages)
with raid-6 any writes access all disks
2011-11-01 22:22 UTC (8+ messages)
[PANIC] : kernel BUG at drivers/md/raid5.c:2756!
2011-11-01 6:29 UTC (4+ messages)
[PATCH 0/3] Remove dead code
2011-11-01 6:22 UTC (6+ messages)
` [PATCH 1/3] conf_match(): "
` [PATCH 2/3] conf_watch(): More dead code removal
` [PATCH 3/3] Kill(): Remove redundant check and dead code
[PATCH] kill-subarray: fix, IMSM cannot kill-subarray with unsupported metadata
2011-11-01 4:48 UTC (4+ messages)
[PATCH 00/11] Memory/resource leaks and unchecked return fixes
2011-11-01 3:57 UTC (13+ messages)
` [PATCH 01/11] Fix memory leaks in reshape_array()
` [PATCH 02/11] Fix memory leak
` [PATCH 03/11] "
` [PATCH 04/11] Fix memory leak of 'st3' in array_try_spare()
` [PATCH 05/11] partition_try_spare() use closedir() to release DIR * returned by opendir()
` [PATCH 06/11] Fix memory leak
` [PATCH 07/11] Add missing return in case of trying to grow sub-array
` [PATCH 08/11] Avoid memory leak
` [PATCH 09/11] policy_add(): Add missing va_end()
` [PATCH 10/11] Write_rules(): Avoid stack corruption if using extremely long udev pathname
` [PATCH 11/11] mdmon(): Error out if failing to connect to victim monitor
raid(1) and block caching
2011-10-31 18:53 UTC (6+ messages)
[PATCH 0/2] Misc fixes
2011-10-31 7:41 UTC (5+ messages)
` [PATCH 1/2] Avoid use after free
` [PATCH 2/2] Avoid stack overflow if GPT partition entries on disk are > 128 bytes
PULL REQUEST - serious md/RAID10 bug in 3.1 when activating a hot-spare
2011-10-31 6:10 UTC (5+ messages)
Unable to restart reshape
2011-10-30 22:15 UTC (7+ messages)
Hello
2011-10-28 11:20 UTC
Lost mdadm RAID6 array and tried everything, hoping for any other suggestions you may have
2011-10-28 0:08 UTC (3+ messages)
[md PATCH 00/16] hot-replace support for RAID4/5/6
2011-10-27 20:53 UTC (25+ messages)
` [md PATCH 04/16] md: change hot_remove_disk to take an rdev rather than a number
` [md PATCH 01/16] md: refine interpretation of "hold_active == UNTIL_IOCTL"
` [md PATCH 02/16] md: take after reference to mddev during sysfs access
` [md PATCH 03/16] md: remove test for duplicate device when setting slot number
` [md PATCH 13/16] md/raid5: handle activation of replacement device when recovery completes
` [md PATCH 12/16] md/raid5: detect and handle replacements during recovery
` [md PATCH 10/16] md/raid5: allow removal for failed replacement devices
` [md PATCH 09/16] md/raid5: preferentially read from replacement device if possible
` [md PATCH 06/16] md/raid5: allow each slot to have an extra replacement device
` [md PATCH 07/16] md/raid5: raid5.h cleanup
` [md PATCH 11/16] md/raid5: writes should get directed to replacement as well as original
` [md PATCH 05/16] md: create externally visible flags for supporting hot-replace
` [md PATCH 08/16] md/raid5: remove redundant bio initialisations
` [md PATCH 14/16] md/raid5: recognise replacements when assembling array
` [md PATCH 16/16] md/raid5: Mark device replaceable when we see a write error
` [md PATCH 15/16] md/raid5: If there is a spare and a replaceable device, start replacement
Auto-assembling RAID6 over RAID0?
2011-10-27 18:59 UTC (2+ messages)
[PATCH] GCC compile fix: remove calculation of unused variable 'reservation'
2011-10-27 8:01 UTC (5+ messages)
[PATCH 00/13] Add missing handling of malloc() failure
2011-10-27 7:39 UTC (16+ messages)
` [PATCH 01/13] count_active() catch "
` [PATCH 02/13] Catch malloc() failures
` [PATCH 03/13] Try to catch malloc() failures in Assemble.c
` [PATCH 04/13] Attempt to catch malloc() failure in Detail.c
` [PATCH 05/13] Handle malloc() failure in Examine.c
` [PATCH 06/13] Handle malloc() errors in Manage.c
` [PATCH 07/13] Fix malloc() failure handling in Monitor.c
` [PATCH 08/13] Handle malloc() failures in devline()
` [PATCH 09/13] Fix malloc handling in dlink.c
` [PATCH 10/13] Handle malloc() failure in Grow.c
` [PATCH 11/13] Handle malloc() failure in mdopen.c
` [PATCH 12/13] Handle malloc() failure in mdstat.c
` [PATCH 13/13] Catch malloc() failure
[PATCH] FIX: Close unused handle in child process during reshape restart
2011-10-27 4:50 UTC (2+ messages)
PULL REQUEST md updates for 3.2
2011-10-26 0:00 UTC
[PATCH] util.c: two typos fixed
2011-10-25 21:50 UTC (2+ messages)
Rotating RAID 1
2011-10-25 21:47 UTC (9+ messages)
mdadm r/w operations without TEMP_FAILURE_RETRY()
2011-10-25 21:28 UTC (3+ messages)
Bad block management - which mdadm?
2011-10-24 22:46 UTC (2+ messages)
Converting from Raid 5 to 6
2011-10-24 20:47 UTC (9+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).