1. 09 6月, 2009 1 次提交
  2. 21 5月, 2009 1 次提交
  3. 08 1月, 2009 3 次提交
  4. 30 12月, 2008 2 次提交
  5. 27 7月, 2008 1 次提交
  6. 28 4月, 2008 1 次提交
  7. 08 4月, 2008 2 次提交
  8. 24 1月, 2008 2 次提交
    • 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
    • A
      [SCSI] qla2xxx: Code cleanups. · a824ebb3
      Adrian Bunk 提交于
      - make the following needlessly global code static:
        - qla_attr.c: qla24xx_vport_delete()
        - qla_attr.c: qla24xx_vport_disable()
        - qla_mid.c: qla24xx_allocate_vp_id()
        - qla_mid.c: qla24xx_find_vhost_by_name()
        - qla_mid.c: qla2x00_do_dpc_vp()
        - qla_os.c: struct qla2x00_driver_template
        - qla_os.c: qla2x00_stop_timer()
        - qla_os.c: qla2x00_mem_alloc()
        - qla_os.c: qla2x00_mem_free()
        - qla_sup.c: qla2x00_lock_nvram_access()
        - qla_sup.c: qla2x00_unlock_nvram_access()
        - qla_sup.c: qla2x00_get_nvram_word()
        - qla_sup.c: qla2x00_write_nvram_word()
      - #if 0 the following unused global functions:
        - qla_mbx.c: qla2x00_system_error()
      - qla_os.c: remove some unneeded function prototypes
      - removed unused functions:
        - qla_dbg.c: qla2x00_dump_pkt()
        - qla_mbx.c: qla2x00_get_serdes_params()
        - qla_mbx.c: qla2x00_get_idma_speed()
        - qla_mbx.c: qla24xx_get_vp_database()
        - qla_mbx.c: qla24xx_get_vp_entry()
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Small modifications and
      Signed-off-by: NAndrew Vasquez <andrew.vasquez@qlogic.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      a824ebb3
  9. 13 10月, 2007 4 次提交
  10. 16 8月, 2007 1 次提交
  11. 20 7月, 2007 1 次提交
  12. 01 6月, 2007 1 次提交
  13. 27 6月, 2006 1 次提交
  14. 20 5月, 2006 2 次提交
  15. 15 1月, 2006 1 次提交
  16. 10 11月, 2005 1 次提交
  17. 29 10月, 2005 1 次提交
  18. 10 9月, 2005 1 次提交
  19. 14 7月, 2005 6 次提交
  20. 21 5月, 2005 1 次提交
  21. 19 4月, 2005 2 次提交
  22. 17 4月, 2005 2 次提交
    • [PATCH] scsi: remove meaningless scsi_cmnd->serial_number_at_timeout field · 84011ae8
      提交于
      scsi_cmnd->serial_number_at_timeout doesn't serve any purpose
      anymore.  All serial_number == serial_number_at_timeout tests
      are always true in abort callbacks.  Kill the field.  Also, as
      ->pid always equals ->serial_number and ->serial_number
      doesn't have any special meaning anymore, update comments
      above ->serial_number accordingly.  Once we remove all uses of
      this field from all lldd's, this field should go.
      Signed-off-by: NTejun Heo <htejun@gmail.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      84011ae8
    • 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