| Commit message (Expand) | Author | Age | Files | Lines |
* | RPC/RDMA: correct the reconnect timer backoff | Tom Talpey | 2008-10-10 | 1 | -0/+7 |
* | RPC/RDMA: optionally emit useful transport info upon connect/disconnect. | Tom Talpey | 2008-10-10 | 2 | -1/+22 |
* | RPC/RDMA: reformat a debug printk to keep lines together. | Tom Talpey | 2008-10-10 | 1 | -2/+2 |
* | RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls. | Tom Talpey | 2008-10-10 | 3 | -7/+10 |
* | RPC/RDMA: fix connect/reconnect resource leak. | Tom Talpey | 2008-10-10 | 1 | -5/+4 |
* | RPC/RDMA: return a consistent error, when connect fails. | Tom Talpey | 2008-10-10 | 1 | -1/+1 |
* | RPC/RDMA: adhere to protocol for unpadded client trailing write chunks. | Tom Talpey | 2008-10-10 | 3 | -2/+33 |
* | RPC/RDMA: avoid an oops due to disconnect racing with async upcalls. | Tom Talpey | 2008-10-10 | 1 | -11/+9 |
* | RPC/RDMA: maintain the RPC task bytes-sent statistic. | Tom Talpey | 2008-10-10 | 1 | -0/+1 |
* | RPC/RDMA: suppress retransmit on RPC/RDMA clients. | Tom Talpey | 2008-10-10 | 3 | -4/+15 |
* | RPC/RDMA: fix connection IRD/ORD setting | Tom Tucker | 2008-10-10 | 1 | -37/+14 |
* | RPC/RDMA: support FRMR client memory registration. | Tom Talpey | 2008-10-10 | 2 | -6/+167 |
* | RPC/RDMA: check selected memory registration mode at runtime. | Tom Talpey | 2008-10-10 | 1 | -15/+80 |
* | RPC/RDMA: add data types and new FRMR memory registration enum. | Tom Talpey | 2008-10-10 | 2 | -1/+8 |
* | RPC/RDMA: refactor the inline memory registration code. | Tom Talpey | 2008-10-10 | 1 | -158/+207 |
* | NFS: fix nfs_parse_ip_address() corner case | Chuck Lever | 2008-10-10 | 1 | -11/+23 |
* | NFS: Cleanup nfs_set_port | J. Bruce Fields | 2008-10-10 | 1 | -10/+9 |
* | NFS: Fix attribute updates | Trond Myklebust | 2008-10-09 | 1 | -9/+4 |
* | NFS: Save padding bytes in struct nfs4_setclientid | Trond Myklebust | 2008-10-08 | 1 | -1/+1 |
* | sunrpc: fix oops in rpc_create when the mount namespace is unshared | Cedric Le Goater | 2008-10-07 | 1 | -2/+2 |
* | NFS: Don't use range_cyclic for data integrity syncs | Trond Myklebust | 2008-10-07 | 1 | -1/+2 |
* | NFS: Client mounts hang when exported directory do not exist | Steve Dickson | 2008-10-07 | 1 | -1/+2 |
* | SUNRPC: Fix a memory leak in rpcb_getport_async | Trond Myklebust | 2008-10-07 | 1 | -1/+3 |
* | SUNRPC: Fix autobind on cloned rpc clients | Trond Myklebust | 2008-10-07 | 1 | -7/+29 |
* | NFS: SETCLIENTID truncates client ID and netid | Chuck Lever | 2008-10-07 | 1 | -4/+4 |
* | NFS: remove 8 bytes of padding from struct nfs_fattr on 64 bit builds | Richard Kennedy | 2008-10-07 | 1 | -1/+1 |
* | nfs: Fix misparsing of nfsv4 fs_locations attribute | J. Bruce Fields | 2008-10-07 | 3 | -29/+21 |
* | nfs: prepare to share nfs_set_port | J. Bruce Fields | 2008-10-07 | 2 | -19/+20 |
* | nfs: replace while loop by for loops in nfs_follow_referral | J. Bruce Fields | 2008-10-07 | 1 | -12/+5 |
* | nfs: break up nfs_follow_referral | J. Bruce Fields | 2008-10-07 | 1 | -38/+46 |
* | nfs: authenticated deep mounting | EG Keizer | 2008-10-07 | 2 | -4/+26 |
* | NFS: missing nfs_fattr_init in nfs3_proc_getacl and nfs3_proc_setacls (resend... | Jeff Layton | 2008-10-07 | 1 | -0/+2 |
* | nfs: remove an obsolete nfs_flock comment | J. Bruce Fields | 2008-10-07 | 1 | -7/+0 |
* | nfs: BUG_ON in nfs_follow_mountpoint | Denis V. Lunev | 2008-10-07 | 1 | -1/+4 |
* | sunrpc: do not pin sunrpc module in the memory | Denis V. Lunev | 2008-10-07 | 1 | -8/+4 |
* | nfs: ERR_PTR is expected on failure from nfs_do_clone_mount | Denis V. Lunev | 2008-10-07 | 1 | -1/+1 |
* | fix fs/nfs/nfsroot.c compilation | Adrian Bunk | 2008-10-07 | 1 | -1/+1 |
* | NFS: Allow concurrent inode revalidation | Trond Myklebust | 2008-10-07 | 2 | -46/+6 |
* | NFS: Fix up nfs_setattr_update_inode() | Trond Myklebust | 2008-10-07 | 1 | -1/+1 |
* | NFS: Don't clear nfsi->cache_validity in nfs_check_inode_attributes() | Trond Myklebust | 2008-10-07 | 1 | -7/+0 |
* | NFS: Convert __nfs_revalidate_inode() to use nfs_refresh_inode() | Trond Myklebust | 2008-10-07 | 1 | -4/+1 |
* | NFS: Fix nfs_post_op_update_inode_force_wcc() | Trond Myklebust | 2008-10-07 | 1 | -8/+27 |
* | NFS: Fix the NFS attribute update | Trond Myklebust | 2008-10-07 | 1 | -3/+41 |
* | NFS: Clean up nfs_refresh_inode() and nfs_post_op_update_inode() | Trond Myklebust | 2008-10-07 | 1 | -7/+14 |
* | NFS: Add mount options for controlling the lookup cache | Trond Myklebust | 2008-10-07 | 1 | -0/+43 |
* | NFS: Don't apply NFS_MOUNT_FLAGMASK to text-based mounts | Trond Myklebust | 2008-10-07 | 2 | -3/+3 |
* | NFS: Add options for finer control of the lookup cache | Trond Myklebust | 2008-10-07 | 2 | -0/+8 |
* | NFS: Clean up nfs_sb_active/nfs_sb_deactive | Trond Myklebust | 2008-10-06 | 5 | -22/+13 |
* | NFS: Fix nfs_file_llseek() | Trond Myklebust | 2008-10-06 | 1 | -4/+7 |
* | Linux 2.6.27-rc9 | Linus Torvalds | 2008-10-06 | 1 | -1/+1 |