Commit Graph

318 Commits (308c05e35e3517d19bb67a7e97772235c9e15cd7)

Author SHA1 Message Date
Chuck Lever c0401ea008 SUNRPC: Update RPC server's TCP record marker decoder 17 years ago
Jeff Layton 8774282c4c SUNRPC: remove svc_create_thread() 17 years ago
Kevin Coffman 5743d65c2f gss_krb5: consistently use unsigned for seqnum 17 years ago
Kevin Coffman 30aef3166a Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependent 17 years ago
J. Bruce Fields 67eb6ff610 svcrpc: move unused field from cache_deferred_req 17 years ago
Aurélien Charbon f15364bd4c IPv6 support for NFS server export caches 17 years ago
Trond Myklebust 7c1d71cf56 SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests 17 years ago
Trond Myklebust 7c67db3a8a NFSv4: Reintroduce machine creds 17 years ago
Trond Myklebust 78ea323be6 NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid() 17 years ago
Trond Myklebust b6ddf64ffe SUNRPC: Fix up xprt_write_space() 17 years ago
Trond Myklebust 5c691044ec SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_task 17 years ago
Trond Myklebust 9a559efd41 SUNRPC: Add a generic RPC credential 17 years ago
Trond Myklebust 4ccda2cdd8 SUNRPC: Clean up rpcauth_bindcred() 17 years ago
Trond Myklebust af09383577 SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDS 17 years ago
Trond Myklebust 25337fdc85 SUNRPC: Fix a bug in rpcauth_lookup_credcache() 17 years ago
Trond Myklebust 5e4424af9a SUNRPC: Remove now-redundant RCU-safe rpc_task free path 17 years ago
Trond Myklebust f5fb7b06e4 SUNRPC: Eliminate the now-redundant rpc_start_wakeup() 17 years ago
Trond Myklebust eb276c0e10 SUNRPC: Switch tasks to using the rpc_waitqueue's timer function 17 years ago
Trond Myklebust 36df9aae31 SUNRPC: Add a timer function to wait queues. 17 years ago
Trond Myklebust f6a1cc8930 SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues 17 years ago
Trond Myklebust 5d00837b90 SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs 17 years ago
Trond Myklebust fda1393938 SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task 17 years ago
Trond Myklebust 96ef13b283 SUNRPC: Add a new helper rpc_wake_up_queued_task() 17 years ago
Trond Myklebust 32bfb5c0f4 SUNRPC: Allow the rpc_release() callback to be run on another workqueue 17 years ago
Trond Myklebust cbc2005925 SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/async 17 years ago
J. Bruce Fields fbb7878c1a nfsd: clean up svc_reserve_auth() 17 years ago
Jeff Layton 0113ab3464 SUNRPC: spin svc_rqst initialization to its own function 17 years ago
Tom Tucker d21b05f101 rdma: SVCRMDA Header File 17 years ago
Tom Tucker 9571af18fa svc: Add svc_xprt_names service to replace svc_sock_names 17 years ago
Tom Tucker 7fcb98d58c svc: Add svc API that queries for a transport instance 17 years ago
Tom Tucker dc9a16e49d svc: Add /proc/sys/sunrpc/transport files 17 years ago
Tom Tucker 260c1d1298 svc: Add transport hdr size for defer/revisit 17 years ago
Tom Tucker 0f0257eaa5 svc: Move the xprt independent code to the svc_xprt.c file 17 years ago
Tom Tucker 57b1d3baba svc: Removing remaining references to rq_sock in rqstp 17 years ago
Tom Tucker 9dbc240f19 svc: Move the sockaddr information to svc_xprt 17 years ago
Tom Tucker 8c7b0172a1 svc: Make deferral processing xprt independent 17 years ago
Tom Tucker def13d7401 svc: Move the authinfo cache to svc_xprt. 17 years ago
Tom Tucker 4bc6c497b2 svc: Remove sk_lastrecv 17 years ago
Tom Tucker a6046f71f2 svc: Change svc_sock_received to svc_xprt_received and export it 17 years ago
Tom Tucker a50fea26b9 svc: Make svc_send transport neutral 17 years ago
Tom Tucker 7a90e8cc21 svc: Move sk_reserved to svc_xprt 17 years ago
Tom Tucker 7a18208383 svc: Make close transport independent 17 years ago
Tom Tucker bb5cf160b2 svc: Move sk_server and sk_pool to svc_xprt 17 years ago
Tom Tucker 02fc6c3618 svc: Move sk_flags to the svc_xprt structure 17 years ago
Tom Tucker e1b3157f97 svc: Change sk_inuse to a kref 17 years ago
Tom Tucker d7c9f1ed97 svc: Change services to use new svc_create_xprt service 17 years ago
Tom Tucker b700cbb11f svc: Add a generic transport svc_create_xprt function 17 years ago
Tom Tucker 38a417cc99 svc: Add xpo_accept transport function 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