summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bnx2fc/bnx2fc_io.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: bnx2fc: Do not rely on a SCSI command for LUN or target resetHannes Reinecke2023-10-131-47/+47
* scsi: bnx2fc: Avoid using get_cpu() in bnx2fc_cmd_alloc()Sebastian Andrzej Siewior2022-05-161-3/+1
* scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior2022-05-161-8/+5
* scsi: bnx2fc: Stop using the SCSI pointerBart Van Assche2022-02-221-12/+11
* scsi: bnx2fc: Call scsi_done() directlyBart Van Assche2021-10-161-4/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-111-1/+1
|\
| * scsi: bnx2fc: Remove meaningless bnx2fc_abts_cleanup() return value assignmentSeongJae Park2021-06-221-1/+1
* | scsi: bnx2fc: Return failure if io_req is already in ABTS processingJaved Hasan2021-05-211-0/+1
|/
* scsi: bnx2fc: Fix spelling mistake "couldnt" -> "couldn't"Colin Ian King2020-08-241-3/+3
* scsi: bnx2fc: Add missing annotation for bnx2fc_abts_cleanup()Jules Irenge2020-04-241-0/+1
* scsi: bnx2fc: Fix SCSI command completion after cleanup is postedSaurav Kashyap2020-03-291-0/+6
* scsi: bnx2fc: Process the RQE with CQE in interrupt contextJaved Hasan2020-03-291-21/+7
* scsi: bnx2fc: timeout calculation invalid for bnx2fc_eh_abort()Laurence Oberman2019-11-191-1/+1
* scsi: bnx2fc: Handle scope bits when array returns BUSY or TSFLaurence Oberman2019-09-231-5/+24
* scsi: bnx2fc: remove set but not used variables 'lport','host'zhengbin2019-08-291-7/+0
* scsi: bnx2fc: Limit the IO size according to the FW capabilitySaurav Kashyap2019-06-261-0/+11
* scsi: bnx2fc: Do not allow both a cleanup completion and abort completion for...Saurav Kashyap2019-06-261-0/+32
* scsi: bnx2fc: Separate out completion flags and variables for abort and cleanupSaurav Kashyap2019-06-261-27/+32
* scsi: bnx2fc: Only put reference to io_req in bnx2fc_abts_cleanup if cleanup ...Chad Dupuis2019-06-261-7/+7
* scsi: bnx2fc: remove unneeded variableDing Xiang2019-04-031-2/+1
* scsi: bnx2fc: Fix error handling in probe()Dan Carpenter2019-01-291-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-4/+4
* scsi: bnx2fc: Fix check in SCSI completion handler for timed out requestChad Dupuis2018-01-301-0/+1
* scsi: bnx2fc: Fix hung task messages when a cleanup response is not received ...Chad Dupuis2017-11-151-8/+32
* scsi: bnx2fc: If IO is still in cleanup then do not return to SCSI layer.Chad Dupuis2017-06-271-8/+3
* scsi: bnx2fc: Update copyright for 2017.Chad Dupuis2017-06-271-1/+2
* locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-4/+4
* scsi: bnx2fc: Mark symbols static where possibleBaoyou Xie2016-09-091-1/+1
* bnx2fc: replace printk() with BNX2FC_IO_DBG()Maurizio Lombardi2016-07-121-1/+1
* bnx2fc: Check sc_cmd device and host pointer before returning the command to ...Chad Dupuis2016-04-151-0/+12
* bnx2fc: Add driver tunables.Joe Carnuccio2016-04-151-1/+1
* bnx2fc: bnx2fc_eh_abort(): fix wrong return code.Maurizio Lombardi2016-02-231-3/+2
* bnx2fc: Remove explicit logouts.Chad Dupuis2015-11-091-76/+11
* bnx2fc: Fix FCP RSP residual parsing.Chad Dupuis2015-11-091-1/+4
* bnx2fc: Set ELS transfer length correctly for middle path commands.Chad Dupuis2015-11-091-2/+6
* bnx2fc: Remove 'NetXtreme II' from source files.Chad Dupuis2015-11-091-1/+1
* bnx2fc: Update copyright for 2015.Chad Dupuis2015-11-091-2/+2
* fc: FCP_PTA_SIMPLE is 0Christoph Hellwig2014-12-041-5/+1
* scsi: remove abuses of scsi_populate_tagChristoph Hellwig2014-11-121-15/+3
* bnx2fc: fix tgt spinlock lockingMaurizio Lombardi2014-11-101-9/+10
* bnx2fc: fix incorrect DMA memory mapping in bnx2fc_unmap_sg_list()Chad Dupuis2014-09-161-2/+13
* bnx2fc: Rebranding bnx2fc driverSaurav Kashyap2014-07-251-1/+2
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-2/+2
* bnx2fc: do not scan uninitialized lists in case of error.Maurizio Lombardi2014-06-251-0/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2014-04-011-1/+18
|\
| * [SCSI] bnx2fc: Fixed the handling for the SCSI retry delayEddie Wai2014-03-151-1/+18
* | cnic,bnx2i,bnx2fc: Fix inconsistent use of page sizeMichael Chan2014-03-181-8/+8
|/
* [SCSI] bnx2fc: Fixed a SCSI CMD cmpl race condition between ABTS and CLEANUPEddie Wai2013-10-251-0/+6
* [SCSI] bnx2fc: Update copyright datesBhanu Prakash Gollapudi2013-05-021-1/+1
* [SCSI] bnx2fc: Fix race condition between IO completion and abortBhanu Prakash Gollapudi2013-05-021-2/+5