summaryrefslogtreecommitdiff
path: root/drivers/scsi/libfc
AgeCommit message (Expand)Author
2019-08-09scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke
2019-04-27Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"Saurav Kashyap
2019-03-13scsi: libfc: free skb when receiving invalid flogi respMing Lu
2018-09-26scsi: libfc: fixup 'sleeping function called from invalid context'Hannes Reinecke
2018-09-05scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGOJohannes Thumshirn
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-06scsi: libfc: fix a deadlock in fc_rport_workSatish Kharat
2017-08-25scsi: fc_fcp: do not call fc_block_scsi_eh() from host resetHannes Reinecke
2017-07-12scsi: libfc: pass an error pointer to fc_disc_error()Dan Carpenter
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-05-16scsi: libfc: fix incorrect variable assignmentGustavo A. R. Silva
2017-05-08scsi: libfc: do not flood console with messages 'libfc: queue full ...'Hannes Reinecke
2017-04-11scsi: libfc: directly call ELS request handlersJohannes Thumshirn
2017-03-15scsi: libfc: convert fc_fcp_pkt.ref_cnt from atomic_t to refcount_tElena Reshetova
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2016-11-25scsi: libfc: Remove an unneeded conditionDan Carpenter
2016-11-17scsi: libfc: fix seconds_since_last_reset miscalculationJohannes Thumshirn
2016-11-17scsi: fc: use bsg_job_doneJohannes Thumshirn
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn
2016-11-17scsi: libfc: don't set FC_RQST_STATE_DONE before calling fc_bsg_jobdone()Johannes Thumshirn
2016-11-17scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn
2016-11-17scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn
2016-11-17scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn
2016-11-08scsi: libfc: Don't have fc_exch_find log errors on a new exchangeChris Leech
2016-11-08scsi: libfc: Replace ->seq_release callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->seq_assign callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->seq_set_resp callback with direct function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->seq_start_next callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->exch_done callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->seq_exch_abort callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->seq_send callback with function callHannes Reinecke
2016-11-08scsi: libfc: Remove fc_rport_init()Hannes Reinecke
2016-11-08scsi: libfc: Replace ->rport_flush_queue callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->rport_recv_req callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->rport_logoff callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->rport_login callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->rport_create callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->rport_lookup callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->rport_destroy callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->exch_seq_send callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->lport_recv with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->lport_reset callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->seq_els_rsp_send callback with function callHannes Reinecke
2016-11-08scsi: libfc: Check xid when looking up REC exchangesHannes Reinecke
2016-11-08scsi: libfc: wait for E_D_TOV when out-of-order sequence is receivedHannes Reinecke
2016-11-08scsi: libfc: reset timeout on queue fullHannes Reinecke
2016-11-08scsi: libfc: Do not drop out-of-order framesHannes Reinecke