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