async_tx: add support for asynchronous RAID6 recovery operations
[safe/jmp/linux-2.6] / include / linux / async_tx.h
2009-08-30 Dan Williamsasync_tx: add support for asynchronous RAID6 recovery...
2009-08-30 Dan Williamsasync_tx: add support for asynchronous GF multiplication
2009-08-30 Dan Williamsasync_tx: remove walk of tx->parent chain in dma_wait_f...
2009-08-30 Dan Williamsasync_tx: add sum check flags
2009-06-03 Dan Williamsasync_tx: structify submission arguments, add scribble
2009-06-03 Dan Williamsasync_tx: kill ASYNC_TX_DEP_ACK flag
2009-04-08 Dan Williamsasync_tx: rename zero_sum to val
2009-03-25 Dan Williamsasync_tx: provide __async_inline for HAS_DMA=n archs
2009-01-06 Dan Williamsdmaengine: provide a common 'issue_pending_all' impleme...
2009-01-06 Dan Williamsdmaengine: remove dependency on async_tx
2008-07-18 Dan Williamsasync_tx: remove depend_tx from async_tx_sync_epilog
2008-07-18 Dan Williamsasync_tx: export async_tx_quiesce
2008-02-06 Dan Williamsasync_tx: allow architecture specific async_tx_find_cha...
2008-02-06 Dan Williamsasync_tx: kill ASYNC_TX_ASSUME_COHERENT
2007-07-20 Dan Williamsasync_tx: fix kmap_atomic usage in async_memcpy
2007-07-13 Dan Williamsasync_tx: add the async_tx api