1. 23 8月, 2005 4 次提交
  2. 12 8月, 2005 2 次提交
  3. 11 8月, 2005 4 次提交
  4. 10 8月, 2005 1 次提交
  5. 09 8月, 2005 2 次提交
  6. 05 8月, 2005 1 次提交
    • J
      [SCSI] fix aic7xxx performance issues since 2.6.12-rc2 · fdd0edf2
      James Bottomley 提交于
      Several people noticed we dropped quite a bit on benchmark figures.
      OK, it was my fault but unfortunately I discovered I ran out of brown
      paper bags a while ago and forgot to reorder them.
      
      The issue is that a construct introduced in the conversion of the
      driver to use the transport class keyed off whether the block request
      was tagged or not.  However, the aic7xxx driver doesn't properly set
      up the block layer TCQ (it uses the wrong API), so the driver now
      things all requests are untagged and we keep it to a queue depth of a
      single element.  Oops.
      
      The fix is to use the correct TCQ API.
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      fdd0edf2
  7. 02 8月, 2005 5 次提交
  8. 01 8月, 2005 1 次提交
  9. 31 7月, 2005 2 次提交
  10. 30 7月, 2005 2 次提交
  11. 29 7月, 2005 1 次提交
  12. 28 7月, 2005 5 次提交
  13. 27 7月, 2005 3 次提交
    • L
      Fix compiler warning in qla_iocb.c · db776a14
      Linus Torvalds 提交于
      Remove bogus initialization that was re-done (correctly) later.
      db776a14
    • A
      [PATCH] qla2xxx: Kconfig dependency fix · a6fa657b
      Andrew Morton 提交于
      *** Warning: "fc_remote_port_block" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "scsi_is_fc_rport" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_remote_port_unblock" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_remote_port_rolechg" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_release_transport" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_remove_host" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_remote_port_add" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_attach_transport" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      
      Cc: James Bottomley <James.Bottomley@steeleye.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      a6fa657b
    • A
      [PATCH] qla: remove anonymous union · 9a168bdd
      Andrew Morton 提交于
      Older gcc's dont support anonymous unions, so this driver gets hundreds of
      error.
      
      Fortunately the fix is easy...
      
      Cc: James Bottomley <James.Bottomley@steeleye.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      9a168bdd
  14. 14 7月, 2005 7 次提交