1. 18 11月, 2016 3 次提交
  2. 03 12月, 2015 2 次提交
  3. 26 7月, 2014 2 次提交
  4. 16 3月, 2014 1 次提交
  5. 19 12月, 2013 1 次提交
    • V
      [SCSI] bfa: Firmware patch simplification · 28d358d0
      Vijaya Mohan Guvva 提交于
      This patch includes change to enable firmware patch simplication
      feature. This feature is targeted to address the requirement to have
      independent patch release for firmware. Prior to 3.2.3, releasing a
      patch fix for firmware requires changes to bfa, to use new firmware
      images. But with these changes, if the new firmware is flashed on to the
      HBA with brocade adapter management utilites, driver uses the new
      firmware after checking the patch release byte in the firmware version.
      Signed-off-by: NVijaya Mohan Guvva <vmohan@brocade.com>
      Signed-off-by: NJames Bottomley <JBottomley@Parallels.com>
      28d358d0
  6. 27 6月, 2013 4 次提交
  7. 07 10月, 2012 6 次提交
  8. 24 9月, 2012 3 次提交
  9. 20 7月, 2012 1 次提交
  10. 28 3月, 2012 2 次提交
  11. 27 3月, 2012 1 次提交
  12. 19 2月, 2012 1 次提交
  13. 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
  14. 27 7月, 2011 10 次提交
  15. 30 6月, 2011 2 次提交