1. 20 2月, 2019 1 次提交
  2. 12 1月, 2019 1 次提交
  3. 12 9月, 2018 4 次提交
  4. 03 8月, 2018 3 次提交
  5. 20 7月, 2018 1 次提交
  6. 08 5月, 2018 1 次提交
  7. 22 3月, 2018 2 次提交
  8. 04 1月, 2018 9 次提交
  9. 09 11月, 2017 1 次提交
  10. 17 10月, 2017 2 次提交
  11. 31 8月, 2017 1 次提交
    • Q
      scsi: qla2xxx: Fix slow mem alloc behind lock · b5d15312
      Quinn Tran 提交于
      Call Trace:
       [<ffffffff81341687>] dump_stack+0x6b/0xa4
       [<ffffffff810c3e30>] ? print_irqtrace_events+0xd0/0xe0
       [<ffffffff8109e3c3>] ___might_sleep+0x183/0x240
       [<ffffffff8109e4d2>] __might_sleep+0x52/0x90
       [<ffffffff811fe17b>] kmem_cache_alloc_trace+0x5b/0x300
       [<ffffffff810c666b>] ? __lock_acquired+0x30b/0x420
       [<ffffffffa0733c28>] qla2x00_alloc_fcport+0x38/0x2a0 [qla2xxx]
       [<ffffffffa07217f4>] ? qla2x00_do_work+0x34/0x2b0 [qla2xxx]
       [<ffffffff816cc82b>] ? _raw_spin_lock_irqsave+0x7b/0x90
       [<ffffffffa072169a>] ? qla24xx_create_new_sess+0x3a/0x160 [qla2xxx]
       [<ffffffffa0721723>] qla24xx_create_new_sess+0xc3/0x160 [qla2xxx]
       [<ffffffff810c91ed>] ? trace_hardirqs_on+0xd/0x10
       [<ffffffffa07218f8>] qla2x00_do_work+0x138/0x2b0 [qla2xxx]
      Signed-off-by: NQuinn Tran <quinn.tran@qlogic.com>
      Signed-off-by: NHimanshu Madhani <himanshu.madhani@cavium.com>
      Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
      b5d15312
  12. 25 8月, 2017 3 次提交
  13. 08 8月, 2017 2 次提交
  14. 28 6月, 2017 6 次提交
  15. 13 6月, 2017 1 次提交
    • Q
      scsi: qla2xxx: Add ql2xiniexchg parameter · 99e1b683
      Quinn Tran 提交于
      Previously, the ql2xexchoffld module parameter was used to control the
      max number of exchanges to be offload onto host memory.
      
      Module parameter ql_dm_tgt_ex_pct was used to control the percentage of
      exchanges allocated to the Target side.
      
      With this patch, module parameter ql_dm_tgt_ex_pct is no longer used to
      control exchanges for the driver. New module parameter ql2xiniexchg is
      added to control exchanges between target mode and initiator mode.
      
      With the updated module parameters, users can control the exact number
      of exchanges for either Initiator or Target. The exchange offload
      feature will be automatically enabled when the total number of exchanges
      exceeds 2048 limit.
      Signed-off-by: NQuinn Tran <quinn.tran@cavium.com>
      Signed-off-by: NHimanshu Madhani <himanshu.madhani@cavium.com>
      Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
      99e1b683
  16. 19 3月, 2017 2 次提交