linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-10-26 01:43:01 to 2011-11-02 15:21:39 UTC [more...]

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

[PATCH 00/12] More leak and NULL pointer dereference fixes
 2011-11-02 14:42 UTC  (13+ messages)
` [PATCH 01/12] mdadm: add missing break for UpdateSubarray
` [PATCH 02/12] ping_monitor(): check file descriptor is valid before using and closing it
` [PATCH 03/12] mdstat_read(): Check return value of dup() before using file descriptor
` [PATCH 04/12] get_component_size(): Check read() return value for error before using it
` [PATCH 05/12] array_try_spare(): open_dev() returns -1 on error, not zero
` [PATCH 06/12] disk_init_and_add(): Fail if opening sysfs file descriptors fail
` [PATCH 07/12] close_aa(): Verify file descriptors are valid before trying to close them
` [PATCH 08/12] ahci_enumerate_ports(): Don't close fd that failed to open
` [PATCH 09/12] unblock_monitor(): Check sra is valid before dereferencing
` [PATCH 10/12] Manage_ro(): Check pointer rather than dereferencing it
` [PATCH 11/12] fd2devname(): Don't dereference NULL pointer
` [PATCH 12/12] match_metadata_desc(): Fix memory leak

[PATCH 00/19] More fixes for resource leaks and warnings
 2011-11-02 14:39 UTC  (23+ 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

possibly silly question (raid failover)
 2011-11-02 13:17 UTC  (27+ messages)

[md PATCH 00/17] hot-replace support for RAID1 and RAID10
 2011-11-02  5:25 UTC  (18+ 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 02/17] md/raid10: change read_balance to return an rdev
` [md PATCH 01/17] md/raid10: prepare data structures for handling replacement
` [md PATCH 08/17] md/raid10: Allow replacement device to be replace old drive
` [md PATCH 09/17] md/raid10: recognise replacements when assembling array
` [md PATCH 14/17] md/raid1: handle activation of replacement device when recovery completes
` [md PATCH 11/17] md/raid1: Replace use of mddev->raid_disks with conf->raid_disks
` [md PATCH 05/17] md/raid10: writes should get directed to replacement as well as original
` [md PATCH 15/17] md/raid1: recognise replacements when assembling arrays
` [md PATCH 13/17] md/raid1: Allow a failed replacement device to be removed
` [md PATCH 10/17] md/raid10: If there is a spare and a replaceable device, start replacement
` [md PATCH 06/17] md/raid10: Handle replacement devices during resync
` [md PATCH 12/17] md/raid1: Allocate spare to store replacement devices and their bios
` [md PATCH 07/17] md/raid10: handle recovery of replacement devices
` [md PATCH 17/17] md/raid1: Mark device replaceable when we see a write error
` [md PATCH 16/17] md/raid1: If there is a spare and a replaceable device, start replacement

[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  (16+ messages)
` [md PATCH 13/16] md/raid5: handle activation of replacement device when recovery completes
` [md PATCH 10/16] md/raid5: allow removal for failed replacement devices
` [md PATCH 11/16] md/raid5: writes should get directed to replacement as well as original
` [md PATCH 14/16] md/raid5: recognise replacements when assembling array
` [md PATCH 12/16] md/raid5: detect and handle replacements during recovery
` [md PATCH 15/16] md/raid5: If there is a spare and a replaceable device, start replacement
` [md PATCH 16/16] md/raid5: Mark device replaceable when we see a write error

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)


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