linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-01-13 22:29:16 to 2007-02-09 07:16:00 UTC [more...]

[md] RAID6: clean up CPUID and FPU enter/exit code
 2007-02-09  7:16 UTC 

mdadm RAID5 array failure
 2007-02-09  3:26 UTC  (2+ messages)

mdadm RAID5 array failure
 2007-02-08  3:57 UTC  (2+ messages)

[RFC][PATCH 00/12] md raid acceleration and performance analysis
 2007-02-07 22:36 UTC  (2+ messages)

[PATCH] md: Avoid possible BUG_ON in md bitmap handling
 2007-02-07 22:28 UTC 

Move superblock on partition resize?
 2007-02-07 18:50 UTC  (2+ messages)

Could "bio_vec" be referenced any time?
 2007-02-07 12:20 UTC  (3+ messages)

[PATCH 2.6.20] drivers/md.c: Use ARRAY_SIZE macro when appropriate
 2007-02-06 16:06 UTC 

inconsitent harddisks, still after checkarray run
 2007-02-05 11:03 UTC 

[patch 05/59] md: pass down BIO_RW_SYNC in raid{1,10}
 2007-02-03  2:35 UTC 

Hot add not supported by version 1.x superblocks?
 2007-01-31 20:16 UTC 

Hot add not supported by version 1.x superblocks?
 2007-01-31 18:58 UTC 

md device on Redhat Linux 3
 2007-01-31  8:06 UTC  (2+ messages)

2.6.20-rc6: known unfixed regressions (part 1)
 2007-01-29 12:58 UTC  (4+ messages)
` 2.6.20-rc6: known regressions with patches

md autodetect only detects one disk in raid1
 2007-01-27 21:39 UTC  (2+ messages)

[PATCH 2.6.20-rc6] md: expose uuid and degraded attributes in sysfs
 2007-01-27  1:59 UTC 

2.6.19.2, cp 18gb_file 18gb_file.2 = OOM killer, 100% reproducible
 2007-01-26 17:50 UTC  (14+ messages)
            ` 2.6.19.2, cp 18gb_file 18gb_file.2 = OOM killer, 100% reproducible (multi-threaded USB no go)

Kernel 2.6.19.2 New RAID 5 Bug (oops when writing Samba -> RAID5)
 2007-01-26 12:31 UTC  (20+ messages)
    ` What is the exacting meaning of Striped_Cache_Size?

2.6.20-rc5: cp 18gb 18gb.2 = OOM killer, reproducible just like 2.16.19.2
 2007-01-26  0:22 UTC  (23+ messages)

Synchronous mdadm --add/--re-add operations
 2007-01-25 22:19 UTC  (2+ messages)

[PATCH] md: Remove unnecessary printk when raid5 gets an unaligned read
 2007-01-25  5:06 UTC 

[PATCH] md: Fix potential memalloc deadlock in md
 2007-01-25  4:19 UTC 

There is an advice
 2007-01-25  3:01 UTC  (2+ messages)

change strip_cache_size freeze the whole raid
 2007-01-25  2:29 UTC  (18+ messages)

Raid-1 to Raid-5 conversion possible?
 2007-01-24 22:39 UTC  (2+ messages)

Ooops on read-only raid5 while unmounting as xfs
 2007-01-24 22:23 UTC  (5+ messages)

2.6.20-rc5: knwon unfixed regressions (v2) (part1)
 2007-01-24 15:46 UTC  (2+ messages)
` 2.6.20-rc5: known unfixed regressions (v3) (part 1)

Always ask me to run fsck...Why?
 2007-01-24 13:18 UTC 

RAID5 Resize Experience
 2007-01-24 10:02 UTC  (2+ messages)
` Nice Sideeffect of growing (was: RAID5 Resize Experience)

[PATCH 000 of 4] md: Introduction - Assorted bugfixes
 2007-01-24  7:27 UTC  (7+ messages)
` [PATCH 001 of 4] md: Update email address and status for MD in MAINTAINERS
` [PATCH 002 of 4] md: Make 'repair' actually work for raid1
` [PATCH 003 of 4] md: Make sure the events count in an md array never returns to zero
` [PATCH 004 of 4] md: Avoid reading past the end of a bitmap file

[patch] md: bitmap read_page error
 2007-01-24  2:39 UTC  (4+ messages)

[PATCH 2.6.20-rc5 01/12] dmaengine: add base support for the async_tx api
 2007-01-23 18:48 UTC  (12+ messages)
` [PATCH 2.6.20-rc5 02/12] dmaengine: add "
` [PATCH 2.6.20-rc5 03/12] md: add raid5_run_ops and support routines
` [PATCH 2.6.20-rc5 04/12] md: use raid5_run_ops for stripe cache operations
` [PATCH 2.6.20-rc5 05/12] md: move write operations to raid5_run_ops
` [PATCH 2.6.20-rc5 06/12] md: move raid5 compute block "
` [PATCH 2.6.20-rc5 07/12] md: move raid5 parity checks "
` [PATCH 2.6.20-rc5 08/12] md: satisfy raid5 read requests via raid5_run_ops
` [PATCH 2.6.20-rc5 09/12] md: use async_tx and raid5_run_ops for raid5 expansion operations
` [PATCH 2.6.20-rc5 10/12] md: move raid5 io requests to raid5_run_ops
` [PATCH 2.6.20-rc5 11/12] md: remove raid5 compute_block and compute_parity5
` [PATCH 2.6.20-rc5 12/12] dmaengine: driver for the iop32x, iop33x, and iop13xx raid engines

[PATCH 01/12] dmaengine: add base support for the async_tx api
 2007-01-23  3:29 UTC  (12+ messages)
` [PATCH 02/12] dmaengine: add "
` [PATCH 03/12] md: add raid5_run_ops and support routines
` [PATCH 04/12] md: use raid5_run_ops for stripe cache operations
` [PATCH 05/12] md: move write operations to raid5_run_ops
` [PATCH 06/12] md: move raid5 compute block "
` [PATCH 07/12] md: move raid5 parity checks "
` [PATCH 08/12] md: satisfy raid5 read requests via raid5_run_ops
` [PATCH 09/12] md: use async_tx and raid5_run_ops for raid5 expansion operations
` [PATCH 10/12] md: move raid5 io requests to raid5_run_ops
` [PATCH 11/12] md: remove raid5 compute_block and compute_parity5
` [PATCH 12/12] dmaengine: driver for the iop32x, iop33x, and iop13xx raid engines

[PATCH] drivers/block/DAC960: Converted 'boolean' to 'bool'
 2007-01-22 10:01 UTC 

bad performance on RAID 5
 2007-01-21 19:09 UTC  (16+ messages)

Problem
 2007-01-21  2:05 UTC 

upgrade to mdadm 2.6 x86_64 issues
 2007-01-19  7:30 UTC  (2+ messages)

[PATCH 00/12] md raid acceleration and the async_tx api
 2007-01-19  1:50 UTC  (2+ messages)

RAID6 reassembly oddities
 2007-01-16 17:44 UTC 

md: bug in file drivers/md/md.c, line 1652
 2007-01-16  7:55 UTC 

raid5 software vs hardware: parity calculations?
 2007-01-16  5:06 UTC  (18+ messages)

FailSpare event?
 2007-01-15 20:08 UTC  (11+ messages)

Man page patch (manage mode options clarification)
 2007-01-14 20:21 UTC 

Man page patch (bold font for option names in MISC MODE section)
 2007-01-14 13:56 UTC 


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