summaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi
Commit message (Expand)AuthorAgeFilesLines
* zfcp: sg chaining supportFUJITA Tomonori2007-10-162-4/+3Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-10-1510-262/+364
|\
| * [SCSI] zfcp: whitespace cleanupSwen Schillig2007-10-129-166/+165Star
| * [SCSI] zfcp: Enable debug feature before setting adapter onlineChristof Schmitt2007-10-122-7/+9
| * [SCSI] zfcp: cleanup, separation of ERP, non ERP-version for exchange_ functionsSwen Schillig2007-10-124-71/+175
| * [SCSI] zfcp: Remove braces for only one statementChristof Schmitt2007-10-121-4/+2Star
| * [SCSI] zfcp: Remove unnecessary assignmentChristof Schmitt2007-10-121-1/+0Star
| * [SCSI] zfcp: avoid if (whatever) ; constructs.Heiko Carstens2007-10-121-2/+2
| * [SCSI] zfcp: correct indentation for nested if-elseChristof Schmitt2007-10-121-11/+11
* | [S390] Get rid of a bunch of sparse warnings again.Heiko Carstens2007-10-122-15/+13Star
* | [S390] cio: Introduce ccw_bus_type.shutdown.Cornelia Huck2007-10-121-6/+4Star
|/
* [SCSI] zfcp: fix the data buffer accessor patchHeiko Carstens2007-08-151-7/+3Star
* [SCSI] zfcp: allocate gid_pn_data objects from gid_pn_cacheHeiko Carstens2007-08-151-2/+2
* [SCSI] zfcp: fix memory leakHeiko Carstens2007-08-151-1/+3
* [SCSI] zfcp: convert to use the data buffer accessorsFUJITA Tomonori2007-07-312-37/+9Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-225-90/+38Star
|\
| * [SCSI] zfcp: code cleanupSwen Schillig2007-07-182-81/+33Star
| * [SCSI] zfcp: NULL vs 0 usageHeiko Carstens2007-07-182-7/+4Star
| * [SCSI] zfcp: Replace kmalloc/memset with kzallocSwen Schillig2007-07-181-2/+1Star
* | mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-3/+3
|/
* [SCSI] zfcp: Report FCP LUN to SCSI midlayerChristof Schmitt2007-06-201-17/+3Star
* [SCSI] zfcp: clear adapter status flags during adapter shutdownVolker Sameske2007-06-191-0/+7
* [SCSI] zfcp: IO stall after deleting and path checker changes after reenablin...Michael Loehr2007-05-163-4/+5
* [SCSI] zfcp: avoid clutter in erp_dbfMartin Peschke2007-05-161-27/+13Star
* [S390] Avoid sparse warnings.Heiko Carstens2007-05-102-6/+4Star
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* [SCSI] zfcp: clear boxed flag on unit reopen.Heiko Carstens2007-05-081-0/+1
* [SCSI] zfcp: clear adapter failed flag if an fsf request times out.Heiko Carstens2007-05-081-1/+1
* [SCSI] zfcp: rework request ID management.Heiko Carstens2007-05-087-89/+59Star
* [SCSI] zfcp: Fix deadlock between zfcp ERP and SCSIChristof Schmitt2007-05-084-4/+72
* [SCSI] zfcp: Locking for req_no and req_seq_noChristof Schmitt2007-05-081-9/+8Star
* [SCSI] zfcp: print S_ID and D_ID with 3 bytesChristof Schmitt2007-05-083-28/+28
* [SCSI] zfcp: Stop system after memory corruptionChristof Schmitt2007-05-081-28/+6Star
* [SCSI] zfcp: fix initialization of FSF timerChristof Schmitt2007-04-011-1/+1
* [SCSI] zfcp: fix likely/unlikely usageHeiko Carstens2007-03-111-4/+6
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-1/+1
* Merge branch 'linus'James Bottomley2007-02-107-70/+68Star
|\
| * [S390] Avoid excessive inlining.Heiko Carstens2007-02-054-52/+51Star
| * [S390] Get rid of a lot of sparse warnings.Heiko Carstens2007-02-054-18/+17Star
* | [SCSI] zfcp: removed wrong commentSwen Schillig2007-02-101-2/+0Star
* | [SCSI] zfcp: use of uninitialized variableSwen Schillig2007-02-101-12/+8Star
* | [SCSI] zfcp: Invalid locking orderSwen Schillig2007-02-102-14/+11Star
|/
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-3/+3
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-1/+1
* [SCSI] zfcp: initialize scsi_host_template.max_sectors with appropriate valueSwen Schillig2006-10-262-0/+5
* [PATCH] drivers/s390 misc sparse annotationsAl Viro2006-10-111-1/+1
* [PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra2006-10-011-1/+1
* [SCSI] zfcp: fix: avoid removal of fsf reqs before qdio queues are downAndreas Herrmann2006-09-243-19/+4Star
* [SCSI] zfcp: introduce struct timer_list in struct zfcp_fsf_reqAndreas Herrmann2006-09-246-344/+191Star