summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | [SCSI] lpfc 8.1.10 : Add support for new lpfc soft_wwpn attributeJames Smart2006-09-054-0/+124
| | * | [SCSI] lpfc 8.1.10 : Add support for dev_loss_tmo_callbk and fast_io_fail_tmo...James Smart2006-09-058-173/+209
| | * | [SCSI] FC transport: Add dev_loss_tmo callbacks, and new fast_io_fail_tmo w/ ...James Smart2006-09-052-11/+128
| | * | [SCSI] lpfc 8.1.10 : Add support to return adapter symbolic nameJames Smart2006-09-021-1/+12
| | * | [SCSI] lpfc 8.1.10 : Add support to post events via new FC event interfacesJames Smart2006-09-024-0/+19
| | * | [SCSI] SCSI & FC transport: extend event vendor id's to 64bitsJames Smart2006-09-024-6/+7
| | * | [SCSI] SCSI and FC Transport: add netlink support for posting of transport ev...James Smart2006-09-0210-1/+612
| | * | [SCSI] add failure return to scsi_init_shared_tag_map()James Bottomley2006-09-022-4/+4
| | * | [SCSI] stex: add shared tags from blockEd Lin2006-09-021-120/+57Star
| | * | [SCSI] Add Promise SuperTrak driverJeff Garzik2006-09-023-0/+1324
| | * | [SCSI] Wrong size information for devices with disabled read accessHannes Reinecke2006-09-021-1/+1
| | * | [SCSI] iscsi class: update versionMike Christie2006-09-021-1/+1
| | * | [SCSI] libiscsi: don't call into lld to cleanup taskMike Christie2006-09-021-5/+4Star
| | * | [SCSI] libiscsi: check that command ptr is set before accessing itMike Christie2006-09-021-5/+22
| | * | [SCSI] iscsi_tcp: fix partial digest recvMike Christie2006-09-021-8/+13
| | * | [SCSI] libiscsi: only check burst lengths when sending unsol dataMike Christie2006-09-021-1/+2
| | * | [SCSI] iscsi_tcp: update header size during reloginMike Christie2006-09-021-0/+2
| | * | [SCSI] iscsi_tcp: fix header resendMike Christie2006-09-021-1/+1
| | * | [SCSI] scsi_tcp: rm data rx and tx tfmsMike Christie2006-09-022-72/+38Star
| | * | [SCSI] iscsi_tcp: fix padding, data digests, and IO at weird offsetsMike Christie2006-09-023-420/+286Star
| | * | [SCSI] attempt to complete r2t with data len greater than max burstMike Christie2006-09-021-3/+14
| | * | [SCSI] add refcouting around ctask usage in main IO patchMike Christie2006-09-022-9/+51
| | * | [SCSI] libiscsi, iscsi_tcp, iscsi_iser: check that burst lengths are valid.Mike Christie2006-09-026-49/+31Star
| | * | [SCSI] SCSI: sanitize INQUIRY stringsAlan Stern2006-09-021-3/+34
| | * | [SCSI] sd: fix cache flushing on module removal (and individual device removal)James Bottomley2006-09-011-6/+9
| | * | [SCSI] add shared tag map helpersJames Bottomley2006-08-313-1/+23
| | * | [SCSI] block: add support for shared tag mapsJames Bottomley2006-08-312-21/+90
| | * | [SCSI] aic94xx: Increase can_queue for better performanceDarrick J. Wong2006-08-301-0/+2
| | * | [SCSI] aic94xx: add MODULE_FIRMWARE tagJames Bottomley2006-08-301-0/+3
| | * | [SCSI] MODULE_FIRMWARE for binary firmware(s)Jon Masters2006-08-301-0/+5
| | * | [SCSI] aic94xx: new driverJames Bottomley2006-08-2937-1/+18866
| | * | [SCSI] scsi_transport_sas: remove local_attached flagJames Bottomley2006-08-283-14/+12Star
| | * | Merge ../linux-2.6James Bottomley2006-08-28867-9013/+22109
| | |\ \
| | * | | [SCSI] BusLogic gcc 4.1 warning fixesDaniel Walker2006-08-201-9/+37
| | * | | [SCSI] megaraid_sas: pci_module_init to pci_register_driver conversionMichal Piotrowski2006-08-191-1/+1
| | * | | [SCSI] fc transport: add fc_host system_hostname attribute and u64_to_wwn()James Smart2006-08-192-13/+55
| | * | | [SCSI] convert to PCI_DEVICE() macroHenrik Kretzschmar2006-08-191-25/+9Star
| | * | | [SCSI] aic7*: cleanup MODULE_PARM_DESC stringsRandy Dunlap2006-08-192-3/+3
| | * | | [SCSI] fc transport: convert fc_host symbolic_name attribute to a dynamic att...James Smart2006-08-192-3/+4
| | * | | [SCSI] remove unnecessary includes of linux/config.h from drivers/scsi/Dave Jones2006-08-195-7/+0Star
| | * | | [SCSI] Don't add scsi_device for devices that return PQ=1, PDT=0x1fdave wysochanski2006-08-191-4/+19
| | * | | [SCSI] aacraid: Reset adapter in recovery timeoutMark Haverkamp2006-08-195-21/+296
| | * | | [SCSI] aacraid: Check for unlikely errorsMark Haverkamp2006-08-193-3/+18
| | * | | [SCSI] aacraid: Restart adapter on firmware assert (Update 2)Mark Haverkamp2006-08-193-14/+45
| | * | | [SCSI] aacraid: interruptible ioctlMark Haverkamp2006-08-193-10/+38
| | * | | [SCSI] limit recursion when flushing shost->starved_listAndreas Herrmann2006-08-191-1/+9
| | * | | [SCSI] fix up short inquiry printingJames Bottomley2006-08-071-1/+1
| | * | | [SCSI] Improve inquiry printingMatthew Wilcox2006-08-068-94/+46Star
| | * | | [SCSI] ipr: Bump driver version to 2.1.4Brian King2006-08-061-2/+2
| | * | | [SCSI] ipr: Auto sense handling fixBrian King2006-08-061-2/+1Star