aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc
AgeCommit message (Expand)AuthorFilesLines
2024-02-26scsi: libfc: replace deprecated strncpy() with memcpy()Justin Stitt1-6/+8
2023-12-05scsi: libfc: Map FC_TIMED_OUT to DID_TIME_OUTHannes Reinecke1-2/+2
2023-12-05scsi: libfc: Fix up timeout error in fc_fcp_rec_error()Hannes Reinecke1-1/+1
2023-12-05scsi: libfc: Don't schedule abort twiceHannes Reinecke1-5/+11
2023-10-13scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup()Wenchao Hao1-0/+6
2022-12-01scsi: libfc: Include the correct headerChristophe JAILLET1-1/+1
2022-11-17scsi: libfc: Remove redundant variable ev_qualColin Ian King1-3/+0
2022-05-16scsi: libfc: Remove get_cpu() semantics in fc_exch_em_alloc()Davidlohr Bueso1-2/+1
2022-05-16scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior2-34/+25
2022-03-08scsi: libfc: Fix use after free in fc_exch_abts_resp()Jianglei Nie1-0/+1
2022-02-27scsi: libfc: Replace one-element arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2022-02-22scsi: libfc: Stop using the SCSI pointerBart Van Assche1-15/+11
2021-10-16scsi: libfc: Call scsi_done() directlyBart Van Assche1-3/+3
2021-06-28scsi: libfc: Fix array index out of bound exceptionJaved Hasan1-5/+8
2021-06-10scsi: libfc: FDMI enhancementsJaved Hasan1-6/+58
2021-06-10scsi: libfc: Add FDMI-2 attributesJaved Hasan1-6/+248
2021-06-10scsi: libfc: Initialisation of RHBA and RPA attributesJaved Hasan1-1/+23
2021-06-09scsi: libfc: Correct the condition check and invalid argument passedJaved Hasan1-3/+5
2021-04-15scsi: libfc: Fix a format specifierBart Van Assche1-1/+1
2021-03-15scsi: libfc: Fix misspelling of fc_fcp_destroy()Lee Jones1-1/+1
2021-03-15scsi: libfc: Fix incorrect naming of fc_rport_adisc_resp()Lee Jones1-1/+1
2021-03-15scsi: libfc: Fix some possible copy/paste issuesLee Jones1-6/+6
2021-01-12scsi: libfc: Avoid invoking response handler twice if ep is already completedJaved Hasan1-2/+14
2020-10-29scsi: libfc: Fix enum-conversion warningArnd Bergmann1-1/+1
2020-10-29scsi: libfc: Work around -Warray-bounds warningArnd Bergmann1-11/+19
2020-10-29scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann7-6/+704
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2020-09-15scsi: libfc: Fix passing zero to 'PTR_ERR' warningYueHaibing1-2/+2
2020-09-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+0
2020-08-31scsi: libfc: Fix for double free()Javed Hasan1-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-8/+8
2020-08-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+9
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-12/+23
2020-08-04scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid casesJaved Hasan1-3/+9
2020-07-15scsi: libfc: Provide missing and repair existing function documentationLee Jones1-4/+7
2020-07-15scsi: libfc: Fix a couple of misdocumented function parametersLee Jones1-2/+2
2020-07-15scsi: libfc: Repair function parameter documentationLee Jones1-2/+5
2020-07-15scsi: libfc: trivial: Fix spelling mistake of 'discovery'Lee Jones1-1/+1
2020-07-15scsi: libfc: Supply some missing kerneldoc struct/function attributes/paramsLee Jones1-1/+6
2020-07-08scsi: libfc: fc_disc: Fix-up some incorrectly referenced function parametersLee Jones1-3/+3
2020-06-26scsi: libfc: Skip additional kref updating work eventJaved Hasan1-4/+5
2020-06-26scsi: libfc: Handling of extra krefJaved Hasan1-1/+3
2020-04-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+9
2020-03-29scsi: libfc: rport state move to PLOGI if all PRLI retry exhaustedJaved Hasan1-0/+2
2020-03-29scsi: libfc: If PRLI rejected, move rport to PLOGI stateJaved Hasan1-1/+7
2020-02-21scsi: libfc: free response frame from GPN_IDIgor Druzhinin1-0/+2
2019-07-29scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke1-1/+4
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2019-07-16scsi: libfc: fix null pointer dereference on a null lportColin Ian King1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner10-130/+10
2019-05-21scsi: libfc: switch to SPDX tagsChristoph Hellwig10-130/+10
2019-04-18Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"Saurav Kashyap1-1/+0
2019-02-04Revert "scsi: libfc: Add WARN_ON() when deleting rports"Ross Lagerwall1-1/+0
2019-01-29scsi: libfc: free skb when receiving invalid flogi respMing Lu1-3/+3
2018-11-28scsi: libfc: fc_rport: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-21scsi: libfc: Remove set but not used variable 'disc'Yue Haibing1-2/+0
2018-10-15scsi: libfc: retry PRLI if we cannot analyse the payloadHannes Reinecke1-2/+6
2018-10-15scsi: libfc: check fc_frame_payload_get() return value for nullThomas Abraham1-4/+10
2018-09-11scsi: libfc: remove set but not used variable 'rpriv'YueHaibing1-3/+0
2018-08-30scsi: libfc: remove unnecessary condition checkChengguang Xu1-2/+1
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-148/+107
2018-08-02scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGOJohannes Thumshirn1-0/+1
2018-07-12scsi: libfc: Add WARN_ON() when deleting rportsHannes Reinecke1-0/+1
2018-07-12scsi: libfc: hold disc_mutex in fc_disc_stop_rports()Hannes Reinecke1-6/+4
2018-07-12scsi: libfc: fixup lockdep annotationsHannes Reinecke1-1/+1
2018-07-10scsi: libfc: fixup 'sleeping function called from invalid context'Hannes Reinecke1-3/+4
2018-07-10scsi: libfc: Add lockdep annotationsHannes Reinecke3-140/+99
2018-02-13scsi: libfc: remove redundant initialization of 'disc'Colin Ian King1-1/+1
2017-12-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+4
2017-11-28scsi: libfc: fix ELS request handlingMartin Wilck1-0/+4
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-3/+3
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+0
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27scsi: libfc: Convert timers to use timer_setup()Kees Cook1-11/+10
2017-10-16scsi: libfc: don't assign resid_len in fc_lport_bsg_requestChristoph Hellwig1-3/+0
2017-10-06scsi: libfc: fix a deadlock in fc_rport_workSatish Kharat1-1/+1
2017-08-25scsi: fc_fcp: do not call fc_block_scsi_eh() from host resetHannes Reinecke1-2/+0
2017-07-12scsi: libfc: pass an error pointer to fc_disc_error()Dan Carpenter1-1/+1
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-1/+1
2017-05-16scsi: libfc: fix incorrect variable assignmentGustavo A. R. Silva1-1/+1
2017-05-08scsi: libfc: do not flood console with messages 'libfc: queue full ...'Hannes Reinecke1-6/+9
2017-04-11scsi: libfc: directly call ELS request handlersJohannes Thumshirn1-11/+9
2017-03-15scsi: libfc: convert fc_fcp_pkt.ref_cnt from atomic_t to refcount_tElena Reshetova1-3/+3
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2-0/+4
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-1/+1
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-441/+802
2016-11-25scsi: libfc: Remove an unneeded conditionDan Carpenter1-1/+0
2016-11-17scsi: libfc: fix seconds_since_last_reset miscalculationJohannes Thumshirn1-1/+1
2016-11-17scsi: fc: use bsg_job_doneJohannes Thumshirn1-2/+2
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn1-5/+5
2016-11-17scsi: libfc: don't set FC_RQST_STATE_DONE before calling fc_bsg_jobdone()Johannes Thumshirn1-2/+0
2016-11-17scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn1-2/+2
2016-11-17scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn1-1/+1
2016-11-17scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn1-2/+4
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn1-10/+13
2016-11-08scsi: libfc: Don't have fc_exch_find log errors on a new exchangeChris Leech1-0/+3
2016-11-08scsi: libfc: Replace ->seq_release callback with function callHannes Reinecke1-4/+2
2016-11-08scsi: libfc: Replace ->seq_assign callback with function callHannes Reinecke1-4/+2
2016-11-08scsi: libfc: Replace ->seq_set_resp callback with direct function callHannes Reinecke1-7/+4
2016-11-08scsi: libfc: Replace ->seq_start_next callback with function callHannes Reinecke3-7/+5
2016-11-08scsi: libfc: Replace ->exch_done callback with function callHannes Reinecke3-16/+12
2016-11-08scsi: libfc: Replace ->seq_exch_abort callback with function callHannes Reinecke2-7/+10
2016-11-08scsi: libfc: Replace ->seq_send callback with function callHannes Reinecke2-7/+4
2016-11-08scsi: libfc: Remove fc_rport_init()Hannes Reinecke1-10/+0
2016-11-08scsi: libfc: Replace ->rport_flush_queue callback with function callHannes Reinecke3-6/+4
2016-11-08scsi: libfc: Replace ->rport_recv_req callback with function callHannes Reinecke2-5/+3
2016-11-08scsi: libfc: Replace ->rport_logoff callback with function callHannes Reinecke3-14/+12
2016-11-08scsi: libfc: Replace ->rport_login callback with function callHannes Reinecke3-10/+16
2016-11-08scsi: libfc: Replace ->rport_create callback with function callHannes Reinecke3-13/+9
2016-11-08scsi: libfc: Replace ->rport_lookup callback with function callHannes Reinecke2-10/+8
2016-11-08scsi: libfc: Replace ->rport_destroy callback with function callHannes Reinecke3-44/+36
2016-11-08scsi: libfc: Replace ->exch_seq_send callback with function callHannes Reinecke5-24/+38
2016-11-08scsi: libfc: Replace ->lport_recv with function callHannes Reinecke2-8/+5
2016-11-08scsi: libfc: Replace ->lport_reset callback with function callHannes Reinecke2-4/+1
2016-11-08scsi: libfc: Replace ->seq_els_rsp_send callback with function callHannes Reinecke4-23/+21
2016-11-08scsi: libfc: Check xid when looking up REC exchangesHannes Reinecke1-4/+12
2016-11-08scsi: libfc: wait for E_D_TOV when out-of-order sequence is receivedHannes Reinecke1-18/+20
2016-11-08scsi: libfc: reset timeout on queue fullHannes Reinecke1-3/+17
2016-11-08scsi: libfc: Do not drop out-of-order framesHannes Reinecke1-3/+0
2016-11-08scsi: libfc: don't fail sequence abort for completed exchangesHannes Reinecke1-10/+30
2016-11-08scsi: libfc: quarantine timed out xidsHannes Reinecke2-17/+29
2016-11-08scsi: libfc: safeguard against invalid exchange indexHannes Reinecke1-7/+14
2016-11-08scsi: libfc: Clarify ramp-down messagesHannes Reinecke1-3/+9
2016-11-08scsi: libfc: Return LS_RJT_BUSY for PRLI in status PLOGIHannes Reinecke1-0/+17
2016-11-08scsi: libfc: Rework PRLI handlingHannes Reinecke1-18/+38
2016-11-08scsi: libfc: Implement RTV responderHannes Reinecke1-1/+40
2016-11-08scsi: libfc: use error code for fc_rport_error()Hannes Reinecke1-40/+61
2016-11-08scsi: libfc: do not overwrite DID_TIME_OUT statusHannes Reinecke1-3/+9
2016-11-08scsi: libfc: sanitize E_D_TOV and R_A_TOV settingHannes Reinecke3-9/+14
2016-11-08scsi: libfc: use configured rport E_D_TOVHannes Reinecke1-1/+1
2016-11-08scsi: libfc: use configured lport R_A_TOVHannes Reinecke1-1/+1
2016-11-08scsi: libfc: spurious I/O error under high loadHannes Reinecke1-8/+15
2016-11-08scsi: libfc: additional debugging messagesHannes Reinecke3-24/+101
2016-11-08scsi: libfc: Revert "[SCSI] libfc: use offload EM instance again instead jump...Martin K. Petersen1-5/+10
2016-11-08scsi: libfc: don't advance state machine for incoming FLOGIHannes Reinecke1-6/+14
2016-11-08scsi: libfc: Do not login if the port is already startedHannes Reinecke1-0/+6
2016-11-08scsi: libfc: Do not drop down to FLOGI for fc_rport_login()Hannes Reinecke1-1/+5
2016-11-08scsi: libfc: Do not take rdata->rp_mutex when processing a -FC_EX_CLOSED ELS ...Chad Dupuis1-8/+24
2016-11-08scsi: libfc: Fixup disc_mutex handlingHannes Reinecke3-15/+34
2016-11-08scsi: libfc: Revisit kref handlingHannes Reinecke1-30/+101
2016-08-18scsi: libfc: do not send ABTS when resetting exchangesHannes Reinecke1-1/+0
2016-08-18scsi: libfc: reset exchange manager during LOGO handlingHannes Reinecke1-1/+13
2016-08-18scsi: libfc: send LOGO for PLOGI failureHannes Reinecke1-1/+9
2016-08-18scsi: libfc: Issue PRLI after a PRLO has been receivedHannes Reinecke1-1/+1
2016-07-13libfc: sanity check cpu number extracted from xidChris Leech1-1/+9
2016-07-12scsi: libfc: fix seconds_since_last_reset calculationArnd Bergmann1-4/+1
2016-07-12libfc: Update rport reference countingHannes Reinecke2-31/+37
2015-11-09libfc: Use the correct function name in kernel-doc comment.Sebastian Herbszt1-1/+1
2015-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2015-08-12libfc: Fix fc_fcp_cleanup_each_cmd()Bart Van Assche1-2/+17
2015-08-12libfc: Fix fc_exch_recv_req() error pathBart Van Assche1-4/+4
2015-08-12libfc: Fix a typo in a source code commentBart Van Assche1-1/+1
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-14/+1
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-13/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-3/+3
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-6/+1
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-20/+0
2014-09-30libfc: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-2/+2
2013-09-04fcp: Do not interpret check condition as underrunBart Van Assche1-5/+5
2013-09-04libfc: Do not invoke the response handler after fc_exch_done()Bart Van Assche1-39/+92
2013-09-04libfc: Reduce exchange lock contention in fc_exch_recv_abts()Bart Van Assche1-8/+10
2013-09-04libfc: Avoid that sending after an abort triggers a kernel warningBart Van Assche1-22/+37
2013-09-04libfc: Protect ep->esb_stat changes via ex_lockBart Van Assche1-2/+7
2013-09-04libfc: Fix a race in fc_exch_timer_set_locked()Bart Van Assche1-3/+4
2013-09-04libfc: Clarify fc_exch_find()Bart Van Assche1-1/+3
2013-09-04libfc: Micro-optimize fc_setup_exch_mgr()Bart Van Assche1-7/+3
2013-09-04libfc: Debug code fixesBart Van Assche2-5/+5
2013-09-04libfc: Source code comment spelling fixesBart Van Assche3-8/+5
2013-07-13Merge tag 'fcoe' into for-linusJames Bottomley2-2/+29
2013-07-09libfc: Differentiate echange timer cancellation debug statementsRobert Love1-1/+1
2013-07-09libfc: Remove extra space in fc_exch_timer_cancel definitionRobert Love1-1/+1
2013-07-09libfc: Reject PLOGI from nodes with incompatible roleMark Rustad1-0/+27
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-06-28treewide: relase -> releaseGeert Uytterhoeven1-1/+1
2013-05-10libfc: extend ex_lock to protect all of fc_seq_sendNeil Horman1-13/+24
2013-05-10libfc: Correct check for initiator roleMark Rustad1-1/+1
2013-03-25libfc, fcoe, bnx2fc: Split fc_disc_init into fc_disc_{init, config}Robert Love1-8/+17
2013-03-25libfc, fcoe, bnx2fc: Always use fcoe_disc_init for discovery layer initializa...Robert Love1-2/+3
2013-02-15libfc: XenServer fails to mount root filesystem.Krishna Mohan1-1/+1
2012-12-14libfc, libfcoe, fcoe: Convert debug_logging macros to pr_infoRobert Love1-19/+19
2012-12-04libfc: fix REC handlingVasu Dev1-3/+3
2012-10-07[SCSI] libfc: fix lun reset failure bugs in fc_fcp_resp handling of FCP_RSP_INFOYi Zou1-1/+2
2012-07-20[SCSI] libfc: fix sending REC after FCP_RESP is receivedYi Zou1-3/+3
2012-07-20[SCSI] libfc: fix retries with FDMI lport statesVasu Dev1-2/+3
2012-07-20[SCSI] libfc: don't exch_done() on invalid sequence ptrYi Zou1-1/+2
2012-07-20[SCSI] libfc: add exch timer debug infoVasu Dev1-43/+53
2012-07-20[SCSI] libfc: update fcp and exch statsVasu Dev2-5/+32
2012-07-20[SCSI] libfc: adds FCP failures statsVasu Dev1-0/+8
2012-07-20[SCSI] libfc, fcoe, bnx2fc: cleanup fcoe_dev_statsVasu Dev4-34/+34
2012-05-21Merge tag 'isci-for-3.5' into miscJames Bottomley1-5/+7
2012-05-10[SCSI] libfc: flush lport worker after its disabledVasu Dev1-1/+1
2012-04-25[SCSI] libfc: update mfs boundry checkingVasu Dev1-5/+7
2012-03-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2-3/+21
2012-03-28[SCSI] libfc: fcoe_transport_create fails in single-CPU environmentSteven Clark1-2/+12
2012-03-28[SCSI] libfc: update fc_host mfs along with updating lport->mfsVasu Dev1-1/+9
2012-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds4-8/+236
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-3/+2
2012-03-20scsi: remove the second argument of k[un]map_atomic()Cong Wang4-11/+9
2012-02-25scsi: Use struct scsi_lun in fc/fcp.hAndy Grover1-3/+2