1. 27 6月, 2013 2 次提交
  2. 07 10月, 2012 6 次提交
  3. 24 9月, 2012 3 次提交
  4. 20 7月, 2012 1 次提交
  5. 28 3月, 2012 2 次提交
  6. 27 3月, 2012 1 次提交
  7. 19 2月, 2012 1 次提交
  8. 11 1月, 2012 1 次提交
    • K
      [SCSI] bfa: Implement LUN Masking feature using the SCSI Slave Callouts. · 5b7db7af
      Krishna Gudipati 提交于
      This patch re-implements LUN Masking feature using SCSI Slave Callouts.  With
      the new design in the slave_alloc entry point; for each new LUN discovered we
      check with our internal LUN Masking config whether to expose or to mask this
      particular LUN. We return -ENXIO (No such device or address) from slave_alloc
      for the LUNs we don't want to be exposed.  We also notify the SCSI mid-layer
      to do a sequential LUN scan rather than REPORT_LUNS based scan if LUN masking
      is enabled on our HBA port, since a -ENXIO from any LUN in REPORT_LUNS based
      scan translates to a scan abort.  This patch also handles the dynamic lun
      masking config change from enable to disable or vice-versa by resetting
      sdev_bflags of LUN 0 appropriately.
      Signed-off-by: NKrishna Gudipati <kgudipat@brocade.com>
      Signed-off-by: NJames Bottomley <JBottomley@Parallels.com>
      5b7db7af
  9. 27 7月, 2011 10 次提交
  10. 30 6月, 2011 10 次提交