summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc
AgeCommit message (Expand)AuthorLines
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig-14/+1
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig-13/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig-3/+3
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig-6/+1
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig-20/+0
2014-09-30libfc: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat-2/+2
2013-09-04fcp: Do not interpret check condition as underrunBart Van Assche-5/+5
2013-09-04libfc: Do not invoke the response handler after fc_exch_done()Bart Van Assche-39/+92
2013-09-04libfc: Reduce exchange lock contention in fc_exch_recv_abts()Bart Van Assche-8/+10
2013-09-04libfc: Avoid that sending after an abort triggers a kernel warningBart Van Assche-22/+37
2013-09-04libfc: Protect ep->esb_stat changes via ex_lockBart Van Assche-2/+7
2013-09-04libfc: Fix a race in fc_exch_timer_set_locked()Bart Van Assche-3/+4
2013-09-04libfc: Clarify fc_exch_find()Bart Van Assche-1/+3
2013-09-04libfc: Micro-optimize fc_setup_exch_mgr()Bart Van Assche-7/+3
2013-09-04libfc: Debug code fixesBart Van Assche-5/+5
2013-09-04libfc: Source code comment spelling fixesBart Van Assche-8/+5
2013-07-13Merge tag 'fcoe' into for-linusJames Bottomley-2/+29
2013-07-09libfc: Differentiate echange timer cancellation debug statementsRobert Love-1/+1
2013-07-09libfc: Remove extra space in fc_exch_timer_cancel definitionRobert Love-1/+1
2013-07-09libfc: Reject PLOGI from nodes with incompatible roleMark Rustad-0/+27
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2013-06-28treewide: relase -> releaseGeert Uytterhoeven-1/+1
2013-05-10libfc: extend ex_lock to protect all of fc_seq_sendNeil Horman-13/+24
2013-05-10libfc: Correct check for initiator roleMark Rustad-1/+1
2013-03-25libfc, fcoe, bnx2fc: Split fc_disc_init into fc_disc_{init, config}Robert Love-8/+17
2013-03-25libfc, fcoe, bnx2fc: Always use fcoe_disc_init for discovery layer initializa...Robert Love-2/+3
2013-02-15libfc: XenServer fails to mount root filesystem.Krishna Mohan-1/+1
2012-12-14libfc, libfcoe, fcoe: Convert debug_logging macros to pr_infoRobert Love-19/+19
2012-12-04libfc: fix REC handlingVasu Dev-3/+3
2012-10-07[SCSI] libfc: fix lun reset failure bugs in fc_fcp_resp handling of FCP_RSP_INFOYi Zou-1/+2
2012-07-20[SCSI] libfc: fix sending REC after FCP_RESP is receivedYi Zou-3/+3
2012-07-20[SCSI] libfc: fix retries with FDMI lport statesVasu Dev-2/+3
2012-07-20[SCSI] libfc: don't exch_done() on invalid sequence ptrYi Zou-1/+2
2012-07-20[SCSI] libfc: add exch timer debug infoVasu Dev-43/+53
2012-07-20[SCSI] libfc: update fcp and exch statsVasu Dev-5/+32
2012-07-20[SCSI] libfc: adds FCP failures statsVasu Dev-0/+8
2012-07-20[SCSI] libfc, fcoe, bnx2fc: cleanup fcoe_dev_statsVasu Dev-34/+34
2012-05-21Merge tag 'isci-for-3.5' into miscJames Bottomley-5/+7
2012-05-10[SCSI] libfc: flush lport worker after its disabledVasu Dev-1/+1
2012-04-25[SCSI] libfc: update mfs boundry checkingVasu Dev-5/+7
2012-03-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds-3/+21
2012-03-28[SCSI] libfc: fcoe_transport_create fails in single-CPU environmentSteven Clark-2/+12
2012-03-28[SCSI] libfc: update fc_host mfs along with updating lport->mfsVasu Dev-1/+9
2012-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds-8/+236
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-3/+2
2012-03-20scsi: remove the second argument of k[un]map_atomic()Cong Wang-11/+9
2012-02-25scsi: Use struct scsi_lun in fc/fcp.hAndy Grover-3/+2
2012-02-19[SCSI] libfc: Handle discovery failure during ctlr link downBhanu Prakash Gollapudi-0/+7
2012-02-19[SCSI] libfc: Fix panic in fc_exch_recvBhanu Prakash Gollapudi-3/+4
2012-02-19[SCSI] libfc: Add support for FDMINeerav Parikh-3/+224