summaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_fc.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: s390: zfcp_fc: use sg helper to iterate over scatterlistMing Lei2019-06-201-2/+2
* scsi: zfcp: reduce flood of fcrscn1 trace records on multi-element RSCNSteffen Maier2019-03-281-4/+17
* scsi: zfcp: silence all W=1 build warnings for existing kdocSteffen Maier2018-11-151-1/+1
* scsi: zfcp: move SG table helper from aux to fc and make them staticSteffen Maier2018-11-151-2/+44
* scsi: zfcp: cleanup indentation for posting FC eventsSteffen Maier2018-05-181-3/+2Star
* scsi: zfcp: consistently use function name space prefixSteffen Maier2018-05-181-2/+2
* scsi: zfcp: workqueue: set description for port work items with their WWPN as...Steffen Maier2018-05-181-0/+2
* bsg-lib: introduce a timeout field in struct bsg_jobChristoph Hellwig2018-03-131-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* scsi: zfcp: clean up unnecessary module_param_named() with no_auto_port_rescanMartin Peschke2017-08-111-1/+1
* scsi: zfcp: use endianness conversions with common FC(P) struct fieldsSteffen Maier2017-08-111-22/+24
* scsi: zfcp: more fitting constant for fc_ct_hdr.ct_reason on port scan responseSteffen Maier2017-08-111-2/+2
* scsi: fc: use bsg_job_doneJohannes Thumshirn2016-11-181-1/+1
* scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2016-11-181-7/+8
* scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn2016-11-181-3/+5
* scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn2016-11-181-2/+4
* scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn2016-11-181-1/+1
* scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn2016-11-181-3/+6
* atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra2015-07-271-4/+4
* zfcp: auto port scan resiliencyMartin Peschke2014-11-201-3/+49
* [SCSI] zfcp: cleanup port sysfs attribute usageSebastian Ott2013-06-011-1/+1
* [SCSI] zfcp: No automatic port_rescan on eventsSteffen Maier2012-09-241-1/+22
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-201-1/+1
* [SCSI] zfcp: Add information to symbolic port name when running in NPIV modeChristof Schmitt2011-02-251-0/+120
* [SCSI] zfcp: Use common FC kmem_cache for GPN_FT requestChristof Schmitt2011-02-251-56/+31Star
* [SCSI] zfcp: Allocate GID_PN data through new FC kmem_cacheChristof Schmitt2011-02-251-41/+39Star
* [SCSI] zfcp: Introduce new kmem_cache for FC request and response dataChristof Schmitt2011-02-251-22/+24
* [SCSI] zfcp: Redesign of the debug tracing final cleanup.Swen Schillig2010-12-211-9/+9
* [SCSI] zfcp: Redesign of the debug tracing for SAN records.Swen Schillig2010-12-211-1/+1
* [SCSI] zfcp: Replace status modifier functions.Swen Schillig2010-09-171-1/+1
* [SCSI] zfcp: Post events through FC transport classSven Schuetz2010-07-281-0/+54
* [SCSI] zfcp: Zero memory for gpn_ft and adisc requestsChristof Schmitt2010-05-021-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-02-271-12/+11Star
|\
| * [SCSI] zfcp: Rename sysfs_device attribute to dev in zfcp_unit and zfcp_portChristof Schmitt2010-02-181-12/+11Star
* | [SCSI] zfcp: Report FC BSG errors in correct fieldSwen Schillig2010-02-081-5/+4Star
|/
* [SCSI] zfcp: Set hardware timeout as requested by BSG request.Swen Schillig2010-01-171-5/+8
* [SCSI] zfcp: Introduce bsg_timeout callback.Swen Schillig2010-01-171-0/+6
* [SCSI] zfcp: Issue zfcp_fc_wka_port_put after FC CT BSG requestChristof Schmitt2010-01-171-22/+43
* [SCSI] zfcp: Improve ELS ADISC handlingChristof Schmitt2009-12-041-3/+8
* [SCSI] zfcp: Simplify handling of ct and els requestsChristof Schmitt2009-12-041-161/+92Star
* [SCSI] zfcp: Move WKA port to zfcp FC codeChristof Schmitt2009-12-041-23/+21Star
* [SCSI] zfcp: Use common code definitions for FC CT structsChristof Schmitt2009-12-041-83/+55Star
* [SCSI] zfcp: Use common code definitions for FC ELS structsChristof Schmitt2009-12-041-65/+66
* [SCSI] zfcp: Assign scheduled work to driver queueSwen Schillig2009-12-041-16/+9Star
* [SCSI] zfcp: Remove STATUS_COMMON_REMOVE flag as it is not required anymoreSwen Schillig2009-12-041-1/+0Star
* [SCSI] zfcp: Remove global config_mutexSwen Schillig2009-12-041-3/+0Star
* [SCSI] zfcp: Replace local reference counting with common krefSwen Schillig2009-12-041-17/+25
* [SCSI] zfcp: Replace global config_lock with local list locksSwen Schillig2009-12-041-27/+22Star
* [SCSI] zfcp: Handle WWPN mismatch in PLOGI payloadChristof Schmitt2009-10-221-0/+11