summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-0510-130/+10
* Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"Saurav Kashyap2019-04-181-1/+0
* Revert "scsi: libfc: Add WARN_ON() when deleting rports"Ross Lagerwall2019-02-041-1/+0
* scsi: libfc: free skb when receiving invalid flogi respMing Lu2019-01-291-3/+3
* scsi: libfc: fc_rport: Mark expected switch fall-throughGustavo A. R. Silva2018-11-281-0/+1
* scsi: libfc: Remove set but not used variable 'disc'Yue Haibing2018-11-211-2/+0
* scsi: libfc: retry PRLI if we cannot analyse the payloadHannes Reinecke2018-10-151-2/+6
* scsi: libfc: check fc_frame_payload_get() return value for nullThomas Abraham2018-10-151-4/+10
* scsi: libfc: remove set but not used variable 'rpriv'YueHaibing2018-09-111-3/+0
* scsi: libfc: remove unnecessary condition checkChengguang Xu2018-08-301-2/+1
* 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
| * scsi: libfc: Replace ->seq_assign callback with function callHannes Reinecke2016-11-081-4/+2
| * scsi: libfc: Replace ->seq_set_resp callback with direct function callHannes Reinecke2016-11-081-7/+4
| * scsi: libfc: Replace ->seq_start_next callback with function callHannes Reinecke2016-11-083-7/+5