summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc
Commit message (Expand)AuthorAgeFilesLines
* scsi: libfc: Fix array index out of bound exceptionJaved Hasan2021-07-281-5/+8
* scsi: libfc: Fix a format specifierBart Van Assche2021-05-221-1/+1
* scsi: libfc: Avoid invoking response handler twice if ep is already completedJaved Hasan2021-02-071-2/+14
* scsi: libfc: Skip additional kref updating work eventJaved Hasan2020-10-011-4/+5
* scsi: libfc: Handling of extra krefJaved Hasan2020-10-011-1/+3
* scsi: libfc: Fix for double free()Javed Hasan2020-09-231-2/+0
* scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid casesJaved Hasan2020-08-261-3/+9
* scsi: libfc: free response frame from GPN_IDIgor Druzhinin2020-03-201-0/+2
* scsi: libfc: fix null pointer dereference on a null lportColin Ian King2020-01-271-1/+1
* scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke2019-08-091-1/+4
* Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"Saurav Kashyap2019-04-271-1/+0
* Revert "scsi: libfc: Add WARN_ON() when deleting rports"Ross Lagerwall2019-03-131-1/+0
* scsi: libfc: free skb when receiving invalid flogi respMing Lu2019-03-131-3/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-153-148/+107
|\
| * scsi: libfc: Add WARN_ON() when deleting rportsHannes Reinecke2018-07-121-0/+1
| * scsi: libfc: hold disc_mutex in fc_disc_stop_rports()Hannes Reinecke2018-07-121-6/+4
| * scsi: libfc: fixup lockdep annotationsHannes Reinecke2018-07-121-1/+1
| * scsi: libfc: fixup 'sleeping function called from invalid context'Hannes Reinecke2018-07-101-3/+4
| * scsi: libfc: Add lockdep annotationsHannes Reinecke2018-07-103-140/+99
* | scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGOJohannes Thumshirn2018-08-021-0/+1
|/
* scsi: libfc: remove redundant initialization of 'disc'Colin Ian King2018-02-131-1/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-12-151-0/+4
|\
| * scsi: libfc: fix ELS request handlingMartin Wilck2017-11-281-0/+4
* | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-3/+3
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-141-3/+0
|\
| * scsi: libfc: don't assign resid_len in fc_lport_bsg_requestChristoph Hellwig2017-10-161-3/+0
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-11/+10
|\ \
| * | scsi: libfc: Convert timers to use timer_setup()Kees Cook2017-10-271-11/+10
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | scsi: libfc: fix a deadlock in fc_rport_workSatish Kharat2017-10-061-1/+1
|/
* scsi: fc_fcp: do not call fc_block_scsi_eh() from host resetHannes Reinecke2017-08-251-2/+0
* scsi: libfc: pass an error pointer to fc_disc_error()Dan Carpenter2017-07-121-1/+1
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-1/+1
* scsi: libfc: fix incorrect variable assignmentGustavo A. R. Silva2017-05-161-1/+1
* scsi: libfc: do not flood console with messages 'libfc: queue full ...'Hannes Reinecke2017-05-081-6/+9
* scsi: libfc: directly call ELS request handlersJohannes Thumshirn2017-04-111-11/+9
* scsi: libfc: convert fc_fcp_pkt.ref_cnt from atomic_t to refcount_tElena Reshetova2017-03-151-3/+3
* sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-022-0/+4
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-12-147-441/+802
|\
| * scsi: libfc: Remove an unneeded conditionDan Carpenter2016-11-251-1/+0
| * scsi: fc: use bsg_job_doneJohannes Thumshirn2016-11-171-2/+2
| * scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2016-11-171-5/+5
| * scsi: libfc: don't set FC_RQST_STATE_DONE before calling fc_bsg_jobdone()Johannes Thumshirn2016-11-171-2/+0
| * scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn2016-11-171-2/+2
| * scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn2016-11-171-1/+1
| * scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn2016-11-171-2/+4
| * scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn2016-11-171-10/+13
| * scsi: libfc: Don't have fc_exch_find log errors on a new exchangeChris Leech2016-11-081-0/+3
| * scsi: libfc: Replace ->seq_release callback with function callHannes Reinecke2016-11-081-4/+2