1. 11 3月, 2008 1 次提交
  2. 05 3月, 2008 4 次提交
  3. 15 2月, 2008 1 次提交
  4. 07 2月, 2008 12 次提交
  5. 25 1月, 2008 6 次提交
  6. 09 11月, 2007 1 次提交
  7. 20 10月, 2007 1 次提交
  8. 17 10月, 2007 3 次提交
  9. 16 10月, 2007 1 次提交
  10. 13 10月, 2007 1 次提交
  11. 10 10月, 2007 1 次提交
  12. 24 7月, 2007 1 次提交
  13. 18 7月, 2007 5 次提交
  14. 13 7月, 2007 1 次提交
    • D
      xor: make 'xor_blocks' a library routine for use with async_tx · 685784aa
      Dan Williams 提交于
      The async_tx api tries to use a dma engine for an operation, but will fall
      back to an optimized software routine otherwise.  Xor support is
      implemented using the raid5 xor routines.  For organizational purposes this
      routine is moved to a common area.
      
      The following fixes are also made:
      * rename xor_block => xor_blocks, suggested by Adrian Bunk
      * ensure that xor.o initializes before md.o in the built-in case
      * checkpatch.pl fixes
      * mark calibrate_xor_blocks __init, Adrian Bunk
      
      Cc: Adrian Bunk <bunk@stusta.de>
      Cc: NeilBrown <neilb@suse.de>
      Cc: Herbert Xu <herbert@gondor.apana.org.au>
      Signed-off-by: NDan Williams <dan.j.williams@intel.com>
      685784aa
  15. 24 5月, 2007 1 次提交