summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | [SCSI] lpfc 8.2.8 : Add kernel-doc function headersJames Smart2008-10-137-256/+4556
| * | | | | | | [SCSI] modify scsi to handle new fail fast flags.Mike Christie2008-10-133-3/+38
| * | | | | | | [SCSI] block: separate failfast into multiple bits.Mike Christie2008-10-1313-26/+57
| * | | | | | | [SCSI] qla2xxx: use new host byte transport errors.Mike Christie2008-10-131-2/+12
| * | | | | | | [SCSI] fc class: Add support for new transport errorsMike Christie2008-10-131-3/+3
| * | | | | | | [SCSI] iscsi class, libiscsi and qla4xxx: convert to new transport host byte ...Mike Christie2008-10-133-7/+9
| * | | | | | | [SCSI] scsi: add transport host byte errors (v3)Mike Christie2008-10-133-2/+21
| * | | | | | | [SCSI] ibmvfc, qla2xxx, lpfc: remove scsi_target_unblock calls in terminate c...Mike Christie2008-10-133-11/+0
| * | | | | | | [SCSI] fc class: unblock target after calling terminate callback (take 2)Mike Christie2008-10-132-20/+33
| * | | | | | | [SCSI] lpfc: use SCSI_MLQUEUE_TARGET_BUSY when catching the rport transition ...Mike Christie2008-10-131-4/+5
| * | | | | | | [SCSI] libiscsi: Use SCSI_MLQUEUE_TARGET_BUSYMike Christie2008-10-131-5/+3
| * | | | | | | [SCSI] qla2xxx: return SCSI_MLQUEUE_TARGET_BUSY when driver has detected rpor...Mike Christie2008-10-131-14/+12
| * | | | | | | [SCSI] qla4xxx: return SCSI_MLQUEUE_TARGET_BUSY when driver has detected sess...Mike Christie2008-10-131-1/+1
| * | | | | | | [SCSI] Add helper code so transport classes/driver can control queueing (v3)Mike Christie2008-10-135-18/+108
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-10-1728-89/+96
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2008-10-1620-46/+20
| * | | | | | | ipv4: Add a missing rcu_assign_pointer() in routing cache.Eric Dumazet2008-10-161-1/+6
| * | | | | | | [netdrvr] ibmtr: PCMCIA IBMTR is ok on 64bitAlan Cox2008-10-161-1/+1
| * | | | | | | xen-netfront: Avoid unaligned accesses to IP headerIsaku Yamahata2008-10-161-1/+4
| * | | | | | | lmc: copy_*_user under spinlockAlan Cox2008-10-161-7/+24
| * | | | | | | [netdrvr] myri10ge, ixgbe: remove broken select INTEL_IOATDMAJeff Garzik2008-10-164-33/+41
* | | | | | | | {pci,pnp} quirks.c: don't use deprecated print_fn_descriptor_symbol()Linus Torvalds2008-10-162-4/+2
* | | | | | | | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-10-1626-500/+955
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'next'Trond Myklebust2008-10-1526-500/+955
| |\ \ \ \ \ \ \ \
| | * | | | | | | | NFS: Fix a resolution problem with nfs_inode->cache_change_attributeTrond Myklebust2008-10-142-2/+1
| | * | | | | | | | NFS: Fix the resolution problem with nfs_inode_attrs_need_update()Trond Myklebust2008-10-144-18/+44
| | * | | | | | | | NFS: Changes to inode->i_nlinks must set the NFS_INO_INVALID_ATTR flagTrond Myklebust2008-10-141-0/+3
| | * | | | | | | | RPC/RDMA: ensure connection attempt is complete before signalling.Tom Talpey2008-10-101-5/+1
| | * | | | | | | | RPC/RDMA: correct the reconnect timer backoffTom Talpey2008-10-101-0/+7
| | * | | | | | | | RPC/RDMA: optionally emit useful transport info upon connect/disconnect.Tom Talpey2008-10-102-1/+22
| | * | | | | | | | RPC/RDMA: reformat a debug printk to keep lines together.Tom Talpey2008-10-101-2/+2
| | * | | | | | | | RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.Tom Talpey2008-10-103-7/+10
| | * | | | | | | | RPC/RDMA: fix connect/reconnect resource leak.Tom Talpey2008-10-101-5/+4
| | * | | | | | | | RPC/RDMA: return a consistent error, when connect fails.Tom Talpey2008-10-101-1/+1
| | * | | | | | | | RPC/RDMA: adhere to protocol for unpadded client trailing write chunks.Tom Talpey2008-10-103-2/+33
| | * | | | | | | | RPC/RDMA: avoid an oops due to disconnect racing with async upcalls.Tom Talpey2008-10-101-11/+9
| | * | | | | | | | RPC/RDMA: maintain the RPC task bytes-sent statistic.Tom Talpey2008-10-101-0/+1
| | * | | | | | | | RPC/RDMA: suppress retransmit on RPC/RDMA clients.Tom Talpey2008-10-103-4/+15
| | * | | | | | | | RPC/RDMA: fix connection IRD/ORD settingTom Tucker2008-10-101-37/+14
| | * | | | | | | | RPC/RDMA: support FRMR client memory registration.Tom Talpey2008-10-102-6/+167
| | * | | | | | | | RPC/RDMA: check selected memory registration mode at runtime.Tom Talpey2008-10-101-15/+80
| | * | | | | | | | RPC/RDMA: add data types and new FRMR memory registration enum.Tom Talpey2008-10-102-1/+8
| | * | | | | | | | RPC/RDMA: refactor the inline memory registration code.Tom Talpey2008-10-101-158/+207
| | * | | | | | | | NFS: fix nfs_parse_ip_address() corner caseChuck Lever2008-10-101-11/+23
| | * | | | | | | | NFS: Cleanup nfs_set_portJ. Bruce Fields2008-10-101-10/+9
| | * | | | | | | | NFS: Fix attribute updatesTrond Myklebust2008-10-091-9/+4
| | * | | | | | | | NFS: Save padding bytes in struct nfs4_setclientidTrond Myklebust2008-10-081-1/+1
| | * | | | | | | | sunrpc: fix oops in rpc_create when the mount namespace is unsharedCedric Le Goater2008-10-071-2/+2
| | * | | | | | | | NFS: Don't use range_cyclic for data integrity syncsTrond Myklebust2008-10-071-1/+2
| | * | | | | | | | NFS: Client mounts hang when exported directory do not existSteve Dickson2008-10-071-1/+2
OpenPOWER on IntegriCloud