summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-09-23NFS: Use SEEK_END instead of hardcoded valueJosef 'Jeff' Sipek1-1/+1
2006-09-23NFSv4: When mounting with a port=0 argument, substitute port=2049Trond Myklebust1-0/+3
2006-09-23NFSv4: Poll more aggressively when handling NFS4ERR_DELAYTrond Myklebust1-1/+1
2006-09-23NFSv4: Handle the condition NFS4ERR_FILE_OPENTrond Myklebust1-0/+1
2006-09-23NFSv4: Retry lease recovery if it failed during a synchronous operation.Trond Myklebust1-2/+9
2006-09-23NFS: Don't invalidate the symlink we just stuffed into the cacheTrond Myklebust1-7/+5
2006-09-23NFS: Make read() return an ESTALE if the file has been deletedTrond Myklebust1-3/+16
2006-09-23NFSv4: It's perfectly legal for clp to be NULL here....J. Bruce Fields1-1/+1
2006-09-23NFS: nfs_lookup - don't hash dentry when optimising away the lookupTrond Myklebust1-3/+11
2006-09-23SUNRPC: Fix Oops in pmap_getport_doneTrond Myklebust1-24/+22
2006-09-23SUNRPC: Add refcounting to the struct rpc_xprtTrond Myklebust3-9/+32
2006-09-23SUNRPC: Clean up soft task error handlingTrond Myklebust2-27/+15
2006-09-23SUNRPC: Handle ENETUNREACH, EHOSTUNREACH and EHOSTDOWN socket errorsTrond Myklebust1-0/+8
2006-09-23SUNRPC: rpc_delay() should not clobber the rpc_task->tk_statusTrond Myklebust1-10/+6
2006-09-23Fix a referral error Oopsandros@citi.umich.edu1-0/+2
2006-09-23NFS: NFS_ROOT should use the new rpc_create APIChuck Lever1-16/+13
2006-09-23NFS: Fix up compiler warnings on 64-bit platforms in client.cDavid Howells1-6/+14
2006-09-23SUNRPC: Make rpc_mkpipe() take the parent dentry as an argumentTrond Myklebust4-26/+27
2006-09-23NFSv4: Fix a use-after-free issue with the nfs server.Trond Myklebust4-18/+28
2006-09-23Add a real API for dealing with blk_congestion_wait()Trond Myklebust5-0/+24
2006-09-23NFS: Use cached page as buffer for NFS symlink requestsChuck Lever8-42/+59
2006-09-23NFS: copy symlinks into page cache before sending NFS SYMLINK requestChuck Lever1-18/+68
2006-09-23NFS: Fix double d_drop in nfs_instantiate() error pathChuck Lever5-48/+59
2006-09-23NFS: remove a no-longer-needed error check in nfs_symlink()Chuck Lever1-6/+2
2006-09-23SUNRPC: export new RPC client functions with _GPLChuck Lever1-5/+5
2006-09-23SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck Lever6-133/+1
2006-09-23SUNRPC: Convert RPC portmapper to use new rpc_create() APIChuck Lever1-18/+15
2006-09-23NFSD: Convert NFS server callback logic to use new rpc_create APIChuck Lever1-39/+27
2006-09-23NFS: Convert NFS client to use new rpc_create() APIChuck Lever1-16/+11
2006-09-23LOCKD: Convert to use new rpc_create() APIChuck Lever2-47/+44
2006-09-23SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever4-0/+159
2006-09-23SUNRPC: Clean-up after previous patches.Chuck Lever3-5/+0
2006-09-23SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer addressChuck Lever4-8/+15
2006-09-23SUNRPC: Teach rpc_pipe.c to use new rpc_peeraddr() APIChuck Lever1-4/+2
2006-09-23SUNRPC: Create API for displaying remote peer addressChuck Lever2-0/+14
2006-09-23SUNRPC: add xprt switch API for printing formatted remote peer addressesChuck Lever2-8/+82
2006-09-23SUNRPC: remove extraneous header inclusionsChuck Lever5-6/+0
2006-09-23SUNRPC: Teach the RPC portmapper to use the new rpc_peeraddr() API.Chuck Lever1-2/+3
2006-09-23LOCKD: Teach lockd to use the new rpc_peeraddr() APIChuck Lever1-5/+5
2006-09-23SUNRPC: create API for getting remote peer addressChuck Lever2-0/+22
2006-09-23SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever5-5/+7
2006-09-23SUNRPC: Support for RPC child tasks no longer neededChuck Lever2-87/+0
2006-09-23SUNRPC: Clean-up after recent changes to sunrpc/pmap_clnt.cChuck Lever1-28/+42
2006-09-23SUNRPC: Make RPC portmapper use per-transport storageChuck Lever5-81/+123
2006-09-23SUNRPC: Create a helper to tell whether a transport is boundChuck Lever5-11/+36
2006-09-23NFS: Fix nfs_alloc_client()Trond Myklebust1-5/+5
2006-09-23NFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFLAVOUR flagTrond Myklebust1-2/+4
2006-09-23NFS: Secure the roots of the NFS subtrees in a shared superblockDavid Howells1-0/+5
2006-09-23NFS: Fix error handlingDavid Howells1-0/+3
2006-09-23NFS: Add server and volume lists to /procDavid Howells3-0/+303