aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-30SUNRPC: remove old portmapperChuck Lever3-8/+0
2007-04-30SUNRPC: introduce rpcbind: replacement for in-kernel portmapperChuck Lever3-0/+5
2007-04-30SUNRPC: Eliminate side effects from rpc_mallocChuck Lever2-2/+2
2007-04-30SUNRPC: RPC buffer size estimates are too largeChuck Lever2-2/+5
2007-03-06[PATCH] knfsd: fix recently introduced problem with shutting down a busy NFS serverNeilBrown1-1/+1
2007-03-06[PATCH] knfsd: remove CONFIG_IPV6 ifdefs from sunrpc server codeNeilBrown1-2/+0
2007-02-20[PATCH] Fix build errors if bitop functions are do {} while macrosRalf Baechle1-6/+6
2007-02-14[PATCH] sysctl: move CTL_SUNRPC to sysctl.h where it belongsEric W. Biederman1-1/+0
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2-10/+49
2007-02-12NFS: disconnect before retrying NFSv4 requests over TCPChuck Lever1-0/+2
2007-02-12[PATCH] knfsd: SUNRPC: support IPv6 addresses in RPC server's UDP receive pathChuck Lever1-0/+5
2007-02-12[PATCH] knfsd: SUNRPC: Make rq_daddr field address-version independentChuck Lever1-4/+11
2007-02-12[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesChuck Lever1-2/+15
2007-02-12[PATCH] knfsd: SUNRPC: Use sockaddr_storage to store address in svc_deferred_reqChuck Lever1-2/+3
2007-02-12[PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst for printingChuck Lever1-0/+3
2007-02-12[PATCH] knfsd: SUNRPC: Cache remote peer's address in svc_sockChuck Lever1-0/+3
2007-02-12[PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with portmapperChuck Lever1-1/+1
2007-02-12[PATCH] knfsd: SUNRPC: update internal API: separate pmap register and temp socketsChuck Lever1-0/+7
2007-02-09[PATCH] knfsd: fix a race in closing NFSd connectionsNeilBrown1-1/+1
2007-02-03RPC: Clean up rpc_execute...Trond Myklebust1-1/+1
2007-01-26[PATCH] knfsd: fix an NFSD bug with full sized, non-page-aligned readsNeilBrown1-1/+4
2007-01-24[PATCH] NFS: Fix Oops in rpc_call_sync()Trond Myklebust1-1/+0
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust1-2/+2
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust1-1/+1
2006-12-07[PATCH] lockdep: name some old style locksPeter Zijlstra1-2/+2
2006-12-06SUNRPC: Remove pprintk() from net/sunrpc/xprt.cChuck Lever1-6/+0
2006-12-06SUNRPC: Rename skb_reader_t and friendsChuck Lever1-5/+5
2006-12-06SUNRPC: skb_read_bits is the same as xs_tcp_copy_dataChuck Lever1-0/+1
2006-12-06SUNRPC: Make address format buffers more genericChuck Lever1-1/+0
2006-12-06SUNRPC: move saved socket callback functions to a private data structureChuck Lever1-6/+0
2006-12-06SUNRPC: Move the UDP socket bufsize parameters to a private data structureChuck Lever1-3/+0
2006-12-06SUNRPC: Move rpc_xprt socket connect fields into private data structureChuck Lever1-2/+0
2006-12-06SUNRPC: Move TCP state flags into xprtsock.cChuck Lever1-5/+0
2006-12-06SUNRPC: Move TCP receive state variables into private data structureChuck Lever1-9/+0
2006-12-06SUNRPC: Remove sock and inet fields from rpc_xprtChuck Lever1-2/+2
2006-12-06rpcgss: krb5: ignore seedJ. Bruce Fields1-2/+0
2006-12-06rpcgss: krb5: sanity check sealalg value in the downcallJ. Bruce Fields1-1/+0
2006-12-06rpcgss: simplify make_checksumJ. Bruce Fields1-1/+1
2006-12-06gss: krb5: remove signalg and sealalgJ. Bruce Fields1-1/+0
2006-12-06rpc: spkm3 updateOlga Kornievskaia1-20/+14
2006-12-06rpc: move process_xdr_bufOlga Kornievskaia1-0/+2
2006-12-06rpc: gss: eliminate print_hexl()'sJ. Bruce Fields1-2/+0
2006-12-06SUNRPC: Make the transport-specific setup routine allocate rpc_xprtChuck Lever1-2/+2
2006-12-06SUNRPC: minor optimization of "xid" field in rpc_xprtChuck Lever1-6/+1
2006-12-06SUNRPC: Clean up argument types in xdr.cTrond Myklebust1-6/+6
2006-12-06SUNRPC: Fix up missing BKL in asynchronous RPC callback functionsTrond Myklebust1-0/+1
2006-12-06SUNRPC: Give cloned RPC clients their own rpc_pipefs directoryTrond Myklebust1-0/+1
2006-12-06SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust1-0/+2
2006-12-06Fix a second potential rpc_wakeup race...Trond Myklebust1-7/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-1/+1