1. 13 4月, 2006 2 次提交
  2. 29 3月, 2006 1 次提交
  3. 28 2月, 2006 1 次提交
  4. 08 2月, 2006 1 次提交
  5. 05 2月, 2006 3 次提交
  6. 13 1月, 2006 4 次提交
  7. 11 1月, 2006 1 次提交
  8. 02 12月, 2005 1 次提交
  9. 10 11月, 2005 2 次提交
  10. 07 11月, 2005 2 次提交
  11. 29 10月, 2005 6 次提交
  12. 17 10月, 2005 1 次提交
    • S
      [SCSI] Fix aacraid regression · 7a9366e4
      Salyzyn, Mark 提交于
      Juan was kind enough to linger on site, and work on a production
      machine, to try the parameter to make the system stable. He discovered
      that reducing the maximum transfer size issued to the adapter to 128KB
      stabilized his system. This is related to an earlier change for the
      2.6.13 tree resulting from Martin Drab's testing where the transfer size
      was reduced from 4G to 256KB; we needed to go still further in scaling
      back the request size.
      
      Here is the patch that tames this regression.
      Signed-off-by: NMark Salyzyn <aacraid@adaptec.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      7a9366e4
  13. 15 10月, 2005 1 次提交
  14. 27 9月, 2005 7 次提交
  15. 05 9月, 2005 1 次提交
  16. 29 8月, 2005 1 次提交
  17. 09 8月, 2005 1 次提交
  18. 08 8月, 2005 1 次提交
    • J
      [SCSI] aacraid: correct use of cmd->timeout field · 5262d085
      James Bottomley 提交于
      The cmd->timeout field has been obsolete for a while now.  While looking
      to remove it, I came across this use in the aacraid driver.  It looks
      like you want to initialise the firmware with the current timeout of the
      command (in seconds), so the value I think you should be using is
      cmd->timeout_per_command.
      
      Acked by: Mark Haverkamp <markh@osdl.org>
      Acked by: Mark Salyzyn <mark_salyzyn@adaptec.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      5262d085
  19. 06 8月, 2005 3 次提交
    • M
      [SCSI] aacraid: sgraw command support · 0e68c003
      Mark Haverkamp 提交于
      Received from Mark Salyzyn from Adaptec:
      
      This patch adds support for the new raw io command. This new command
      offers much larger io commands, is more friendly to the internal firmware
      structure requiring less translation efforts by the firmware and offers
      support for targets greater than 2TB (patch to support >2TB will
      be sent in the future).
      Signed-off-by: NMark Haverkamp <markh@osdl.org>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      0e68c003
    • M
      [SCSI] aacraid: aif registration timeout fix · 12a26d08
      Mark Haverkamp 提交于
      Received from Mark Salyzyn from Adaptec:
      
      If the Adapter is quiet and does not produce an AIF event packets to be
      picked up by the management applications for longer than the timeout
      interval of two minutes, the cleanup code that deals with aging out
      registrants could erroneously drop the registration. The timeout is
      there to clean up should the management application die and fail to poll
      for updated AIF event packets.
      
      Moving the timer update from the ioctl code that delivers an AIF to the
      polling registrant to the bottom of the ioctl means the timeout is reset
      with any management application polling activity regardless if an AIF is
      delivered or not removing the erroneous timeout cleanups.
      Signed-off-by: NMark Haverkamp <markh@osdl.org>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      12a26d08
    • M
      [SCSI] aacraid: remove duplicate io callback code · e53cb35a
      Mark Haverkamp 提交于
      Received from Mark Salyzyn from Adaptec:
      
      This patch removes the duplicate code in the write_callback command
      completion handler, and renames read_callback to io_callback. Optimized
      the lba calculation into the debug print routine macro to optimize the
      i/o code path.
      Signed-off-by: NMark Haverkamp <markh@osdl.org>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      e53cb35a