linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-08-30 02:30:16 to 2009-09-13 22:49:35 UTC [more...]

RAID mirror, resyncing from bad disk
 2009-09-13 22:49 UTC  (3+ messages)

What's in async_tx.git/next for 2.6.32?
 2009-09-13 17:16 UTC  (3+ messages)

Assemble array: failed to create bitmap (-5)
 2009-09-12  1:43 UTC 

Raid 5 Read performance
 2009-09-11 18:22 UTC  (3+ messages)

Array Power Management
 2009-09-11 12:27 UTC  (9+ messages)

sync_action missing in action in linux-2.6.12 ?
 2009-09-11  4:05 UTC  (3+ messages)

Raid5 Read Perf drop in 2.6.27
 2009-09-10 23:55 UTC  (9+ messages)

Port Multipliers
 2009-09-10 19:14 UTC  (10+ messages)

mdadm and TLER (Time Limited Error Recovery)
 2009-09-10  9:46 UTC  (11+ messages)

Software Raid 5 work on ROOT ?
 2009-09-09 16:57 UTC  (6+ messages)

Adaptec 1430SA
 2009-09-09  8:58 UTC  (14+ messages)

mdadm --wait doesn't (part II) [was: Re: question about bitmaps and dirty percentile]
 2009-09-08 22:21 UTC  (2+ messages)

mdadm /dev/md0 --detail returns nothing / no LUKS partition
 2009-09-08 21:20 UTC  (3+ messages)

Can md/mdadm deal with non-standard size of internal bitmap?
 2009-09-08 13:44 UTC 

2 Disks Jumped Out While Reshaping RAID5
 2009-09-07 16:34 UTC  (9+ messages)

Software, Raid 5, Different Size Drives
 2009-09-07 10:52 UTC  (3+ messages)

[PATCH 00/18] ioatdma: raid5/raid6 offload support
 2009-09-06  5:33 UTC  (20+ messages)
` [PATCH 01/18] dmaengine: add fence support
` [PATCH 02/18] dmaengine, async_tx: add a "no channel switch" allocator
` [PATCH 03/18] dmaengine: cleanup unused transaction types
` [PATCH 04/18] dmaengine, async_tx: support alignment checks
` [PATCH 05/18] ioat2+: add fence support
` [PATCH 06/18] ioat3: hardware version 3.2 register / descriptor definitions
` [PATCH 07/18] ioat3: split ioat3 support to its own file, add memset
` [PATCH 08/18] ioat: add 'ioat' sysfs attributes
` [PATCH 09/18] ioat3: enable dca for completion writes
` [PATCH 10/18] ioat3: xor support
` [PATCH 11/18] ioat3: xor self test
` [PATCH 12/18] ioat3: pq support
` [PATCH 13/18] ioat3: support xor via pq descriptors
` [PATCH 14/18] ioat3: interrupt descriptor support
` [PATCH 15/18] ioat3: ioat3.2 pci ids for Jasper Forest
` [PATCH 16/18] ioat3: segregate raid engines
` [PATCH 17/18] Add MODULE_DEVICE_TABLE() so ioatdma module is autoloaded
` [PATCH 18/18] I/OAT: Convert to PCI_VDEVICE()

Western Digital RE3: Raid Failure
 2009-09-05 12:22 UTC  (12+ messages)

Advice on reassembling after hard crash
 2009-09-04 23:17 UTC  (2+ messages)

[PATCH 00/29] ioatdma: towards raid support
 2009-09-04 19:42 UTC  (31+ messages)
` [PATCH 01/29] ioat: move to drivers/dma/ioat/
` [PATCH 02/29] ioat: move definitions to dma.h
` [PATCH 03/29] ioat: convert ioat_probe to pcim/devm
` [PATCH 04/29] ioat: cleanup some long deref chains and 80 column collisions
` [PATCH 05/29] ioat: kill function prototype ifdef guards
` [PATCH 06/29] ioat: split ioat_dma_probe into core/version-specific routines
` [PATCH 07/29] ioat: fix type mismatch for ->dmacount
` [PATCH 08/29] ioat: define descriptor control bit-field
` [PATCH 09/29] ioat1: move descriptor allocation from submit to prep
` [PATCH 10/29] ioat: fix self test interrupts
` [PATCH 11/29] ioat: prepare the code for ioat[12]_dma_chan split
` [PATCH 12/29] ioat2,3: convert to a true ring buffer
` [PATCH 13/29] ioat1: kill unused unmap parameters
` [PATCH 14/29] ioat: add some dev_dbg() calls
` [PATCH 15/29] ioat: cleanup completion status reads
` [PATCH 16/29] ioat: ignore reserved bits for chancnt and xfercap
` [PATCH 17/29] ioat: preserve chanctrl bits when re-arming interrupts
` [PATCH 18/29] ioat: ___devinit annotate the initialization paths
` [PATCH 19/29] ioat1: trim ioat_dma_desc_sw
` [PATCH 20/29] ioat: switch watchdog and reset handler from workqueue to timer
` [PATCH 21/29] ioat2,3: dynamically resize descriptor ring
` [PATCH 22/29] net_dma: poll for a descriptor after allocation failure
` [PATCH 23/29] dw_dmac: implement a private tx_list
` [PATCH 24/29] fsldma: "
` [PATCH 25/29] iop-adma: "
` [PATCH 26/29] ioat: "
` [PATCH 27/29] mv_xor: "
` [PATCH 28/29] dmaengine: kill tx_list
` [PATCH 29/29] ioat2, 3: cacheline align software descriptor allocations

NEWBIE Q: expanding hardware RAID
 2009-09-03 17:43 UTC  (10+ messages)

Converting ext3 to RAID1 
 2009-09-03 15:55 UTC  (4+ messages)

Unbalanced reads of RAID10
 2009-09-02 21:27 UTC  (4+ messages)

(unknown)
 2009-09-02 18:46 UTC 

(unknown)
 2009-09-02 18:46 UTC 

RAID 5 recovery to not degrade device on bad block
 2009-09-02 17:36 UTC  (7+ messages)
  ` Write intent bitmaps

[PATCH v2 0/9] Asynchronous raid6 acceleration (part 3 of 3)
 2009-08-31 17:23 UTC  (11+ messages)
` [PATCH v2 1/9] md/raid5: factor out mark_uptodate from ops_complete_compute5
` [PATCH v2 2/9] md/raid6: asynchronous raid6 operations
` [PATCH v2 3/9] md/raid5, 6: common schedule_reconstruction for raid5/6
` [PATCH v2 4/9] md/raid6: asynchronous handle_stripe_fill6
` [PATCH v2 5/9] md/raid6: asynchronous handle_stripe_dirtying6
` [PATCH v2 6/9] md/raid6: asynchronous handle_parity_check6
` [PATCH v2 7/9] md/raid6: asynchronous handle_stripe6
` [PATCH v2 8/9] md/raid6: remove synchronous infrastructure
` [PATCH v2 9/9] md/raid456: distribute raid processing over multiple cores

[PATCH v2 0/4] Asynchronous raid6 acceleration (part 2 of 3)
 2009-08-31 15:40 UTC  (5+ messages)
` [PATCH v2 1/4] iop-adma: cleanup iop_adma_run_tx_complete_actions
` [PATCH v2 2/4] iop-adma: fix lockdep false positive
` [PATCH v2 3/4] iop-adma: P+Q support for iop13xx adma engines
` [PATCH v2 4/4] iop-adma: P+Q self test

[PATCH v3 00/14] Asynchronous raid6 acceleration (part 1 of 3)
 2009-08-30  2:31 UTC  (13+ messages)
` [PATCH v3 03/14] async_tx: structify submission arguments, add scribble
` [PATCH v3 04/14] async_xor: permit callers to pass in a 'dma/page scribble' region
` [PATCH v3 05/14] md/raid6: release spare page at ->stop()
` [PATCH v3 06/14] md/raid6: move the spare page to a percpu allocation
` [PATCH v3 07/14] md/raid5, 6: add percpu scribble region for buffer lists
` [PATCH v3 08/14] async_tx: add sum check flags
` [PATCH v3 09/14] async_tx: kill needless module_{init|exit}
` [PATCH v3 10/14] async_tx: remove walk of tx->parent chain in dma_wait_for_async_tx
` [PATCH v3 11/14] async_tx: add support for asynchronous GF multiplication
` [PATCH v3 12/14] async_tx: add support for asynchronous RAID6 recovery operations
` [PATCH v3 13/14] dmatest: add pq support
` [PATCH v3 14/14] async_tx: raid6 recovery self test


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