summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-09-22NFS: Use cached page as buffer for NFS symlink requestsChuck Lever8-42/+59
2006-09-22NFS: copy symlinks into page cache before sending NFS SYMLINK requestChuck Lever1-18/+68
2006-09-22NFS: Fix double d_drop in nfs_instantiate() error pathChuck Lever5-48/+59
2006-09-22NFS: remove a no-longer-needed error check in nfs_symlink()Chuck Lever1-6/+2
2006-09-22SUNRPC: export new RPC client functions with _GPLChuck Lever1-5/+5
2006-09-22SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck Lever6-133/+1
2006-09-22SUNRPC: Convert RPC portmapper to use new rpc_create() APIChuck Lever1-18/+15
2006-09-22NFSD: Convert NFS server callback logic to use new rpc_create APIChuck Lever1-39/+27
2006-09-22NFS: Convert NFS client to use new rpc_create() APIChuck Lever1-16/+11
2006-09-22LOCKD: Convert to use new rpc_create() APIChuck Lever2-47/+44
2006-09-22SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever4-0/+159
2006-09-22SUNRPC: Clean-up after previous patches.Chuck Lever3-5/+0
2006-09-22SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer addressChuck Lever4-8/+15
2006-09-22SUNRPC: Teach rpc_pipe.c to use new rpc_peeraddr() APIChuck Lever1-4/+2
2006-09-22SUNRPC: Create API for displaying remote peer addressChuck Lever2-0/+14
2006-09-22SUNRPC: add xprt switch API for printing formatted remote peer addressesChuck Lever2-8/+82
2006-09-22SUNRPC: remove extraneous header inclusionsChuck Lever5-6/+0
2006-09-22SUNRPC: Teach the RPC portmapper to use the new rpc_peeraddr() API.Chuck Lever1-2/+3
2006-09-22LOCKD: Teach lockd to use the new rpc_peeraddr() APIChuck Lever1-5/+5
2006-09-22SUNRPC: create API for getting remote peer addressChuck Lever2-0/+22
2006-09-22SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever5-5/+7
2006-09-22SUNRPC: Support for RPC child tasks no longer neededChuck Lever2-87/+0
2006-09-22SUNRPC: Clean-up after recent changes to sunrpc/pmap_clnt.cChuck Lever1-28/+42
2006-09-22SUNRPC: Make RPC portmapper use per-transport storageChuck Lever5-81/+123
2006-09-22SUNRPC: Create a helper to tell whether a transport is boundChuck Lever5-11/+36
2006-09-22NFS: Fix nfs_alloc_client()Trond Myklebust1-5/+5
2006-09-22NFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFLAVOUR flagTrond Myklebust1-2/+4
2006-09-22NFS: Secure the roots of the NFS subtrees in a shared superblockDavid Howells1-0/+5
2006-09-22NFS: Fix error handlingDavid Howells1-0/+3
2006-09-22NFS: Add server and volume lists to /procDavid Howells3-0/+303
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells18-956/+1655
2006-09-22NFS: Start rpciod in server common managementDavid Howells1-25/+6
2006-09-22NFS: Eliminate client_sys in favour of cl_rpcclientDavid Howells6-179/+179
2006-09-22NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells7-34/+43
2006-09-22NFS: Make better use of inode* dereferencing macrosDavid Howells2-6/+6
2006-09-22NFS: Maintain a common server record for NFS2/3 as well as for NFS4David Howells2-2/+21
2006-09-22NFS: Add extra const qualifiersDavid Howells8-17/+18
2006-09-22NFS: Use the dentry superblock directly in nfs_statfs()David Howells1-7/+6
2006-09-22NFS: Generalise the nfs_client structureDavid Howells12-222/+425
2006-09-22NFS: Add a server capabilities NFS RPC opDavid Howells2-0/+2
2006-09-22NFS: Add a lookupfh NFS RPC opDavid Howells2-0/+50
2006-09-22NFS: Return an error when starting the idmapping pipeDavid Howells3-6/+11
2006-09-22NFS: Rename nfs_server::nfs4_stateDavid Howells7-34/+34
2006-09-22NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells13-105/+105
2006-09-22NFS: Fix NFS4 callback up/down prototypesDavid Howells2-5/+7
2006-09-22NFS: Disambiguate nfs_stat_to_errno()David Howells1-7/+7
2006-09-22NFS: Fix up split of fs/nfs/inode.cDavid Howells4-42/+39
2006-09-22NFS: Add dentry materialisation opDavid Howells2-14/+151
2006-09-22NFS: Add an ACCESS cache memory shrinkerTrond Myklebust3-0/+52
2006-09-22NFS: Add a global LRU list for the ACCESS cacheTrond Myklebust3-1/+40