aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390/scsi
AgeCommit message (Expand)AuthorFilesLines
2015-04-14mm, mempool: do not allow atomic resizingGravatar David Rientjes 1-2/+2
2014-11-24scsi: drop reason argument from ->change_queue_depthGravatar Christoph Hellwig 1-9/+2
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingGravatar Christoph Hellwig 1-13/+2
2014-11-20zfcp: auto port scan resiliencyGravatar Martin Peschke 6-14/+90
2014-11-20zfcp: bring back unit sysfs attributes for automatic LUN scanGravatar Steffen Maier 1-3/+49
2014-11-20zfcp: remove access control tables interface (port leftovers)Gravatar Martin Peschke 3-12/+2
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthGravatar Christoph Hellwig 1-5/+3
2014-11-12scsi: remove abuses of scsi_populate_tagGravatar Christoph Hellwig 1-13/+1
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-28/+21
2014-07-22s390/zfcp: use qdio buffer helpersGravatar Sebastian Ott 1-28/+21
2014-07-17scsi: use 64-bit LUNsGravatar Hannes Reinecke 2-3/+4
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-3/+3
2013-10-24s390/s390dbf: use debug_level_enabled() where applicableGravatar Hendrik Brueckner 1-2/+2
2013-10-14treewide: Fix common typo in "identify"Gravatar Maxime Jayat 1-3/+3
2013-09-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 5-22/+12
2013-09-03[SCSI] zfcp: enable FCP hardware data router by defaultGravatar Steffen Maier 1-2/+2
2013-09-03[SCSI] zfcp: dead code removalGravatar Martin Peschke 2-11/+0
2013-09-03[SCSI] zfcp: cleanup use of obsolete strict_strto* functionsGravatar Martin Peschke 2-8/+8
2013-09-03[SCSI] zfcp: consistently use appropriate SBAL flag definitionsGravatar Martin Peschke 1-1/+2
2013-08-22[SCSI] zfcp: remove access control tables interface (keep sysfs files)Gravatar Martin Peschke 1-0/+14
2013-08-22[SCSI] zfcp: fix schedule-inside-lock in scsi_device list loopsGravatar Martin Peschke 1-7/+22
2013-08-22[SCSI] zfcp: fix lock imbalance by reworking request queue lockingGravatar Martin Peschke 1-6/+2
2013-05-31[SCSI] zfcp: status read buffers on first adapter open with link downGravatar Steffen Maier 2-8/+20
2013-05-31[SCSI] zfcp: remove access control tables interfaceGravatar Martin Peschke 10-636/+15
2013-05-31[SCSI] zfcp: module parameter dbflevel for early debuggingGravatar Steffen Maier 1-2/+9
2013-05-31[SCSI] zfcp: block queue limits with data routerGravatar Steffen Maier 1-3/+7
2013-05-31[SCSI] zfcp: fix adapter (re)open recovery while link to SAN is downGravatar Daniel Hansel 1-0/+4
2013-05-31[SCSI] zfcp: remove unused device_unregister wrapperGravatar Sebastian Ott 2-16/+0
2013-05-31[SCSI] zfcp: cleanup unit sysfs attribute usageGravatar Sebastian Ott 4-11/+9
2013-05-31[SCSI] zfcp: cleanup port sysfs attribute usageGravatar Sebastian Ott 5-15/+10
2013-05-31[SCSI] zfcp: cfdc fops add ownerGravatar Sebastian Ott 1-0/+2
2013-02-14s390/time: rename tod clock access functionsGravatar Heiko Carstens 2-2/+2
2012-09-24[SCSI] zfcp: only access zfcp_scsi_dev for valid scsi_deviceGravatar Martin Peschke 1-5/+14
2012-09-24[SCSI] zfcp: No automatic port_rescan on eventsGravatar Steffen Maier 5-4/+32
2012-09-24[SCSI] zfcp: restore refcount check on port_removeGravatar Steffen Maier 5-12/+45
2012-09-24[SCSI] zfcp: remove invalid reference to list iterator variableGravatar Julia Lawall 1-1/+1
2012-09-24[SCSI] zfcp: Do not wakeup while suspendedGravatar Steffen Maier 5-10/+86
2012-09-24[SCSI] zfcp: Bounds checking for deferred error traceGravatar Steffen Maier 2-7/+11
2012-09-24[SCSI] zfcp: Make trace record tags uniqueGravatar Steffen Maier 1-2/+2
2012-09-24[SCSI] zfcp: Adapt to new FC_PORTSPEED semanticsGravatar Steffen Maier 1-2/+32
2012-07-20s390/comments: unify copyright messages and remove file namesGravatar Heiko Carstens 17-17/+17
2012-02-27compat: fix compile breakage on s390Gravatar Heiko Carstens 1-0/+1
2011-12-14[SCSI] zfcp: return early from slave_destroy if slave_alloc returned earlyGravatar Steffen Maier 1-0/+4
2011-10-31s390: add missing module.h/export.h includesGravatar Heiko Carstens 5-0/+5
2011-08-27[SCSI] zfcp: support for hardware data routerGravatar Swen Schillig 7-60/+195
2011-08-27[SCSI] zfcp: non-experimental support for DIF/DIXGravatar Steffen Maier 2-5/+3
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-06-06[S390] qdio: Split SBAL entry flagsGravatar Jan Glauber 3-31/+34
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 2-2/+2
2011-03-23[S390] ccw_driver: remove duplicate membersGravatar Sebastian Ott 1-2/+4