summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ibmvscsi
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] ibmvfc: Improve async event handlingBrian King2008-12-292-5/+7
* [SCSI] ibmvscsi: Don't fail EH due to insufficient resourcesBrian King2008-12-291-2/+2
* [SCSI] ibmvfc: Fix errors due to inconsistent command dataBrian King2008-12-291-0/+2
* [SCSI] ibmvfc: Delay NPIV login retry and add retriesBrian King2008-12-292-6/+15
* [SCSI] ibmvfc: Driver version 1.0.4Brian King2008-12-291-2/+2
* [SCSI] ibmvfc: Handle port login required responseBrian King2008-12-292-0/+4
* [SCSI] ibmvfc: Fix command timeouts due to cached CRQ accessBrian King2008-12-291-8/+8
* [SCSI] ibmvfc: Fix oops in interrupt handlerBrian King2008-12-291-1/+1
* [SCSI] ibmvfc: Driver version 1.0.3Brian King2008-12-291-2/+2
* [SCSI] ibmvfc: Quiet gcc warning in ibmvfc_reset_deviceBrian King2008-12-291-1/+1
* [SCSI] ibmvfc: Fix target initialization failure retry handlingBrian King2008-12-292-20/+23
* [SCSI] ibmvfc: Error handling fixesBrian King2008-12-292-61/+148
* [SCSI] ibmvfc: Fix error reporting for some FC errorsBrian King2008-12-291-7/+3Star
* [SCSI] ibmvfc: Fix log level filteringBrian King2008-12-291-1/+1
* [SCSI] ibmvstgt: move crq_queue_create to the end of initializationBrian King2008-12-091-7/+9
* [SCSI] ibmvscsi: switch to block timeoutJames Bottomley2008-12-011-1/+1
* [SCSI] ibmvfc, qla2xxx, lpfc: remove scsi_target_unblock calls in terminate c...Mike Christie2008-10-131-2/+0Star
* block: unify request timeout handlingJens Axboe2008-10-091-1/+1
* [SCSI] ibmvfc: Driver version 1.0.2Brian King2008-08-161-2/+2
* [SCSI] ibmvfc: Add details to async event logBrian King2008-08-161-1/+2
* [SCSI] ibmvfc: Sanitize response lengthsBrian King2008-08-161-3/+3
* [SCSI] ibmvfc: Fix for lost async eventsBrian King2008-08-161-7/+11
* [SCSI] ibmvfc: Fixup host state during reinitBrian King2008-08-161-1/+2
* [SCSI] ibmvfc: Fix another hang on module removalBrian King2008-08-161-3/+4
* [SCSI] ibmvscsi: Fixup desired DMA value for shared memory partitionsBrian King2008-08-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-07-273-32/+218
|\
| * [SCSI] replace __FUNCTION__ with __func__Harvey Harrison2008-07-272-3/+3
| * [SCSI] ibmvfc: Update driver version to 1.0.1Brian King2008-07-261-2/+2
| * [SCSI] ibmvfc: Add ADISC supportBrian King2008-07-262-0/+171
| * [SCSI] ibmvfc: Miscellaneous fixesBrian King2008-07-261-1/+2
| * [SCSI] ibmvfc: Fix hang on module removalBrian King2008-07-261-4/+7
| * [SCSI] ibmvfc: Target refcounting fixesBrian King2008-07-261-20/+28
| * [SCSI] ibmvfc: Reduce unnecessary log noiseBrian King2008-07-261-2/+5
* | dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-264-6/+6
|/
* ibmvfc: Add support for collaborative memory overcommitBrian King2008-07-251-0/+15
* ibmvscsi: driver enablement for CMORobert Jennings2008-07-252-7/+40
* [SCSI] ibmvfc: IBM Power Virtual Fibre Channel Adapter Client DriverBrian King2008-07-123-0/+4593
* [SCSI] ibmvscsi: Non SCSI error status fixupBrian King2008-05-272-2/+3
* [SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh2008-05-021-1/+1
* [SCSI] ibmvscsi: Handle non SCSI error statusBrian King2008-04-302-1/+13
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-202-30/+39
* [SCSI] tgt: fix build errors when dprintk is definedFUJITA Tomonori2008-03-031-1/+1
* [SCSI] ibmvstgt: set up scsi_host properly before __scsi_alloc_queueFUJITA Tomonori2008-03-031-3/+4
* Remove pointless casts from void pointersJeff Garzik2008-02-061-2/+2
* [SCSI] remove use_sg_chainingJames Bottomley2008-01-301-1/+0Star
* [SCSI] ibmvscsi: requeue while CRQ closedRobert Jennings2008-01-121-55/+96
* [SCSI] ibmvscsi: Set default command timeoutBrian King2008-01-121-1/+3
* [SCSI] tgt: convert to use the data buffer accessorsFUJITA Tomonori2008-01-121-1/+1
* [SCSI] ibmvscsi: Prevent IO during partner loginRobert Jennings2007-11-031-5/+14
* [SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori2007-10-161-0/+1