aboutsummaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-14NFS: Changes to inode->i_nlinks must set the NFS_INO_INVALID_ATTR flagTrond Myklebust1-0/+3
2008-10-10RPC/RDMA: ensure connection attempt is complete before signalling.Tom Talpey1-5/+1
2008-10-10RPC/RDMA: correct the reconnect timer backoffTom Talpey1-0/+7
2008-10-10RPC/RDMA: optionally emit useful transport info upon connect/disconnect.Tom Talpey2-1/+22
2008-10-10RPC/RDMA: reformat a debug printk to keep lines together.Tom Talpey1-2/+2
2008-10-10RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.Tom Talpey3-7/+10
2008-10-10RPC/RDMA: fix connect/reconnect resource leak.Tom Talpey1-5/+4
2008-10-10RPC/RDMA: return a consistent error, when connect fails.Tom Talpey1-1/+1
2008-10-10RPC/RDMA: adhere to protocol for unpadded client trailing write chunks.Tom Talpey3-2/+33
2008-10-10RPC/RDMA: avoid an oops due to disconnect racing with async upcalls.Tom Talpey1-11/+9
2008-10-10RPC/RDMA: maintain the RPC task bytes-sent statistic.Tom Talpey1-0/+1
2008-10-10RPC/RDMA: suppress retransmit on RPC/RDMA clients.Tom Talpey3-4/+15
2008-10-10RPC/RDMA: fix connection IRD/ORD settingTom Tucker1-37/+14
2008-10-10RPC/RDMA: support FRMR client memory registration.Tom Talpey2-6/+167
2008-10-10RPC/RDMA: check selected memory registration mode at runtime.Tom Talpey1-15/+80
2008-10-10RPC/RDMA: add data types and new FRMR memory registration enum.Tom Talpey2-1/+8
2008-10-10RPC/RDMA: refactor the inline memory registration code.Tom Talpey1-158/+207
2008-10-10NFS: fix nfs_parse_ip_address() corner caseChuck Lever1-11/+23
2008-10-10NFS: Cleanup nfs_set_portJ. Bruce Fields1-10/+9
2008-10-09NFS: Fix attribute updatesTrond Myklebust1-9/+4
2008-10-08NFS: Save padding bytes in struct nfs4_setclientidTrond Myklebust1-1/+1
2008-10-07sunrpc: fix oops in rpc_create when the mount namespace is unsharedCedric Le Goater1-2/+2
2008-10-07NFS: Don't use range_cyclic for data integrity syncsTrond Myklebust1-1/+2
2008-10-07NFS: Client mounts hang when exported directory do not existSteve Dickson1-1/+2
2008-10-07SUNRPC: Fix a memory leak in rpcb_getport_asyncTrond Myklebust1-1/+3
2008-10-07SUNRPC: Fix autobind on cloned rpc clientsTrond Myklebust1-7/+29
2008-10-07NFS: SETCLIENTID truncates client ID and netidChuck Lever1-4/+4
2008-10-07NFS: remove 8 bytes of padding from struct nfs_fattr on 64 bit buildsRichard Kennedy1-1/+1
2008-10-07nfs: Fix misparsing of nfsv4 fs_locations attributeJ. Bruce Fields3-29/+21
2008-10-07nfs: prepare to share nfs_set_portJ. Bruce Fields2-19/+20
2008-10-07nfs: replace while loop by for loops in nfs_follow_referralJ. Bruce Fields1-12/+5
2008-10-07nfs: break up nfs_follow_referralJ. Bruce Fields1-38/+46
2008-10-07nfs: authenticated deep mountingEG Keizer2-4/+26
2008-10-07NFS: missing nfs_fattr_init in nfs3_proc_getacl and nfs3_proc_setacls (resend #2)Jeff Layton1-0/+2
2008-10-07nfs: remove an obsolete nfs_flock commentJ. Bruce Fields1-7/+0
2008-10-07nfs: BUG_ON in nfs_follow_mountpointDenis V. Lunev1-1/+4
2008-10-07sunrpc: do not pin sunrpc module in the memoryDenis V. Lunev1-8/+4
2008-10-07nfs: ERR_PTR is expected on failure from nfs_do_clone_mountDenis V. Lunev1-1/+1
2008-10-07fix fs/nfs/nfsroot.c compilationAdrian Bunk1-1/+1
2008-10-07NFS: Allow concurrent inode revalidationTrond Myklebust2-46/+6
2008-10-07NFS: Fix up nfs_setattr_update_inode()Trond Myklebust1-1/+1
2008-10-07NFS: Don't clear nfsi->cache_validity in nfs_check_inode_attributes()Trond Myklebust1-7/+0
2008-10-07NFS: Convert __nfs_revalidate_inode() to use nfs_refresh_inode()Trond Myklebust1-4/+1
2008-10-07NFS: Fix nfs_post_op_update_inode_force_wcc()Trond Myklebust1-8/+27
2008-10-07NFS: Fix the NFS attribute updateTrond Myklebust1-3/+41
2008-10-07NFS: Clean up nfs_refresh_inode() and nfs_post_op_update_inode()Trond Myklebust1-7/+14
2008-10-07NFS: Add mount options for controlling the lookup cacheTrond Myklebust1-0/+43
2008-10-07NFS: Don't apply NFS_MOUNT_FLAGMASK to text-based mountsTrond Myklebust2-3/+3
2008-10-07NFS: Add options for finer control of the lookup cacheTrond Myklebust2-0/+8
2008-10-06NFS: Clean up nfs_sb_active/nfs_sb_deactiveTrond Myklebust5-22/+13