summaryrefslogtreecommitdiff
path: root/drivers/s390/scsi/zfcp_scsi.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche1-2/+2
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens1-2/+1
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche1-2/+3
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche1-5/+5
2023-03-24scsi: zfcp: Declare SCSI host template constBart Van Assche1-1/+1
2023-02-21scsi: zfcp: Change the type of all fsf request id fields and variables to u64Benjamin Block1-1/+1
2021-10-16scsi: zfcp: Switch to attribute groupsBart Van Assche1-2/+2
2021-10-16scsi: zfcp_scsi: Call scsi_done() directlyBart Van Assche1-2/+2
2021-05-31scsi: core: Introduce scsi_build_sense()Hannes Reinecke1-4/+1
2020-05-11scsi: zfcp: Move allocation of the shost object to after xconf- and xport-dataBenjamin Block1-9/+31
2020-05-11scsi: zfcp: Move fc_host updates during xport data handling into fenced functionBenjamin Block1-0/+19
2020-05-11scsi: zfcp: Move shost updates during xconfig data handling into fenced functionBenjamin Block1-1/+71
2020-03-17scsi: zfcp: wire previously driver-specific sysfs attributes also to fc_hostSteffen Maier1-0/+4
2020-03-17scsi: zfcp: expose fabric name as common fc_host sysfs attributeSteffen Maier1-0/+1
2019-10-28scsi: zfcp: signal incomplete or error for sync exchange config/port dataBenjamin Block1-2/+2
2019-05-29scsi: zfcp: fix to prevent port_remove with pure auto scan LUNs (only sdevs)Steffen Maier1-0/+9
2019-03-27scsi: zfcp: fix scsi_eh host reset with port_forced ERP for non-NPIV FCP devicesSteffen Maier1-0/+4
2019-01-29scsi: zfcp: fix sysfs block queue limit output for max_segment_sizeSteffen Maier1-0/+2
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-12-07scsi: zfcp: make DIX experimental, disabled, and independent of DIFFedor Loshakov1-3/+7
2018-11-15scsi: zfcp: drop duplicate fsf_command from zfcp_fsf_req which is also in QTC...Steffen Maier1-1/+3
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-33/+108
2018-05-18scsi: zfcp: support SCSI_ADAPTER_RESET via scsi_host sysfs attribute host_resetSteffen Maier1-0/+26
2018-05-18scsi: zfcp: explicitly support initiator in scsi_host_templateSteffen Maier1-0/+1
2018-05-18scsi: zfcp: consistently use function name space prefixSteffen Maier1-22/+24
2018-05-18scsi: zfcp: workqueue: set description for port work items with their WWPN as...Steffen Maier1-0/+3
2018-05-18scsi: zfcp: decouple our scsi_eh callbacks from scsi_cmndSteffen Maier1-4/+37
2018-05-18scsi: zfcp: decouple TMFs from scsi_cmnd by using fc_block_rportSteffen Maier1-1/+2
2018-05-18scsi: zfcp: decouple SCSI setup of TMF from scsi_cmndSteffen Maier1-1/+1
2018-05-18scsi: zfcp: decouple SCSI traces for scsi_eh / TMF from scsi_cmndSteffen Maier1-7/+8
2018-05-18scsi: zfcp: fix missing REC trigger trace on terminate_rport_io early returnSteffen Maier1-0/+5
2018-05-18scsi: zfcp: fix missing SCSI trace for retry of abort / scsi_eh TMFSteffen Maier1-0/+2
2018-05-18scsi: zfcp: fix missing SCSI trace for result of eh_host_reset_handlerSteffen Maier1-5/+6
2018-05-08scsi: zfcp: fix infinite iteration on ERP ready listJens Remus1-7/+7
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-16scsi: zfcp: fix erp_action use-before-initialize in REC action traceSteffen Maier1-0/+5
2017-08-10scsi: zfcp: fix missing trace records for early returns in TMF eh handlersSteffen Maier1-2/+6
2017-08-10scsi: zfcp: fix passing fsf_req to SCSI trace on TMF to correlate with HBASteffen Maier1-4/+4
2017-08-10scsi: zfcp: convert bool-definitions to use 'true' instead of '1'Benjamin Block1-1/+1
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-0/+1
2016-12-14scsi: zfcp: fix rport unblock race with LUN recoverySteffen Maier1-3/+1
2016-12-14scsi: zfcp: fix use-after-"free" in FC ingress path after TMFBenjamin Block1-2/+55
2016-08-12zfcp: close window with unblocked rport during rport goneSteffen Maier1-1/+7
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke1-1/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-9/+2
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-13/+2
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-5/+3