messages from 2009-08-21 13:27:06 to 2009-09-04 06:45:05 UTC [more...]
[PATCH 00/18] ioatdma: raid5/raid6 offload support
2009-09-04 6:45 UTC (7+ 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 00/29] ioatdma: towards raid support
2009-09-04 2:32 UTC (30+ 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 (6+ messages)
Western Digital RE3: Raid Failure
2009-09-03 12:28 UTC (10+ 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 (15+ messages)
` [PATCH v3 01/14] async_tx: rename zero_sum to val
` [PATCH v3 02/14] async_tx: kill ASYNC_TX_DEP_ACK flag
` [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
Shared RAID Setup
2009-08-29 12:40 UTC
Minor typo in ReadMe.c
2009-08-27 20:05 UTC
md check sync_action causes gnome-panel to grow at 1-3MB/s
2009-08-27 13:29 UTC
RAID10 Layouts
2009-08-27 12:47 UTC (22+ messages)
` Help
Raid 5 - not clean and then a failure
2009-08-26 20:35 UTC (16+ messages)
linux disk access when idle
2009-08-26 19:45 UTC (23+ messages)
LVM cannot stop/remove LV, cannot stop/delete dead RAID situation
2009-08-26 12:20 UTC (3+ messages)
man mdadm regarding --assume-clean says it's OK to use with RAID1 or 10, when creating:
2009-08-26 0:25 UTC (8+ messages)
md tries to assemble md_d0 instead of md0
2009-08-24 6:10 UTC (4+ messages)
RAID5 reshape past 100%
2009-08-24 1:23 UTC (5+ messages)
raid array not auto restarting
2009-08-23 16:19 UTC (4+ messages)
Growing raid 5: Failed to reshape
2009-08-22 4:55 UTC (9+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).