summaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_fsf.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: zfcp: Clarify access to erp_action in zfcp_fsf_req_complete()Julian Wiedmann2020-09-151-2/+8
* scsi: zfcp: Fix use-after-free in request timeout handlersSteffen Maier2020-08-171-2/+2
* scsi: zfcp: Move allocation of the shost object to after xconf- and xport-dataBenjamin Block2020-05-111-1/+1
* scsi: zfcp: Fence fc_host updates during link-down handlingBenjamin Block2020-05-111-5/+9
* scsi: zfcp: Move fc_host updates during xport data handling into fenced functionBenjamin Block2020-05-111-9/+3
* scsi: zfcp: Move shost updates during xconfig data handling into fenced functionBenjamin Block2020-05-111-42/+6
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-101-12/+11
|\
| * scsi: zfcp: use fallthrough;Joe Perches2020-03-311-12/+11
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-021-23/+267
|\|
| * scsi: zfcp: log FC Endpoint Security errorsJens Remus2020-03-171-0/+62
| * scsi: zfcp: enhance handling of FC Endpoint Security errorsJens Remus2020-03-171-2/+11
| * scsi: zfcp: trace FC Endpoint Security of FCP devices and connectionsJens Remus2020-03-171-3/+25
| * scsi: zfcp: log FC Endpoint Security of connectionsJens Remus2020-03-171-1/+53
| * scsi: zfcp: report FC Endpoint Security in sysfsJens Remus2020-03-171-0/+79
| * scsi: zfcp: auto variables for dereferenced structs in open port handlerJens Remus2020-03-171-6/+7
| * scsi: zfcp: fix fc_host attributes that should be unknown on local link downSteffen Maier2020-03-171-18/+21
| * scsi: zfcp: wire previously driver-specific sysfs attributes also to fc_hostSteffen Maier2020-03-171-0/+11
| * scsi: zfcp: expose fabric name as common fc_host sysfs attributeSteffen Maier2020-03-171-0/+5
* | s390/qdio: fill SBALEs with absolute addressesJulian Wiedmann2020-02-191-1/+1
|/
* scsi: zfcp: support retrieval of SFP Data via Exchange Port DataBenjamin Block2019-10-281-2/+4
* scsi: zfcp: add diagnostics buffer for exchange config dataBenjamin Block2019-10-281-0/+9
* scsi: zfcp: diagnostics buffer caching and use for exchange port dataBenjamin Block2019-10-281-0/+12
* scsi: zfcp: signal incomplete or error for sync exchange config/port dataBenjamin Block2019-10-281-5/+41
* scsi: zfcp: fix reaction on bit error threshold notificationSteffen Maier2019-10-031-3/+13
* scsi: zfcp: fix request object use-after-free in send path causing wrong tracesBenjamin Block2019-07-111-2/+8
* scsi: zfcp: fix request object use-after-free in send path causing seqno errorsBenjamin Block2019-07-111-5/+40
* scsi: zfcp: silence all W=1 build warnings for existing kdocSteffen Maier2018-11-151-5/+9
* scsi: zfcp: properly format LUN (and WWPN) for LUN sharing violation kmsgSteffen Maier2018-11-151-1/+1
* scsi: zfcp: update kernel message for invalid FCP_CMND length, it's not the CDBSteffen Maier2018-11-151-5/+2
* scsi: zfcp: drop duplicate seq_no from zfcp_fsf_req which is also in QTCB headerSteffen Maier2018-11-151-1/+0
* scsi: zfcp: drop duplicate fsf_command from zfcp_fsf_req which is also in QTC...Steffen Maier2018-11-151-8/+6
* scsi: zfcp: namespace prefix for internal latency data structuresSteffen Maier2018-11-151-2/+2
* scsi: zfcp: move scsi_eh & non-ERP timeout defines owned by and local to zfcp...Steffen Maier2018-11-151-2/+7
* scsi: zfcp: add port speed capabilitiesJens Remus2018-05-181-1/+10
* scsi: zfcp: consistently use function name space prefixSteffen Maier2018-05-181-3/+4
* scsi: zfcp: decouple SCSI setup of TMF from scsi_cmndSteffen Maier2018-05-181-6/+6
* scsi: zfcp: decouple FSF request setup of TMF from scsi_cmndSteffen Maier2018-05-181-3/+5
* scsi: zfcp: split FCP_CMND IU setup between SCSI I/O and TMF againSteffen Maier2018-05-181-2/+2
* scsi: zfcp: decouple TMF response handler from scsi_cmndSteffen Maier2018-05-181-11/+14
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-2/+2
* zfcp: purely mechanical update using timer API, plus blank linesSteffen Maier2017-11-161-0/+1
* s390/scsi: Convert timers to use timer_setup()Kees Cook2017-11-161-7/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* scsi: zfcp: clean up a member of struct zfcp_qdio that was assigned but never...Martin Peschke2017-08-101-1/+0
* scsi: zfcp: clean up redundant code with fall through in link down SRB switch...Martin Peschke2017-08-101-2/+0
* scsi: zfcp: use endianness conversions with common FC(P) struct fieldsSteffen Maier2017-08-101-4/+4
* scsi: zfcp: use common code fcp_cmnd and fcp_resp with union in fsf_qtcb_bott...Steffen Maier2017-08-101-4/+6
* scsi: zfcp: clarify that we don't need "link" test on failed open portSteffen Maier2017-08-101-1/+3
* scsi: zfcp: fix capping of unsuccessful GPN_FT SAN response trace recordsSteffen Maier2017-08-101-2/+2
* scsi: zfcp: fix queuecommand for scsi_eh commands when DIX enabledSteffen Maier2017-08-101-1/+2