Commit Graph

700 Commits (d5d52273b92913399e78fc4877f89d38ef8b367a)

Author SHA1 Message Date
Tom Tucker 44a6995b32 svc: Remove unnecessary call to svc_sock_enqueue 17 years ago
Tom Tucker 38a417cc99 svc: Add xpo_accept transport function 17 years ago
Tom Tucker d7979ae4a0 svc: Move close processing to a single place 17 years ago
Tom Tucker 323bee32e9 svc: Add a transport function that checks for write space 17 years ago
Tom Tucker e831fe65b1 svc: Add xpo_prep_reply_hdr 17 years ago
Tom Tucker 755cceaba7 svc: Add per-transport delete functions 17 years ago
Tom Tucker 5148bf4ebc svc: Add transport specific xpo_release function 17 years ago
Tom Tucker 5d137990f5 svc: Move sk_sendto and sk_recvfrom to svc_xprt_class 17 years ago
Tom Tucker 490231558e svc: Add a max payload value to the transport 17 years ago
Tom Tucker 360d873864 svc: Make svc_sock the tcp/udp transport 17 years ago
Tom Tucker 1d8206b97a svc: Add an svc transport class 17 years ago
J. Bruce Fields cb5c7d668e svcrpc: ensure gss DESTROY tokens free contexts from cache 17 years ago
J. Bruce Fields b39c18fce0 sunrpc: gss: simplify rsi_parse logic 17 years ago
J. Bruce Fields 980e5a40a4 nfsd: fix rsi_cache reference count leak 17 years ago
J. Bruce Fields dbf847ecb6 knfsd: allow cache_register to return error on failure 17 years ago
J. Bruce Fields ffe9386b6e nfsd: move cache proc (un)registration to separate function 17 years ago
J. Bruce Fields df95a9d4fb knfsd: cache unregistration needn't return error 17 years ago
J. Bruce Fields a490c681cb knfsd: fix cache.c comment 17 years ago
Chuck Lever e5cff482c7 SUNRPC: Use unsigned string lengths in xdr_decode_string_inplace 17 years ago
Chuck Lever 01b2969a85 SUNRPC: Prevent length underflow in read_flush() 17 years ago
travis@sgi.com df3825c56d x86: change NR_CPUS arrays in numa_64 17 years ago
Trond Myklebust 34f5b4662b SUNRPC: Don't bother changing the sigmask for asynchronous RPC calls 17 years ago
Chuck Lever afc881124b SUNRPC: rpcb_getport_sync() passes incorrect address size to rpc_create() 17 years ago
Chuck Lever 67d6021362 SUNRPC: Clean up block comment preceding rpcb_getport_sync() 17 years ago
Chuck Lever f1ec08cb94 SUNRPC: Use appropriate argument types in rpcb client 17 years ago
Chuck Lever b91e101fca SUNRPC: rpcb_getport_sync() should use built-in hostname generator 17 years ago
Chuck Lever 33e01dc7f5 SUNRPC: Clean up functions that free address_strings array 17 years ago
Trond Myklebust 86d61d8638 SUNRPC: Fix up constant string declarations in struct rpcbind_args 17 years ago
Chuck Lever b454ae9060 SUNRPC: fewer conditionals in the format_ip_address routines 17 years ago
Chuck Lever 7df089952f SUNRPC: Fix use of copy_to_user() in gss_pipe_upcall() 17 years ago
Trond Myklebust ba7392bb37 SUNRPC: Add support for per-client timeout values 17 years ago
Trond Myklebust 2881ae74e6 SUNRPC: Clean up the transport timeout initialisation 17 years ago
Trond Myklebust 698b6d088e SUNRPC: cleanup for rpc_new_client() 17 years ago
Chuck Lever 0fb2b7e945 SUNRPC: Move universal address definitions to global header 17 years ago
Chuck Lever 0a48f5d70f SUNRPC: RPC version numbers are u32 17 years ago
Chuck Lever 9f6ad26d2a SUNRPC: Fix socket address handling in rpcb_clnt 17 years ago
Chuck Lever 510deb0d70 SUNRPC: rpc_create() default hostname should support AF_INET6 addresses 17 years ago
Chuck Lever 9b45b74ce2 SUNRPC: Remove an unneeded implicit type cast when calling rpc_depopulate() 17 years ago
Chuck Lever 322e2efe62 SUNRPC: temp var should match return type of xdr_skb_read_actor 17 years ago
Chuck Lever 5d40a8a525 SUNRPC: Check a return result 17 years ago
Chuck Lever d4b37ff735 SUNRPC: Fix an unnecessary implicit type cast in rpcrdma_count_chunks() 17 years ago
Chuck Lever 2a428b2b8f SUNRPC: Prevent mixed sign comparisons in rpcrdma_convert_iovs() 17 years ago
Trond Myklebust a4a874990c SUNRPC: Cleanup to remove the last users of the RPC_WAITQ declaration 17 years ago
Trond Myklebust 47fe064831 SUNRPC: Unexport rpc_init_task() and rpc_execute() 17 years ago
Trond Myklebust e8f5d77c80 SUNRPC: allow the caller of rpc_run_task to preallocate the struct rpc_task 17 years ago
Trond Myklebust b5627943ab SUNRPC: Remove the now unused function rpc_call_setup() 17 years ago
Trond Myklebust 5138fde011 NFS/SUNRPC: Convert all users of rpc_call_setup() 17 years ago
Trond Myklebust b3ef8b3bb9 SUNRPC: Allow rpc_init_task() to initialise the rpc_task->tk_msg 17 years ago
Trond Myklebust 77de2c590e SUNRPC: Add a helper rpc_call_start() that initialises task->tk_action 17 years ago
Trond Myklebust 5085925902 SUNRPC: Mask signals across the call to rpc_call_setup() in rpc_run_task 17 years ago