summaryrefslogtreecommitdiff
path: root/drivers/scsi/libfc
AgeCommit message (Expand)AuthorFilesLines
2022-04-20scsi: libfc: Fix use after free in fc_exch_abts_resp()Jianglei Nie1-0/+1
2021-07-28scsi: libfc: Fix array index out of bound exceptionJaved Hasan1-5/+8
2021-05-22scsi: libfc: Fix a format specifierBart Van Assche1-1/+1
2021-02-07scsi: libfc: Avoid invoking response handler twice if ep is already completedJaved Hasan1-2/+14
2020-10-01scsi: libfc: Skip additional kref updating work eventJaved Hasan1-4/+5
2020-10-01scsi: libfc: Handling of extra krefJaved Hasan1-1/+3
2020-09-23scsi: libfc: Fix for double free()Javed Hasan1-2/+0
2020-08-26scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid casesJaved Hasan1-3/+9
2020-03-20scsi: libfc: free response frame from GPN_IDIgor Druzhinin1-0/+2
2020-01-27scsi: libfc: fix null pointer dereference on a null lportColin Ian King1-1/+1
2019-08-09scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke1-1/+4
2019-04-27Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"Saurav Kashyap1-1/+0
2019-03-14scsi: libfc: free skb when receiving invalid flogi respMing Lu1-3/+3
2018-09-26scsi: libfc: fixup 'sleeping function called from invalid context'Hannes Reinecke1-3/+4
2018-09-05scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGOJohannes Thumshirn1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-06scsi: libfc: fix a deadlock in fc_rport_workSatish Kharat1-1/+1
2017-08-26scsi: fc_fcp: do not call fc_block_scsi_eh() from host resetHannes Reinecke1-2/+0
2017-07-13scsi: 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-17scsi: libfc: fix incorrect variable assignmentGustavo A. R. Silva1-1/+1
2017-05-09scsi: libfc: do not flood console with messages 'libfc: queue full ...'Hannes Reinecke1-6/+9
2017-04-12scsi: libfc: directly call ELS request handlersJohannes Thumshirn1-11/+9
2017-03-16scsi: 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-28block: 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-18scsi: libfc: fix seconds_since_last_reset miscalculationJohannes Thumshirn1-1/+1
2016-11-18scsi: fc: use bsg_job_doneJohannes Thumshirn1-2/+2
2016-11-18scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn1-5/+5
2016-11-18scsi: libfc: don't set FC_RQST_STATE_DONE before calling fc_bsg_jobdone()Johannes Thumshirn1-2/+0
2016-11-18scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn1-2/+2
2016-11-18scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn1-1/+1
2016-11-18scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn1-2/+4
2016-11-18scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn1-10/+13
2016-11-09scsi: libfc: Don't have fc_exch_find log errors on a new exchangeChris Leech1-0/+3
2016-11-09scsi: libfc: Replace ->seq_release callback with function callHannes Reinecke1-4/+2
2016-11-09scsi: libfc: Replace ->seq_assign callback with function callHannes Reinecke1-4/+2
2016-11-09scsi: libfc: Replace ->seq_set_resp callback with direct function callHannes Reinecke1-7/+4
2016-11-09scsi: libfc: Replace ->seq_start_next callback with function callHannes Reinecke3-7/+5
2016-11-09scsi: libfc: Replace ->exch_done callback with function callHannes Reinecke3-16/+12
2016-11-09scsi: libfc: Replace ->seq_exch_abort callback with function callHannes Reinecke2-7/+10
2016-11-09scsi: libfc: Replace ->seq_send callback with function callHannes Reinecke2-7/+4
2016-11-09scsi: libfc: Remove fc_rport_init()Hannes Reinecke1-10/+0
2016-11-09scsi: libfc: Replace ->rport_flush_queue callback with function callHannes Reinecke3-6/+4
2016-11-09scsi: libfc: Replace ->rport_recv_req callback with function callHannes Reinecke2-5/+3
2016-11-09scsi: libfc: Replace ->rport_logoff callback with function callHannes Reinecke3-14/+12
2016-11-09scsi: libfc: Replace ->rport_login callback with function callHannes Reinecke3-10/+16
2016-11-09scsi: libfc: Replace ->rport_create callback with function callHannes Reinecke3-13/+9