summaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-10NFS: read-modify-write page updatingPeter Staubach1-2/+46
2009-08-10NFS: Add a ->migratepage() aop for NFSTrond Myklebust3-22/+76
2009-08-09SUNRPC: Add an rpc_pipefs front end for the sunrpc cache codeTrond Myklebust4-0/+190
2009-08-09SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache codeTrond Myklebust2-131/+199
2009-08-09SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust6-18/+72
2009-08-09SUNRPC: Remove the global temporary write buffer in net/sunrpc/cache.cTrond Myklebust1-25/+70
2009-08-09SUNRPC: Ensure we initialise the cache_detail before creating procfs filesTrond Myklebust1-10/+20
2009-08-09NFSD: Clean up the idmapper warning...Trond Myklebust3-4/+5
2009-08-09SUNRPC: One more clean up for rpc_create_client_dir()Trond Myklebust1-28/+50
2009-08-09SUNRPC: clean up rpc_setup_pipedir()Trond Myklebust4-72/+37
2009-08-09SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_pathTrond Myklebust4-18/+18
2009-08-09SUNRPC: Clean up rpc_create_client_dir()Trond Myklebust1-42/+41
2009-08-09SUNRPC: Rename rpc_mkdir to rpc_create_client_dir()Trond Myklebust3-11/+11
2009-08-09SUNRPC: rpc_pipefs cleanupTrond Myklebust1-40/+40
2009-08-09SUNRPC: Clean up rpc_populate/depopulateTrond Myklebust1-86/+101
2009-08-09SUNRPC: Clean up rpc_lookup_createTrond Myklebust1-41/+59
2009-08-09SUNRPC: Clean up rpc_unlink()Trond Myklebust1-8/+27
2009-08-09SUNRPC: Clean up file creation code in rpc_pipefsTrond Myklebust1-43/+77
2009-08-09SUNRPC: Clean up rpc_pipefs lookup code...Trond Myklebust1-5/+10
2009-08-09SUNRPC: Allow rpc_pipefs_ops to have null values for upcall and downcallTrond Myklebust1-4/+11
2009-08-09SUNRPC: Constify rpc_pipe_ops...Trond Myklebust4-10/+12
2009-08-09SUNRPC: Add documenting comments in net/sunrpc/timer.cChuck Lever1-16/+29
2009-08-09SUNRPC: Update xprt address strings after an rpcbind completesChuck Lever1-41/+41
2009-08-09SUNRPC: Kill RPC_DISPLAY_ALLChuck Lever3-22/+34
2009-08-09SUNRPC: Rename sock_xprt.addr as sock_xprt.srcaddrChuck Lever1-12/+12
2009-08-09SUNRPC: Eliminate PROC macro from rpcb_clntChuck Lever1-22/+91
2009-08-09SUNRPC: Clean up: Remove unused XDR decoder functions from rpcb_clnt.cChuck Lever1-81/+0
2009-08-09SUNRPC: Introduce new xdr_stream-based decoders to rpcb_clnt.cChuck Lever1-3/+77
2009-08-09SUNRPC: Introduce xdr_stream-based decoders for RPCB_UNSETChuck Lever1-0/+22
2009-08-09SUNRPC: Clean up: Remove unused XDR encoder functions from rpcb_clnt.cChuck Lever1-34/+0
2009-08-09SUNRPC: Introduce new xdr_stream-based encoders to rpcb_clnt.cChuck Lever1-1/+75
2009-08-09NFSD: Support IPv6 addresses in write_failover_ip()Chuck Lever1-14/+7
2009-08-09lockd: Replace nsm_display_address() with rpc_ntop()Chuck Lever1-39/+5
2009-08-09lockd: Replace nlm_clear_port()Chuck Lever1-13/+1
2009-08-09NFS: Replace nfs_set_port() with rpc_set_port()Chuck Lever3-23/+4
2009-08-09NFS: Replace nfs_parse_ip_address() with rpc_pton()Chuck Lever3-133/+22
2009-08-09SUNRPC: Use rpc_ntop() for constructing transport address stringsChuck Lever2-102/+52
2009-08-09SUNRPC: Remove duplicate universal address generationChuck Lever4-46/+29
2009-08-09SUNRPC: Provide functions for managing universal addressesChuck Lever4-3/+403
2009-08-09SUNRPC: Move XDR data type size macrosChuck Lever1-25/+31
2009-08-09SUNRPC: Clean up RPCBIND_MAXUADDRLEN definitionsChuck Lever1-1/+16
2009-08-09NFS: Use the authentication flavor list returned by mountdChuck Lever1-7/+51
2009-08-09NFS: Fix auth flavor len accountingChuck Lever1-14/+3
2009-08-09NFS: Add ability to send MOUNTPROC_UMNT to the kernel's mountd clientChuck Lever2-0/+80
2009-08-09NFS: Fix up new minorversion= optionChuck Lever1-7/+11
2009-08-09NFSv4: Clean up the nfs.callback_tcpport optionTrond Myklebust1-9/+17
2009-08-09SUNRPC: convert some sysctls into module parametersTrond Myklebust2-0/+73
2009-08-09NFSv4: Don't do idmapper upcalls for asynchronous RPC callsTrond Myklebust1-28/+58
2009-08-09NFSv4: Add 'server capability' flags for NFSv4 recommended attributesTrond Myklebust4-16/+114
2009-08-09NFSv4: Don't loop forever on state recovery failure...Trond Myklebust1-6/+12