1. 27 8月, 2011 1 次提交
  2. 03 7月, 2011 3 次提交
  3. 01 3月, 2011 1 次提交
  4. 18 10月, 2010 1 次提交
  5. 10 9月, 2010 1 次提交
  6. 06 9月, 2010 2 次提交
  7. 11 8月, 2010 1 次提交
    • R
      scsi: fix pmcraid build errors · b2045240
      Randy Dunlap 提交于
      pmcraid should depend on NET since it uses netlink interfaces.
      This fixes multiple build errors when CONFIG_NET is not enabled:
      
      ERROR: "genl_register_family" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "genl_unregister_family" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "nla_put" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "init_net" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "__alloc_skb" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "netlink_broadcast" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "kfree_skb" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "skb_put" [drivers/scsi/pmcraid.ko] undefined!
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Cc: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
      Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      b2045240
  8. 06 8月, 2010 1 次提交
  9. 28 7月, 2010 1 次提交
  10. 03 3月, 2010 1 次提交
    • J
      [SCSI] raid_attrs: fix dependency problems · fac829fd
      James Bottomley 提交于
      RAID attributes uses scsi_is_sdev_device() to gate some SCSI specific
      checking code.  This causes two problems.  Firstly if SCSI == n just
      defining scsi_is_sdev_device() to return false might not be enough to
      prevent gcc from emitting the code (and thus referring to undefined
      symbols), so this needs surrounding with an ifdef.  Secondly, using
      scsi_is_sdev_device() when SCSI is either y or m gives a subtle
      problem in the m case: raid_attrs must also be m to use the symbol.
      Do the usual Kconfig jiggery-pokery to fix this.
      Reported-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
      fac829fd
  11. 10 12月, 2009 1 次提交
  12. 05 12月, 2009 4 次提交
  13. 02 10月, 2009 2 次提交
  14. 12 9月, 2009 1 次提交
  15. 22 6月, 2009 1 次提交
  16. 09 6月, 2009 1 次提交
  17. 24 5月, 2009 1 次提交
  18. 21 5月, 2009 1 次提交
  19. 14 5月, 2009 1 次提交
  20. 03 4月, 2009 2 次提交
  21. 30 3月, 2009 1 次提交
  22. 14 3月, 2009 1 次提交
    • E
      [SCSI] mpt2sas v00.100.11.15 · 635374e7
      Eric Moore 提交于
      * This is new scsi lld device driver from LSI supporting the SAS 2.0
        standard. I have split patchs by filename.
      
      * Here is list of new 6gb host controllers:
      
        LSI SAS2004
        LSI SAS2008
        LSI SAS2108
        LSI SAS2116
      
      * Here are the changes in the 4th posting of this patch set:
      
      (1) fix compile errors when SCSI_MPT2SAS_LOGGING is not enabled
      (2) add mpt2sas to the SCSI Mid Layer Makefile
      (3) append mpt2sas_ to the naming of all non-static functions
      (4) fix oops for SMP_PASSTHRU
      (5) doorbell algorithm imported changes from windows driver
      
      * Here are the changes in the 3rd posting of this patch set:
      
      (1) add readl following writel from the function that disables interrupts
      (2) replace 0xFFFFFFFFFFFFFFFFULL with ~0ULL
      (3) when calling pci_enable_msix, only pass one msix entry (instead of 15).
      (4) remove the "current HW implementation uses..... " comment in the sources
      (5) merged bug fix for SIGIO/POLLIN notifcation; reported by the storlib team.
      
      * Here are the changes in the 2nd posting of this patch set:
      
      (1) use little endian types in the mpi headers
      (2) merged in bug fix's from inhouse drivers.
      Signed-off-by: NEric Moore <eric.moore@lsi.com>
      Tested-by: Npeter Bogdanovic <pbog@us.ibm.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      635374e7
  23. 13 3月, 2009 4 次提交
  24. 08 1月, 2009 1 次提交
  25. 02 1月, 2009 1 次提交
  26. 31 12月, 2008 2 次提交
  27. 30 12月, 2008 2 次提交
    • R
      [SCSI] fcoe: Fibre Channel over Ethernet · 85b4aa49
      Robert Love 提交于
      Encapsulation protocol for running Fibre Channel over Ethernet interfaces.
      Creates virtual Fibre Channel host adapters using libfc.
      
      This layer is the LLD to the scsi-ml. It allocates the Scsi_Host, utilizes
      libfc for Fibre Channel protocol processing and interacts with netdev to
      send/receive Ethernet packets.
      Signed-off-by: NRobert Love <robert.w.love@intel.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      85b4aa49
    • R
      [SCSI] libfc: A modular Fibre Channel library · 42e9a92f
      Robert Love 提交于
      libFC is composed of 4 blocks supported by an exchange manager
      and a framing library. The upper 4 layers are fc_lport, fc_disc,
      fc_rport and fc_fcp. A LLD that uses libfc could choose to
      either use libfc's block, or using the transport template
      defined in libfc.h, override one or more blocks with its own
      implementation.
      
      The EM (Exchange Manager) manages exhcanges/sequences for all
      commands- ELS, CT and FCP.
      
      The framing library frames ELS and CT commands.
      
      The fc_lport block manages the library's representation of the
      host's FC enabled ports.
      
      The fc_disc block manages discovery of targets as well as
      handling changes that occur in the FC fabric (via. RSCN events).
      
      The fc_rport block manages the library's representation of other
      entities in the FC fabric. Currently the library uses this block
      for targets, its peer when in point-to-point mode and the
      directory server, but can be extended for other entities if
      needed.
      
      The fc_fcp block interacts with the scsi-ml and handles all
      I/O.
      Signed-off-by: NRobert Love <robert.w.love@intel.com>
      [jejb: added include of delay.h to fix ppc64 compile prob spotted by sfr]
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      42e9a92f