summaryrefslogtreecommitdiff
path: root/drivers/s390/scsi/zfcp_fc.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-26scsi: zfcp: Defer fc_rport blocking until after ADISC responseSteffen Maier1-5/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-08-30s390: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-02scsi: zfcp: Fix missing auto port scan and thus missing target portsSteffen Maier1-9/+20
2022-01-25scsi: zfcp: Fix failed recovery on gone remote port with non-NPIV FCP devicesSteffen Maier1-1/+12
2020-07-08scsi: zfcp: Use prandom_u32_max() for backoffGeorge Spelvin1-1/+1
2019-06-20scsi: s390: zfcp_fc: use sg helper to iterate over scatterlistMing Lei1-2/+2
2019-03-28scsi: zfcp: reduce flood of fcrscn1 trace records on multi-element RSCNSteffen Maier1-4/+17
2018-11-15scsi: zfcp: silence all W=1 build warnings for existing kdocSteffen Maier1-1/+1
2018-11-15scsi: zfcp: move SG table helper from aux to fc and make them staticSteffen Maier1-2/+44
2018-05-18scsi: zfcp: cleanup indentation for posting FC eventsSteffen Maier1-3/+2
2018-05-18scsi: zfcp: consistently use function name space prefixSteffen Maier1-2/+2
2018-05-18scsi: zfcp: workqueue: set description for port work items with their WWPN as...Steffen Maier1-0/+2
2018-03-13bsg-lib: introduce a timeout field in struct bsg_jobChristoph Hellwig1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-11scsi: zfcp: clean up unnecessary module_param_named() with no_auto_port_rescanMartin Peschke1-1/+1
2017-08-11scsi: zfcp: use endianness conversions with common FC(P) struct fieldsSteffen Maier1-22/+24
2017-08-11scsi: zfcp: more fitting constant for fc_ct_hdr.ct_reason on port scan responseSteffen Maier1-2/+2
2016-11-18scsi: fc: use bsg_job_doneJohannes Thumshirn1-1/+1
2016-11-18scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn1-7/+8
2016-11-18scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn1-3/+5
2016-11-18scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn1-2/+4
2016-11-18scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn1-1/+1
2016-11-18scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn1-3/+6
2015-07-27atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra1-4/+4
2014-11-20zfcp: auto port scan resiliencyMartin Peschke1-3/+49
2013-06-01[SCSI] zfcp: cleanup port sysfs attribute usageSebastian Ott1-1/+1
2012-09-24[SCSI] zfcp: No automatic port_rescan on eventsSteffen Maier1-1/+22
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-1/+1
2011-02-25[SCSI] zfcp: Add information to symbolic port name when running in NPIV modeChristof Schmitt1-0/+120
2011-02-25[SCSI] zfcp: Use common FC kmem_cache for GPN_FT requestChristof Schmitt1-56/+31
2011-02-25[SCSI] zfcp: Allocate GID_PN data through new FC kmem_cacheChristof Schmitt1-41/+39
2011-02-25[SCSI] zfcp: Introduce new kmem_cache for FC request and response dataChristof Schmitt1-22/+24
2010-12-21[SCSI] zfcp: Redesign of the debug tracing final cleanup.Swen Schillig1-9/+9
2010-12-21[SCSI] zfcp: Redesign of the debug tracing for SAN records.Swen Schillig1-1/+1
2010-09-17[SCSI] zfcp: Replace status modifier functions.Swen Schillig1-1/+1
2010-07-28[SCSI] zfcp: Post events through FC transport classSven Schuetz1-0/+54
2010-05-02[SCSI] zfcp: Zero memory for gpn_ft and adisc requestsChristof Schmitt1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-12/+11
2010-02-18[SCSI] zfcp: Rename sysfs_device attribute to dev in zfcp_unit and zfcp_portChristof Schmitt1-12/+11
2010-02-08[SCSI] zfcp: Report FC BSG errors in correct fieldSwen Schillig1-5/+4
2010-01-17[SCSI] zfcp: Set hardware timeout as requested by BSG request.Swen Schillig1-5/+8
2010-01-17[SCSI] zfcp: Introduce bsg_timeout callback.Swen Schillig1-0/+6
2010-01-17[SCSI] zfcp: Issue zfcp_fc_wka_port_put after FC CT BSG requestChristof Schmitt1-22/+43
2009-12-04[SCSI] zfcp: Improve ELS ADISC handlingChristof Schmitt1-3/+8
2009-12-04[SCSI] zfcp: Simplify handling of ct and els requestsChristof Schmitt1-161/+92
2009-12-04[SCSI] zfcp: Move WKA port to zfcp FC codeChristof Schmitt1-23/+21
2009-12-04[SCSI] zfcp: Use common code definitions for FC CT structsChristof Schmitt1-83/+55
2009-12-04[SCSI] zfcp: Use common code definitions for FC ELS structsChristof Schmitt1-65/+66