1. 11 2月, 2009 1 次提交
  2. 25 1月, 2009 15 次提交
  3. 16 1月, 2009 3 次提交
  4. 14 1月, 2009 4 次提交
    • H
      [SCSI] Skip deleted devices in __scsi_device_lookup_by_target() · 32aeef60
      Hannes Reinecke 提交于
      __scsi_device_lookup_by_target() will always return
      the first sdev with a matching LUN, regardless of
      the state. However, when this sdev is in SDEV_DEL
      scsi_device_lookup_by_target() will ignore this
      device and so any valid device on the list after
      the deleted device will never be found.
      So we have to modify __scsi_device_lookup_by_target()
      to skip any device in SDEV_DEL.
      Signed-off-by: NHannes Reinecke <hare@suse.de>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      32aeef60
    • I
      [SCSI] Add SUN Universal Xport to no attach blacklist · debf4777
      ILLES, Marton 提交于
      I was using a Sun ST2510 device (iSCSI) and a special "block device"
      appeared which is used by SUN Common Array Manager in-band management.
      
      However it also appeared as a block device and caused some IO error:
      
      [  716.868000] scsi 15:0:0:31: Direct-Access     SUN      Universal Xport  0735 PQ: 0 ANSI: 5
      [  716.868000] qla4xxx 0000:04:01.1: scsi(15:0:0:31): Enabled tagged queuing, queue depth 32.
      [  716.868000] sd 15:0:0:31: [sdf] 40960 512-byte hardware sectors (21 MB)
      [  716.868000] sd 15:0:0:31: [sdf] Write Protect is off
      [  716.868000] sd 15:0:0:31: [sdf] Mode Sense: 77 00 10 08
      [  716.868000] sd 15:0:0:31: [sdf] Write cache: disabled, read cache: enabled, supports DPO and FUA
      [  716.868000] sd 15:0:0:31: [sdf] 40960 512-byte hardware sectors (21 MB)
      [  716.868000] sd 15:0:0:31: [sdf] Write Protect is off
      [  716.868000] sd 15:0:0:31: [sdf] Mode Sense: 77 00 10 08
      [  716.872000] sd 15:0:0:31: [sdf] Write cache: disabled, read cache: enabled, supports DPO and FUA
      [  716.872000]  sdf: unknown partition table
      [  716.932000] sd 15:0:0:31: [sdf] Attached SCSI disk
      [  716.932000] sd 15:0:0:31: Attached scsi generic sg6 type 0
      [  717.412000] end_request: I/O error, dev sdf, sector 40
      [  717.412000] Buffer I/O error on device sdf, logical block 5
      [  717.412000] Buffer I/O error on device sdf, logical block 6
      [  717.412000] Buffer I/O error on device sdf, logical block 7
      [  717.412000] Buffer I/O error on device sdf, logical block 8
      [  717.412000] Buffer I/O error on device sdf, logical block 9
      [  717.412000] Buffer I/O error on device sdf, logical block 10
      [  717.412000] Buffer I/O error on device sdf, logical block 11
      [  717.412000] Buffer I/O error on device sdf, logical block 12
      [  717.412000] Buffer I/O error on device sdf, logical block 13
      [  717.412000] Buffer I/O error on device sdf, logical block 14
      
      After some googling it appeared that similar issue has been solved for
      SGI/IBM devices in 48690405, so here is
      the patch for SUN, please apply.
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      debf4777
    • K
      [SCSI] iscsi_tcp: make padbuf non-static · 2856830b
      Karen Xie 提交于
      virt_to_page() call should not be used on kernel text and data
      addresses.  virt_to_page() is used by sg_init_one(). So change padbuf
      to be allocated within iscsi_segment.
      Signed-off-by: NKaren Xie <kxie@chelsio.com>
      Acked-by: NMike Christie <michaelc@cs.wisc.edu>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      2856830b
    • A
      [SCSI] qla2xxx: Fix ISP restart bug in multiq code · 29bdccbe
      Anirban Chakraborty 提交于
      After restarting ISP the additional queues are not being setup correctly. The
      following patch fixes the issue.
      Please apply.
      Signed-off-by: NAnirban Chakraborty <anirban.chakraborty@qlogic.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      29bdccbe
  5. 13 1月, 2009 1 次提交
  6. 08 1月, 2009 12 次提交
  7. 06 1月, 2009 4 次提交