summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc
AgeCommit message (Expand)AuthorLines
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-148/+107
2018-08-02scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGOJohannes Thumshirn-0/+1
2018-07-12scsi: libfc: Add WARN_ON() when deleting rportsHannes Reinecke-0/+1
2018-07-12scsi: libfc: hold disc_mutex in fc_disc_stop_rports()Hannes Reinecke-6/+4
2018-07-12scsi: libfc: fixup lockdep annotationsHannes Reinecke-1/+1
2018-07-10scsi: libfc: fixup 'sleeping function called from invalid context'Hannes Reinecke-3/+4
2018-07-10scsi: libfc: Add lockdep annotationsHannes Reinecke-140/+99
2018-02-13scsi: libfc: remove redundant initialization of 'disc'Colin Ian King-1/+1
2017-12-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-0/+4
2017-11-28scsi: libfc: fix ELS request handlingMartin Wilck-0/+4
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook-3/+3
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-3/+0
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-11/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-27scsi: libfc: Convert timers to use timer_setup()Kees Cook-11/+10
2017-10-16scsi: libfc: don't assign resid_len in fc_lport_bsg_requestChristoph Hellwig-3/+0
2017-10-06scsi: libfc: fix a deadlock in fc_rport_workSatish Kharat-1/+1
2017-08-25scsi: fc_fcp: do not call fc_block_scsi_eh() from host resetHannes Reinecke-2/+0
2017-07-12scsi: libfc: pass an error pointer to fc_disc_error()Dan Carpenter-1/+1
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg-1/+1
2017-05-16scsi: libfc: fix incorrect variable assignmentGustavo A. R. Silva-1/+1
2017-05-08scsi: libfc: do not flood console with messages 'libfc: queue full ...'Hannes Reinecke-6/+9
2017-04-11scsi: libfc: directly call ELS request handlersJohannes Thumshirn-11/+9
2017-03-15scsi: libfc: convert fc_fcp_pkt.ref_cnt from atomic_t to refcount_tElena Reshetova-3/+3
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar-0/+4
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig-1/+1
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-441/+802
2016-11-25scsi: libfc: Remove an unneeded conditionDan Carpenter-1/+0
2016-11-17scsi: libfc: fix seconds_since_last_reset miscalculationJohannes Thumshirn-1/+1
2016-11-17scsi: fc: use bsg_job_doneJohannes Thumshirn-2/+2
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn-5/+5
2016-11-17scsi: libfc: don't set FC_RQST_STATE_DONE before calling fc_bsg_jobdone()Johannes Thumshirn-2/+0
2016-11-17scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn-2/+2
2016-11-17scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn-1/+1
2016-11-17scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn-2/+4
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn-10/+13
2016-11-08scsi: libfc: Don't have fc_exch_find log errors on a new exchangeChris Leech-0/+3
2016-11-08scsi: libfc: Replace ->seq_release callback with function callHannes Reinecke-4/+2
2016-11-08scsi: libfc: Replace ->seq_assign callback with function callHannes Reinecke-4/+2
2016-11-08scsi: libfc: Replace ->seq_set_resp callback with direct function callHannes Reinecke-7/+4
2016-11-08scsi: libfc: Replace ->seq_start_next callback with function callHannes Reinecke-7/+5
2016-11-08scsi: libfc: Replace ->exch_done callback with function callHannes Reinecke-16/+12
2016-11-08scsi: libfc: Replace ->seq_exch_abort callback with function callHannes Reinecke-7/+10
2016-11-08scsi: libfc: Replace ->seq_send callback with function callHannes Reinecke-7/+4
2016-11-08scsi: libfc: Remove fc_rport_init()Hannes Reinecke-10/+0
2016-11-08scsi: libfc: Replace ->rport_flush_queue callback with function callHannes Reinecke-6/+4
2016-11-08scsi: libfc: Replace ->rport_recv_req callback with function callHannes Reinecke-5/+3
2016-11-08scsi: libfc: Replace ->rport_logoff callback with function callHannes Reinecke-14/+12
2016-11-08scsi: libfc: Replace ->rport_login callback with function callHannes Reinecke-10/+16
2016-11-08scsi: libfc: Replace ->rport_create callback with function callHannes Reinecke-13/+9