1. 19 Dec, 2009 1 commit
  2. 17 Dec, 2009 2 commits
    • Dan Williams's avatar
      async_tx: expand async raid6 test to cover ioatdma corner case · e02a0e47
      Dan Williams authored
      Add explicit 11 and 12 disks cases to exercise the 0 < src_cnt % 8 < 3
      corner case in the ioatdma driver.
      Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
      e02a0e47
    • Dan Williams's avatar
      ioat3: fix p-disabled q-continuation · cd78809f
      Dan Williams authored
      When continuing a pq calculation the driver needs 3 extra sources.  The
      driver can perform a 3 source calculation with a single descriptor, but
      needs an extended descriptor to process up to 8 sources in one
      operation.  However, in the p-disabled case only one extra source is
      needed.  When continuing a p-disabled operation there are occasions
      (i.e. 0 < src_cnt % 8 < 3) where the tail operation does not need an
      extended descriptor.  Properly account for this fact otherwise invalid
      'dmacount' values will be written to hardware usually causing the
      channel to halt with 'invalid descriptor' errors.
      
      Cc: <stable@kernel.org>
      Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
      cd78809f
  3. 03 Dec, 2009 1 commit
  4. 02 Dec, 2009 26 commits
  5. 01 Dec, 2009 10 commits