linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-10-16 15:49:22 to 2011-11-01 03:57:15 UTC [more...]

[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

[PATCH 0/3] Remove dead code
 2011-11-01  2:33 UTC  (5+ 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

possibly silly question (raid failover)
 2011-11-01  0:38 UTC 

[PANIC] : kernel BUG at drivers/md/raid5.c:2756!
 2011-10-31 21:29 UTC 

raid(1) and block caching
 2011-10-31 18:53 UTC  (6+ messages)

[PATCH] kill-subarray: fix, IMSM cannot kill-subarray with unsupported metadata
 2011-10-31 16:52 UTC  (3+ messages)

systemd kills mdmon if it was started manually by user
 2011-10-31 11:15 UTC  (11+ messages)
          ` [systemd-devel] "

Question about mdadm commit d6508f0cfb60edf07b36f1532eae4d9cddf7178b "be more careful about add attempts"
 2011-10-31  9:19 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 09/16] md/raid5: preferentially read from replacement device if possible
` [md PATCH 05/16] md: create externally visible flags for supporting hot-replace
` [md PATCH 13/16] md/raid5: handle activation of replacement device when recovery completes
` [md PATCH 11/16] md/raid5: writes should get directed to replacement as well as original
` [md PATCH 10/16] md/raid5: allow removal for failed replacement devices
` [md PATCH 07/16] md/raid5: raid5.h cleanup
` [md PATCH 12/16] md/raid5: detect and handle replacements during recovery
` [md PATCH 14/16] md/raid5: recognise replacements when assembling array
` [md PATCH 06/16] md/raid5: allow each slot to have an extra replacement device
` [md PATCH 08/16] md/raid5: remove redundant bio initialisations
` [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)

with raid-6 any writes access all disks
 2011-10-27 13:05 UTC  (7+ 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)

MD devnode still present after 'remove' udev event, and mdadm reports 'does not appear to be active'
 2011-10-23 22:55 UTC  (12+ messages)

Advice on build a RAID6
 2011-10-22 12:57 UTC  (3+ messages)

[PATCH v2 0/3] Fix mdadm vs udev race in Incremental and Assemble
 2011-10-22  8:22 UTC  (6+ messages)
` [PATCH 1/3] Remove race for starting container devices
` [PATCH 2/3] Don't tell sysfs to launch the container as we are doing it ourselves
` [PATCH 3/3] Hold the map lock while performing Assemble to avoid races with udev

[PATCH 0/2] Fixes metadata while migrating from Raid 0 to Raid 10
 2011-10-22  0:50 UTC  (4+ messages)
` [PATCH 1/2] imsm: Moves metadata update code for spare activation to separate function
` [PATCH 2/2] imsm: fix: Fixes metadata after migration from Raid 0 to Raid 10

How to free devices held captive by failed arrays
 2011-10-21 23:08 UTC  (5+ messages)

mdadm "Used Dev Size" on 3TB drives
 2011-10-21 22:40 UTC  (2+ messages)

[PATCH 0/1] Incremental() additional locking fixes
 2011-10-21 16:21 UTC  (2+ messages)
` [PATCH 1/1] Incremental() lock error handling

[PATCH 1/2] Create() don't leave the lock hanging on error
 2011-10-21 15:15 UTC  (2+ messages)
` [PATCH 2/2] Create() check malloc() return value

[PATCH] array_try_spare(): missing map_unlock()
 2011-10-21 14:07 UTC 

DJ EUROPE shared photos with you
 2011-10-20 15:13 UTC 

[PATCH 0/3] Fix mdadm vs udev race in Incremental and Assemble
 2011-10-20 10:06 UTC  (4+ messages)
` [PATCH 1/3] Remove race for starting container devices
` [PATCH 2/3] Don't tell sysfs to launch the container as we are doing it ourselves
` [PATCH 3/3] Hold the map lock while performing Assemble to avoid races with udev

mdadm help
 2011-10-20  3:12 UTC  (3+ messages)

[PATCH] imsm: fix: prevent segfault in mark_failure
 2011-10-20  2:00 UTC  (2+ messages)

[PATCH] lib/raid6: Fix filename emitted in generated code
 2011-10-20  0:28 UTC  (2+ messages)

[PATCH] imsm: fix: correct debug printing of the volume's name
 2011-10-19 13:16 UTC 

[PATCH] md.c: trivial comment fix
 2011-10-19  6:23 UTC  (2+ messages)

[PATCH] MD: Allow restarting an interrupted incremental recovery
 2011-10-18 23:11 UTC  (7+ messages)

Working TRIM for md RAID
 2011-10-18 20:24 UTC 

[PATCH] fix: imsm: prevent segfault in mark_failure
 2011-10-18 15:04 UTC  (2+ messages)

FW: mdadm r/w operations without TEMP_FAILURE_RETRY()
 2011-10-18  9:28 UTC 

[PATCH 0/1] IMSM do not assume prev + current map in same state means reshape
 2011-10-18  7:36 UTC  (4+ messages)
` [PATCH 1/1] IMSM only run reshape if number of disks has changed

[RFC] MD: Restart an interrupted incremental recovery
 2011-10-17 20:58 UTC  (6+ messages)
` [RFC] MD: Allow restarting "

Potential data rollback/corruption after drive failure and re-appearance
 2011-10-17  6:46 UTC 

[mdadm PATCH 2/2] Fix unterminated buffer after readlink() call
 2011-10-17  0:19 UTC  (2+ messages)

Data recovery from linear array (Intel SS4000-E)
 2011-10-16 18:46 UTC  (8+ messages)


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