linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-11-01 15:09:23 to 2011-11-11 00:15:20 UTC [more...]

unable to recover RAID 5 due to bad block
 2011-11-11  0:15 UTC  (11+ messages)
      ` unable to recover RAID 5 due to bad block [solved]

Raid Problem - Unknown File System Type
 2011-11-10 16:32 UTC  (15+ messages)

[PATCH] imsm: fix: Allowed to create 2 volumes with total size less then maximum
 2011-11-10 13:30 UTC  (2+ messages)

[PATCH] imsm: control number of active imsm volumes in the system
 2011-11-10 12:17 UTC 

Intel RAID problems
 2011-11-10 10:29 UTC  (2+ messages)

[PATCH] kill-subarray: fix, IMSM cannot kill-subarray with unsupported metadata
 2011-11-10 10:00 UTC  (7+ messages)

[PATCH] imsm: control number of active imsm volumes in the system
 2011-11-09 23:04 UTC  (2+ messages)

mini change of raid5.c
 2011-11-09 22:15 UTC  (2+ messages)

mdraid write performance in different kernels up to 3.0, 3.0 shows huge improvement
 2011-11-09 21:58 UTC  (2+ messages)

All kinds of things on RAID/mdadm
 2011-11-09 21:56 UTC  (4+ messages)

PULL REQUEST - md bugfixes for 3.2-rc
 2011-11-09  0:44 UTC 

Question about mdadm commit d6508f0cfb60edf07b36f1532eae4d9cddf7178b "be more careful about add attempts"
 2011-11-08 23:41 UTC  (10+ messages)

systemd kills mdmon if it was started manually by user
 2011-11-08 23:27 UTC  (36+ messages)
      ` [systemd-devel] "

Auto-assembling RAID6 over RAID0?
 2011-11-08 11:37 UTC  (2+ messages)

Impending failure?
 2011-11-08  0:04 UTC  (12+ messages)

Error when compiling drivers/md/dm-bufio.c
 2011-11-07 20:27 UTC  (10+ messages)
` [dm-devel] "

Working TRIM for md RAID
 2011-11-07 20:15 UTC  (3+ messages)

Special drives for Linux Raid?
 2011-11-07 18:28 UTC  (5+ messages)

documentation for echo check > /dev/mdX, etc
 2011-11-07 17:22 UTC  (2+ messages)

[PATCH] fix: Allowed to assemble 2 volumes with the same names from config file
 2011-11-07  8:34 UTC  (3+ messages)

[PATCH] md/raid5: STRIPE_ACTIVE has lock semantics, add barriers
 2011-11-07  1:39 UTC  (2+ messages)

[PATCH] imsm: fix: add support for OLCE and migration to imsm_count_failed
 2011-11-07  1:30 UTC  (2+ messages)

[PATCH 1/2] FIX: mdmon doesn't start
 2011-11-07  0:47 UTC  (4+ messages)
` [PATCH 2/2] FIX: Do not continue container reshape when mdmon is absent

[PATCH] dm-ioctl: Don't leak memory in target_message() if 'argc' is NULL
 2011-11-06 22:20 UTC 

[PANIC] : kernel BUG at drivers/md/raid5.c:2756!
 2011-11-06 22:12 UTC  (8+ messages)

potentially lost largeish raid5 array
 2011-11-06 21:58 UTC  (9+ messages)

[PATCH 00/12] More leak and NULL pointer dereference fixes
 2011-11-03 12:40 UTC  (15+ 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 21:58 UTC  (18+ messages)
` [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

yuming wu shared photos with you
 2011-11-02 17:00 UTC 

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

[md PATCH 00/17] hot-replace support for RAID1 and RAID10
 2011-11-02  5:25 UTC  (18+ messages)
` [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 04/17] md/raid10: allow removal of failed replacement devices
` [md PATCH 01/17] md/raid10: prepare data structures for handling replacement
` [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 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 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 15/17] md/raid1: recognise replacements when assembling arrays
` [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)

with raid-6 any writes access all disks
 2011-11-01 22:22 UTC  (7+ 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).