aboutsummaryrefslogtreecommitdiff
path: root/crypto/async_tx
AgeCommit message (Expand)Author
2010-08-09Merge branch 'async' of macbook:git/btrfs-unstableDavid Woodhouse
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2010-05-17async_tx: trim dma_async_tx_descriptor in 'no channel switch' caseDan Williams
2010-05-05raid6: fix recovery performance regressionDan Williams
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-17async_tx: expand async raid6 test to cover ioatdma corner caseDan Williams
2009-11-19async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams
2009-10-29async_tx: Move ASYNC_RAID6_TEST option to crypto/async_tx/, fix dependenciesDavid Woodhouse
2009-10-19async_tx: fix asynchronous raid6 recovery for ddf layoutsDan Williams
2009-10-19async_pq: rename scribble pageDan Williams
2009-10-19async_pq: kill a stray dma_map() call and other cleanupsDan Williams
2009-10-16raid6/async_tx: handle holes in block list in async_syndrome_valNeilBrown
2009-10-16md/async: don't pass a memory pointer as a page pointer.NeilBrown
2009-09-21async_tx/raid6: add missing dma_unmap calls to the async fail caseDan Williams
2009-09-16raid6test: fix stack overflowDan Williams
2009-09-08dmaengine, async_tx: support alignment checksDan Williams
2009-09-08dmaengine, async_tx: add a "no channel switch" allocatorDan Williams
2009-09-08dmaengine: add fence supportDan Williams
2009-08-29async_tx: raid6 recovery self testDan Williams
2009-08-29async_tx: add support for asynchronous RAID6 recovery operationsDan Williams
2009-08-29async_tx: add support for asynchronous GF multiplicationDan Williams
2009-08-29async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams
2009-08-29async_tx: kill needless module_{init|exit}Dan Williams
2009-08-29async_tx: add sum check flagsDan Williams
2009-06-03async_xor: permit callers to pass in a 'dma/page scribble' regionDan Williams
2009-06-03async_tx: structify submission arguments, add scribbleDan Williams
2009-06-03async_tx: kill ASYNC_TX_DEP_ACK flagDan Williams
2009-04-08async_tx: rename zero_sum to valDan Williams
2009-03-25dmaengine: allow dma support for async_tx to be toggledDan Williams
2009-03-25async_tx: provide __async_inline for HAS_DMA=n archsDan Williams
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getDan Williams
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams
2009-01-05dmaengine: remove dependency on async_txDan Williams
2008-12-08async_xor: dma_map destination DMA_BIDIRECTIONALDan Williams
2008-09-13async_tx: make async_tx_run_dependencies() easier to readDan Williams
2008-09-05async_tx: fix the bug in async_tx_run_dependenciesYuri Tikhonov
2008-08-05async_tx: fix missing braces in async_xor_zero_sumDan Williams
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Linus Torvalds
2008-07-17async_tx: remove depend_tx from async_tx_sync_epilogDan Williams
2008-07-17async_tx: export async_tx_quiesceDan Williams
2008-07-17async_tx: fix handling of the "out of descriptor" condition in async_xorDan Williams
2008-07-17async_tx: ensure the xor destination buffer remains dma-mappedDan Williams
2008-07-17async_tx: list_for_each_entry_rcu() cleanupLi Zefan
2008-07-08async_tx: fix async_memset compile errorDan Williams
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams
2008-04-17async_tx: fix multiple dependency submissionDan Williams
2008-03-18async_tx: avoid the async xor_zero_sum path when src_cnt > device->max_xorDan Williams