Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-29scsi: libfc: Fix array index out of bound exceptionJaved Hasan
2021-03-16scsi: libfc: Fix incorrect naming of fc_rport_adisc_resp()Lee Jones
2020-10-30scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-07-15scsi: libfc: Fix a couple of misdocumented function parametersLee Jones
2020-06-27scsi: libfc: Skip additional kref updating work eventJaved Hasan
2020-06-27scsi: libfc: Handling of extra krefJaved Hasan
2020-03-30scsi: libfc: rport state move to PLOGI if all PRLI retry exhaustedJaved Hasan
2020-03-30scsi: libfc: If PRLI rejected, move rport to PLOGI stateJaved Hasan
2019-07-30scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner
2019-04-19Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"Saurav Kashyap
2019-02-05Revert "scsi: libfc: Add WARN_ON() when deleting rports"Ross Lagerwall
2018-11-29scsi: libfc: fc_rport: Mark expected switch fall-throughGustavo A. R. Silva
2018-11-22scsi: libfc: Remove set but not used variable 'disc'Yue Haibing
2018-10-16scsi: libfc: retry PRLI if we cannot analyse the payloadHannes Reinecke
2018-10-16scsi: libfc: check fc_frame_payload_get() return value for nullThomas Abraham
2018-08-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-08-02scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGOJohannes Thumshirn
2018-07-13scsi: libfc: Add WARN_ON() when deleting rportsHannes Reinecke
2018-07-13scsi: libfc: fixup lockdep annotationsHannes Reinecke
2018-07-11scsi: libfc: Add lockdep annotationsHannes Reinecke
2017-10-06scsi: libfc: fix a deadlock in fc_rport_workSatish Kharat
2017-05-17scsi: libfc: fix incorrect variable assignmentGustavo A. R. Silva
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar
2016-11-25scsi: libfc: Remove an unneeded conditionDan Carpenter
2016-11-09scsi: libfc: Remove fc_rport_init()Hannes Reinecke
2016-11-09scsi: libfc: Replace ->rport_flush_queue callback with function callHannes Reinecke
2016-11-09scsi: libfc: Replace ->rport_recv_req callback with function callHannes Reinecke
2016-11-09scsi: libfc: Replace ->rport_logoff callback with function callHannes Reinecke
2016-11-09scsi: libfc: Replace ->rport_login callback with function callHannes Reinecke
2016-11-09scsi: libfc: Replace ->rport_create callback with function callHannes Reinecke
2016-11-09scsi: libfc: Replace ->rport_lookup callback with function callHannes Reinecke
2016-11-09scsi: libfc: Replace ->rport_destroy callback with function callHannes Reinecke
2016-11-09scsi: libfc: Replace ->exch_seq_send callback with function callHannes Reinecke
2016-11-09scsi: libfc: Replace ->seq_els_rsp_send callback with function callHannes Reinecke
2016-11-09scsi: libfc: Return LS_RJT_BUSY for PRLI in status PLOGIHannes Reinecke
2016-11-09scsi: libfc: Rework PRLI handlingHannes Reinecke
2016-11-09scsi: libfc: Implement RTV responderHannes Reinecke
2016-11-09scsi: libfc: use error code for fc_rport_error()Hannes Reinecke
2016-11-09scsi: libfc: sanitize E_D_TOV and R_A_TOV settingHannes Reinecke
2016-11-09scsi: libfc: use configured rport E_D_TOVHannes Reinecke
2016-11-09scsi: libfc: additional debugging messagesHannes Reinecke
2016-11-09scsi: libfc: don't advance state machine for incoming FLOGIHannes Reinecke
2016-11-09scsi: libfc: Do not login if the port is already startedHannes Reinecke
2016-11-09scsi: libfc: Do not drop down to FLOGI for fc_rport_login()Hannes Reinecke
2016-11-09scsi: libfc: Do not take rdata->rp_mutex when processing a -FC_EX_CLOSED ELS ...Chad Dupuis
2016-11-09scsi: libfc: Fixup disc_mutex handlingHannes Reinecke
2016-11-09scsi: libfc: Revisit kref handlingHannes Reinecke