summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] iscsi class: fix lock dep warning on logoutMike Christie2009-03-131-32/+6Star
* [SCSI] libiscsi: don't cap queue depth in iscsi modulesMike Christie2009-03-133-11/+4Star
* [SCSI] iscsi_tcp: replace scsi_debug/tcp_debug logging with iscsi conn loggingMike Christie2009-03-131-23/+34
* [SCSI] libiscsi_tcp: replace tcp_debug/scsi_debug logging with session/conn l...Mike Christie2009-03-131-60/+62
* [SCSI] libiscsi: replace scsi_debug logging with session/conn loggingMike Christie2009-03-131-61/+103
* [SCSI] iser: have iser use its own loggingMike Christie2009-03-131-5/+5
* [SCSI] iscsi tcp: bidi capablePete Wyckoff2009-03-131-0/+7
* [SCSI] libiscsi: fix iscsi pool error pathJean Delvare2009-03-131-3/+2Star
* [SCSI] fcoe: fcoe fc crc offload indication by skb->ip_summedYi Zou2009-03-131-1/+1
* [SCSI] fcoe: add support to FCoE offload support in fcoe_sw through net_deviceYi Zou2009-03-131-0/+38
* [SCSI] libfc: add support of large receive offload by ddp in fc_fcpYi Zou2009-03-132-2/+63
* [SCSI] fcoe: add support to large send by gso through net_device for fcoe_swYi Zou2009-03-131-1/+11
* [SCSI] libfc: use lso_max for sequence offloadYi Zou2009-03-131-1/+7
* [SCSI] fcoe, libfc: check offload features from LLD through netdevYi Zou2009-03-131-1/+28
* [SCSI] net: reclaim 8 upper bits of the netdev->features from GSOChris Leech2009-03-131-1/+1
* [SCSI] net, fcoe: add ETH_P_FCOE for Fibre Channel over Ethernet (FCoE)Yi Zou2009-03-131-1/+1
* [SCSI] scsi_dh_rdac: Retry mode select for NO_SENSE, ABORTED_COMMAND, UNIT_AT...Chauhan, Vijay2009-03-121-13/+25
* [SCSI] zfcp: Report fc_host_port_type as NPIVChristof Schmitt2009-03-121-2/+3
* [SCSI] zfcp: Ensure all work is cancelled on adapter dequeueSwen Schillig2009-03-123-4/+8
* [SCSI] zfcp: fix queue, scheduled work processing.Swen Schillig2009-03-122-3/+8
* [SCSI] zfcp: erp failed status bit will not be setMartin Petermann2009-03-121-1/+0Star
* [SCSI] zfcp: Block FC transport rports early on errorsChristof Schmitt2009-03-127-56/+157
* [SCSI] zfcp: incorrect reaction on incoming RSCNSwen Schillig2009-03-122-15/+7Star
* [SCSI] zfcp: Remove PCI flagChristof Schmitt2009-03-122-22/+3Star
* [SCSI] zfcp: replace current ERP logging with a more convenient versionSwen Schillig2009-03-1211-356/+215Star
* [SCSI] zfcp: prevent adapter close on initial adapter openSwen Schillig2009-03-121-35/+34Star
* [SCSI] zfcp: remove undefined subtype for status read responseSwen Schillig2009-03-123-13/+2Star
* [SCSI] zfcp: Send ELS ADISC from workqueueChristof Schmitt2009-03-125-22/+27
* [SCSI] zfcp: Improve reliability of SCSI eh handlers in zfcpChristof Schmitt2009-03-124-99/+78Star
* [SCSI] zfcp: Wait for free SBALs when possibleChristof Schmitt2009-03-121-9/+9
* [SCSI] zfcp: Only increment req_id for successfully issued requestsChristof Schmitt2009-03-121-1/+2
* [SCSI] zfcp: Simplify latency lock handlingChristof Schmitt2009-03-122-6/+4Star
* [SCSI] zfcp: add measurement data for average qdio queue utilisationMartin Peschke2009-03-124-1/+26
* [SCSI] zfcp: Remove UNIT_REGISTERED status flagChristof Schmitt2009-03-124-8/+2Star
* [SCSI] zfcp: Remove some port flagsChristof Schmitt2009-03-125-32/+11Star
* [SCSI] fix /proc memory leak in the SCSI coreAlan Stern2009-03-121-1/+2
* [SCSI] sym53c8xx: don't flood syslog with negotiation messagesTony Battersby2009-03-122-3/+29
* [SCSI] sym53c8xx: use a queue depth of 1 for untagged devicesTony Battersby2009-03-121-4/+4
* [SCSI] sym53c8xx: handle pci_iomap() failuresTony Battersby2009-03-121-26/+36
* [SCSI] sym53c8xx: unmap pci memory after probe errorsTony Battersby2009-03-121-25/+41
* [SCSI] sym53c8xx: fix bogus free_irq() on error pathTony Battersby2009-03-121-4/+7
* [SCSI] sym53c8xx: fix NULL deref on error pathTony Battersby2009-03-121-1/+1
* [SCSI] sym53c8xx: fix shost use-after-free and memory leakTony Battersby2009-03-121-1/+1
* [SCSI] ipr: Expose debug and fastfail parametersWayne Boyer2009-03-121-2/+2
* [SCSI] sd: tell the user when a disk's capacity is adjustedAlan Stern2009-03-121-11/+15
* [SCSI] ses: code_set == 1 is tested twiceRoel Kluin2009-03-121-1/+1
* [SCSI] sg: remove the own list management for struct sg_fdFUJITA Tomonori2009-03-121-36/+14Star
* [SCSI] sg: use ALIGN macroFUJITA Tomonori2009-03-121-3/+2Star
* [SCSI] sg: remove unnecessary function declarationsFUJITA Tomonori2009-03-121-8/+0Star
* [SCSI] libfc: Correct use of ! and &Julia Lawall2009-03-121-1/+1