summaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: zfcp: Fence early sysfs interfaces for accesses of shost objectsBenjamin Block2020-05-111-2/+14
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-021-1/+69
|\
| * scsi: zfcp: report FC Endpoint Security in sysfsJens Remus2020-03-171-1/+69
* | scsi: zfcp: fix wrong data and display format of SFP+ temperatureBenjamin Block2020-02-241-1/+1
|/
* scsi: zfcp: move maximum age of diagnostic buffers into a per-adapter variableBenjamin Block2019-10-281-0/+45
* scsi: zfcp: implicitly refresh config-data diagnostics when reading sysfsBenjamin Block2019-10-281-0/+5
* scsi: zfcp: introduce sysfs interface to read the local B2B-CreditBenjamin Block2019-10-281-0/+40
* scsi: zfcp: implicitly refresh port-data diagnostics when reading sysfsBenjamin Block2019-10-281-0/+5
* scsi: zfcp: introduce sysfs interface for diagnostics of local SFP transceiverBenjamin Block2019-10-281-0/+71
* scsi: zfcp: signal incomplete or error for sync exchange config/port dataBenjamin Block2019-10-281-2/+2
* scsi: zfcp: fix to prevent port_remove with pure auto scan LUNs (only sdevs)Steffen Maier2019-05-291-6/+48
* scsi: zfcp: fix missing zfcp_port reference put on -EBUSY from port_removeSteffen Maier2019-05-291-0/+1
* scsi: zfcp: support SCSI_ADAPTER_RESET via scsi_host sysfs attribute host_resetSteffen Maier2018-05-181-4/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* zfcp: auto port scan resiliencyMartin Peschke2014-11-201-3/+7
* zfcp: bring back unit sysfs attributes for automatic LUN scanSteffen Maier2014-11-201-3/+49
* zfcp: remove access control tables interface (port leftovers)Martin Peschke2014-11-201-3/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2013-09-031-6/+6
|\
| * [SCSI] zfcp: cleanup use of obsolete strict_strto* functionsMartin Peschke2013-09-031-6/+6
* | [SCSI] zfcp: remove access control tables interface (keep sysfs files)Martin Peschke2013-08-221-0/+14
|/
* [SCSI] zfcp: remove access control tables interfaceMartin Peschke2013-05-311-8/+0
* [SCSI] zfcp: cleanup unit sysfs attribute usageSebastian Ott2013-05-311-2/+5
* [SCSI] zfcp: cleanup port sysfs attribute usageSebastian Ott2013-05-311-6/+6
* [SCSI] zfcp: restore refcount check on port_removeSteffen Maier2012-09-241-2/+16
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-201-1/+1
* [SCSI] zfcp: Redesign of the debug tracing final cleanup.Swen Schillig2010-12-211-5/+4
* [SCSI] zfcp: Replace status modifier functions.Swen Schillig2010-09-161-7/+3
* [SCSI] zfcp: Use SCSI device data zfcp_scsi_dev instead of zfcp_unitChristof Schmitt2010-09-161-27/+39
* [SCSI] zfcp: Remove ZFCP_SYSFS_FAILED macro and implement fcp_lun_show withou...Christof Schmitt2010-09-161-44/+77
* [SCSI] zfcp: Move code for managing zfcp_unit devices to new fileChristof Schmitt2010-09-161-48/+8
* [SCSI] zfcp: Remove SCSI device when removing unitChristof Schmitt2010-07-281-2/+8
* [SCSI] zfcp: Register SCSI devices after successful fc_remote_port_addChristof Schmitt2010-07-281-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] zfcp: Rename sysfs_device attribute to dev in zfcp_unit and zfcp_portChristof Schmitt2010-02-171-21/+16
* [SCSI] zfcp: Assign scheduled work to driver queueSwen Schillig2009-12-041-3/+4
* [SCSI] zfcp: Remove STATUS_COMMON_REMOVE flag as it is not required anymoreSwen Schillig2009-12-041-48/+22
* [SCSI] zfcp: Access ports and units with container_of in sysfs codeChristof Schmitt2009-12-041-5/+10
* [SCSI] zfcp: Remove global config_mutexSwen Schillig2009-12-041-30/+102
* [SCSI] zfcp: Replace local reference counting with common krefSwen Schillig2009-12-041-26/+18
* [SCSI] zfcp: Replace global config_lock with local list locksSwen Schillig2009-12-041-28/+20
* [SCSI] zfcp: Flush SCSI registration work when adding unitChristof Schmitt2009-10-221-0/+1
* [SCSI] zfcp: Replace config semaphore with mutexChristof Schmitt2009-09-051-8/+8
* [SCSI] zfcp: Apply common naming conventions to zfcp_fcSwen Schillig2009-09-051-1/+1
* [SCSI] zfcp: Move qdio related data out of zfcp_adapterSwen Schillig2009-09-051-8/+8
* [SCSI] zfcp: Acquire qdio_stat_lock when reading the queue utilizationChristof Schmitt2009-07-301-1/+6
* [SCSI] zfcp: remove unit will fail if add unit is not finishedMartin Petermann2009-04-271-6/+15
* [SCSI] zfcp: replace current ERP logging with a more convenient versionSwen Schillig2009-03-121-6/+6
* [SCSI] zfcp: Simplify latency lock handlingChristof Schmitt2009-03-121-3/+2
* [SCSI] zfcp: add measurement data for average qdio queue utilisationMartin Peschke2009-03-121-1/+2
* [S390] convert zfcp printks to pr_xxx macros.Christof Schmitt2008-12-251-0/+3