1. 19 2月, 2012 2 次提交
  2. 15 12月, 2011 3 次提交
  3. 27 7月, 2011 2 次提交
  4. 01 5月, 2011 1 次提交
  5. 06 9月, 2010 1 次提交
  6. 28 7月, 2010 1 次提交
  7. 17 5月, 2010 1 次提交
  8. 31 12月, 2009 1 次提交
  9. 08 1月, 2009 1 次提交
  10. 30 12月, 2008 1 次提交
    • A
      [SCSI] qla2xxx: add support for multi-queue adapter · 73208dfd
      Anirban Chakraborty 提交于
      Following changes have been made.
      1. qla_hw_data structure holds an array for request queue pointers,
      and an array for response queue pointers.
      2. The base request and response queues are created by default.
      3. Additional request and response queues are created at the time of vport
      creation. If queue resources are exhausted during vport creation, newly
      created vports use the default queue.
      4. Requests are sent to the request queue that the vport was assigned
      in the beginning.
      5. Responses are completed on the response queue with which the request queue
      is associated with.
      
      [fixup memcpy argument reversal spotted by davej@redhat.com]
      Signed-off-by: NAnirban Chakraborty <anirban.chakraborty@qlogic.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      73208dfd
  11. 08 4月, 2008 3 次提交
  12. 24 1月, 2008 1 次提交
    • A
      [SCSI] qla2xxx: Add Fibre Channel Event (FCE) tracing support. · df613b96
      Andrew Vasquez 提交于
      FCE support enables the firmware to record FC extended link
      services and basic link services frames which have been
      transmitted and received by the ISP.  This allows for a limited
      view of the FC traffic through the ISP without using a FC
      analyzer.  This can be useful in situations where a physical
      connection to the FC bus is not possible.
      
      The driver exports this information in two ways -- first, via a
      debugfs node exported for all supported ISPs under:
      
      	<debugfs_mount_point>/qla2xxx/qla2xxx_<host_no>/fce
      
      where a read of the 'fce' file will provide a snapshot of the
      firmware's FCE buffer; and finally, the FCE buffer will be
      extracted during a firmware-dump scenario.
      Signed-off-by: NAndrew Vasquez <andrew.vasquez@qlogic.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      df613b96
  13. 13 10月, 2007 1 次提交
  14. 20 7月, 2007 1 次提交
  15. 15 7月, 2007 1 次提交
  16. 26 10月, 2006 1 次提交
  17. 06 10月, 2006 1 次提交
    • F
      [PATCH] fix qla{2,4} build error · d7a297ba
      Frederik Deweerdt 提交于
      commit 0181944f adds a
      'extended_error_logging' global variable to qla2xxx which is defined by
      qla4xxx too.
      
      Trying to build both drivers results in the following error:
      
        LD      drivers/scsi/built-in.o
        drivers/scsi/qla4xxx/built-in.o: In function `qla4xxx_slave_configure':
        drivers/scsi/qla4xxx/ql4_os.c:1433: multiple definition of `extended_error_logging'
        drivers/scsi/qla2xxx/built-in.o:drivers/scsi/qla2xxx/qla_os.c:2166:
        first defined here
        make[2]: *** [drivers/scsi/built-in.o] Error 1
        make[1]: *** [drivers/scsi] Error 2
        make: *** [drivers] Error 2
      
      The following patch simply adds a qla2_ (qla4_ respectively) prefix to
      the variable name.
      Signed-off-by: NFrederik Deweerdt <frederik.deweerdt@gmail.com>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      d7a297ba
  18. 27 6月, 2006 3 次提交
  19. 15 1月, 2006 1 次提交
  20. 29 10月, 2005 1 次提交
  21. 05 9月, 2005 1 次提交
  22. 14 7月, 2005 2 次提交
  23. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4