Commit Graph

480 Commits (1c3631ff1f805cb72644fcde02b7c58950f21cd5)

Author SHA1 Message Date
Josef 'Jeff' Sipek 4ac4efc1f5 sunrpc: use vfs_path_lookup 18 years ago
J. Bruce Fields 4796f45740 knfsd: nfsd4: secinfo handling without secinfo= option 18 years ago
Usha Ketineni ae4c40b1d8 knfsd: rpc: add gss krb5 and spkm3 oid values 18 years ago
J. Bruce Fields 3ab4d8b121 knfsd: nfsd: set rq_client to ip-address-determined-domain 18 years ago
Andy Adamson c4170583f6 knfsd: nfsd4: store pseudoflavor in request 18 years ago
Rusty Russell 8e1f936b73 mm: clean up and kernelify shrinker registration 18 years ago
Andrew Morton 09561f44c7 authgss build fix 18 years ago
Philippe De Muyter 56b3d975bb [NET]: Make all initialized struct seq_operations const. 18 years ago
J. Bruce Fields d8558f99fb sunrpc: drop BKL around wrap and unwrap 18 years ago
Frank van Maarseveen d3bc9a1deb SUNRPC client: add interface for binding to a local address 18 years ago
Frank van Maarseveen a97476926e SUNRPC server: record the destination address of a request 18 years ago
Frank van Maarseveen 96802a0951 SUNRPC: cleanup transport creation argument passing 18 years ago
Chuck Lever 43780b87fa SUNRPC: Add a convenient default for the hostname when calling rpc_create() 18 years ago
Chuck Lever 45160d6275 SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync name 18 years ago
Chuck Lever cce63cd637 SUNRPC: Rename rpcb_getport_external routine 18 years ago
Chuck Lever f7fb558e50 SUNRPC: Allow rpcbind requests to be interrupted by a signal. 18 years ago
Trond Myklebust 8a702bbb7d SUNRPC: Suppress some noisy and unnecessary printk() calls in call_verify() 18 years ago
Trond Myklebust 0df7fb74fb SUNRPC: Ensure RPCSEC_GSS destroys the security context when freeing a cred 18 years ago
Trond Myklebust 0285ed1f12 SUNRPC: Ensure that the struct gss_auth lifetime exceeds the credential's 18 years ago
Trond Myklebust 1be27f3660 SUNRPC: Remove the tk_auth macro... 18 years ago
Trond Myklebust 1dd17ec693 SUNRPC: Allow rpc_auth to run clean up before the rpc_client is destroyed 18 years ago
Trond Myklebust 5d28dc8207 SUNRPC: Convert gss_ctx_lock to an RCU lock 18 years ago
Trond Myklebust f5c2187cfe SUNRPC: Convert the credential garbage collector into a shrinker callback 18 years ago
Trond Myklebust 9499b4341b SUNRPC: Give credential cache a local spinlock 18 years ago
Trond Myklebust 31be5bf15f SUNRPC: Convert the credcache lookup code to use RCU 18 years ago
Trond Myklebust e092bdcd93 SUNRPC: cleanup rpc credential cache garbage collection 18 years ago
Trond Myklebust fc432dd907 SUNRPC: Enforce atomic updates of rpc_cred->cr_flags 18 years ago
Trond Myklebust 696e38df9d SUNRPC: replace casts in auth_unix.c with container_of() 18 years ago
Trond Myklebust 5fe4755e25 SUNRPC: Clean up rpc credential initialisation 18 years ago
Trond Myklebust f1c0a86150 SUNRPC: Mark auth and cred operation tables as constant. 18 years ago
Trond Myklebust de7a8ce38a SUNRPC: Rename rpcauth_destroy() to rpcauth_release() 18 years ago
Trond Myklebust 5e1550d6a2 SUNRPC: Add the helper function 'rpc_call_null()' 18 years ago
Trond Myklebust 64c91a1f1c SUNRPC: Make rpc_ping() static 18 years ago
Trond Myklebust fc1b356f56 SUNRPC: Fix races in rpcauth_create 18 years ago
Trond Myklebust 07a2bf1da4 SUNRPC: Fix a memory leak in gss_create() 18 years ago
Trond Myklebust 5c9cfc828a SUNRPC: Fix a typo in unx_create() 18 years ago
Trond Myklebust 3ab9bb7243 SUNRPC: Fix a memory leak in the auth credcache code 18 years ago
Trond Myklebust 03a1256f06 SUNRPC: Add a field to track the number of kernel users of an rpc_pipe 18 years ago
Trond Myklebust 62e1761cef SUNRPC: Clean up rpc_pipefs. 18 years ago
Trond Myklebust 34f3089608 SUNRPC: Enable non-exclusive create in rpc_mkpipe() 18 years ago
Trond Myklebust 6e84c7b66a SUNRPC: Add a downcall queue to struct rpc_inode 18 years ago
Trond Myklebust 3b68aaeaf5 SUNRPC: Always match an upcall message in gss_pipe_downcall() 18 years ago
Trond Myklebust b185f835e2 SUNRPC: Remove the gss_auth spinlock 18 years ago
Trond Myklebust 4a8c1344dc SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_auth 18 years ago
Trond Myklebust c1384c9c4c SUNRPC: fix hang due to eventd deadlock... 18 years ago
Trond Myklebust 6e5b70e9d1 SUNRPC: clean up rpc_call_async/rpc_call_sync/rpc_run_task 18 years ago
Trond Myklebust 188fef11db SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.c 18 years ago
Trond Myklebust f61534dfd3 SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down() 18 years ago
Trond Myklebust 4ada539ed7 SUNRPC: Make create_client() take a reference to the rpciod workqueue 18 years ago
Trond Myklebust ab418d70e1 SUNRPC: Optimise rpciod_up() 18 years ago