summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc
Commit message (Expand)AuthorAgeFilesLines
* scsi: libfc: do not send ABTS when resetting exchangesHannes Reinecke2016-08-181-1/+0
* scsi: libfc: reset exchange manager during LOGO handlingHannes Reinecke2016-08-181-1/+13
* scsi: libfc: send LOGO for PLOGI failureHannes Reinecke2016-08-181-1/+9
* scsi: libfc: Issue PRLI after a PRLO has been receivedHannes Reinecke2016-08-181-1/+1
* libfc: sanity check cpu number extracted from xidChris Leech2016-07-131-1/+9
* scsi: libfc: fix seconds_since_last_reset calculationArnd Bergmann2016-07-121-4/+1
* libfc: Update rport reference countingHannes Reinecke2016-07-122-31/+37
* libfc: Use the correct function name in kernel-doc comment.Sebastian Herbszt2015-11-091-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-09-021-1/+1
|\
| * libfc: Fix a typo in a source code commentBart Van Assche2015-08-121-1/+1
* | libfc: Fix fc_fcp_cleanup_each_cmd()Bart Van Assche2015-08-121-2/+17
* | libfc: Fix fc_exch_recv_req() error pathBart Van Assche2015-08-121-4/+4
|/
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-14/+1
* scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-13/+1
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-3/+3
* scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-6/+1
* scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-121-20/+0
* libfc: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-09-301-2/+2
* fcp: Do not interpret check condition as underrunBart Van Assche2013-09-041-5/+5
* libfc: Do not invoke the response handler after fc_exch_done()Bart Van Assche2013-09-041-39/+92
* libfc: Reduce exchange lock contention in fc_exch_recv_abts()Bart Van Assche2013-09-041-8/+10
* libfc: Avoid that sending after an abort triggers a kernel warningBart Van Assche2013-09-041-22/+37
* libfc: Protect ep->esb_stat changes via ex_lockBart Van Assche2013-09-041-2/+7
* libfc: Fix a race in fc_exch_timer_set_locked()Bart Van Assche2013-09-041-3/+4
* libfc: Clarify fc_exch_find()Bart Van Assche2013-09-041-1/+3
* libfc: Micro-optimize fc_setup_exch_mgr()Bart Van Assche2013-09-041-7/+3
* libfc: Debug code fixesBart Van Assche2013-09-042-5/+5
* libfc: Source code comment spelling fixesBart Van Assche2013-09-043-8/+5
* Merge tag 'fcoe' into for-linusJames Bottomley2013-07-132-2/+29
|\
| * libfc: Differentiate echange timer cancellation debug statementsRobert Love2013-07-091-1/+1
| * libfc: Remove extra space in fc_exch_timer_cancel definitionRobert Love2013-07-091-1/+1
| * libfc: Reject PLOGI from nodes with incompatible roleMark Rustad2013-07-091-0/+27
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-041-1/+1
|\ \ | |/ |/|
| * treewide: relase -> releaseGeert Uytterhoeven2013-06-281-1/+1
* | libfc: extend ex_lock to protect all of fc_seq_sendNeil Horman2013-05-101-13/+24
* | libfc: Correct check for initiator roleMark Rustad2013-05-101-1/+1
|/
* libfc, fcoe, bnx2fc: Split fc_disc_init into fc_disc_{init, config}Robert Love2013-03-251-8/+17
* libfc, fcoe, bnx2fc: Always use fcoe_disc_init for discovery layer initializa...Robert Love2013-03-251-2/+3
* libfc: XenServer fails to mount root filesystem.Krishna Mohan2013-02-151-1/+1
* libfc, libfcoe, fcoe: Convert debug_logging macros to pr_infoRobert Love2012-12-141-19/+19
* libfc: fix REC handlingVasu Dev2012-12-041-3/+3
* [SCSI] libfc: fix lun reset failure bugs in fc_fcp_resp handling of FCP_RSP_INFOYi Zou2012-10-071-1/+2
* [SCSI] libfc: fix sending REC after FCP_RESP is receivedYi Zou2012-07-201-3/+3
* [SCSI] libfc: fix retries with FDMI lport statesVasu Dev2012-07-201-2/+3
* [SCSI] libfc: don't exch_done() on invalid sequence ptrYi Zou2012-07-201-1/+2
* [SCSI] libfc: add exch timer debug infoVasu Dev2012-07-201-43/+53
* [SCSI] libfc: update fcp and exch statsVasu Dev2012-07-202-5/+32
* [SCSI] libfc: adds FCP failures statsVasu Dev2012-07-201-0/+8
* [SCSI] libfc, fcoe, bnx2fc: cleanup fcoe_dev_statsVasu Dev2012-07-204-34/+34
* Merge tag 'isci-for-3.5' into miscJames Bottomley2012-05-211-5/+7
|\