Commit Graph

1105 Commits (2bace8b95108746f6123d312f47f5bda4eb17a26)

Author SHA1 Message Date
Trond Myklebust 2574cc9f4f SUNRPC: Fix rpc_task_force_reencode 16 years ago
Trond Myklebust 405d8f8b1d SUNRPC: Ensure that sunrpc gets initialised before nfs, lockd, etc... 16 years ago
Trond Myklebust f7e86ab92f SUNRPC: cache must take a reference to the cache detail's module on open() 16 years ago
Trond Myklebust e571cbf1a4 NFS: Add a dns resolver for use with NFSv4 referrals and migration 16 years ago
Trond Myklebust 96c61cbd0f SUNRPC: Fix a typo in cache_pipefs_files 16 years ago
Benny Halevy 98866b5abe sunrpc: ntoh -> be*_to_cpu 16 years ago
Benny Halevy 9f162d2a81 sunrpc: hton -> cpu_to_be* 16 years ago
Trond Myklebust 8854e82d9a SUNRPC: Add an rpc_pipefs front end for the sunrpc cache code 16 years ago
Trond Myklebust 173912a6ad SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache code 16 years ago
Trond Myklebust bc74b4f5e6 SUNRPC: Allow the cache_detail to specify alternative upcall mechanisms 16 years ago
Trond Myklebust da77005f0d SUNRPC: Remove the global temporary write buffer in net/sunrpc/cache.c 16 years ago
Trond Myklebust 5b7a1b9f92 SUNRPC: Ensure we initialise the cache_detail before creating procfs files 16 years ago
Trond Myklebust 2da8ca26c6 NFSD: Clean up the idmapper warning... 16 years ago
Trond Myklebust e57aed77ad SUNRPC: One more clean up for rpc_create_client_dir() 16 years ago
Trond Myklebust 23ac658170 SUNRPC: clean up rpc_setup_pipedir() 16 years ago
Trond Myklebust 7d217caca5 SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_path 16 years ago
Trond Myklebust 7d59d1e865 SUNRPC: Clean up rpc_create_client_dir() 16 years ago
Trond Myklebust 458adb8ba9 SUNRPC: Rename rpc_mkdir to rpc_create_client_dir() 16 years ago
Trond Myklebust bb1567491e SUNRPC: rpc_pipefs cleanup 16 years ago
Trond Myklebust ac6fecee31 SUNRPC: Clean up rpc_populate/depopulate 16 years ago
Trond Myklebust cfeaa4a3ca SUNRPC: Clean up rpc_lookup_create 16 years ago
Trond Myklebust 810d90bc2a SUNRPC: Clean up rpc_unlink() 16 years ago
Trond Myklebust 7589806e96 SUNRPC: Clean up file creation code in rpc_pipefs 16 years ago
Trond Myklebust b5bb61da2e SUNRPC: Clean up rpc_pipefs lookup code... 16 years ago
Trond Myklebust 7364af6a2d SUNRPC: Allow rpc_pipefs_ops to have null values for upcall and downcall 16 years ago
Trond Myklebust b693ba4a33 SUNRPC: Constify rpc_pipe_ops... 16 years ago
Chuck Lever c05988cdb0 SUNRPC: Add documenting comments in net/sunrpc/timer.c 16 years ago
Chuck Lever 9dc3b095b7 SUNRPC: Update xprt address strings after an rpcbind completes 16 years ago
Chuck Lever c740eff84b SUNRPC: Kill RPC_DISPLAY_ALL 16 years ago
Chuck Lever fbfffbd5e7 SUNRPC: Rename sock_xprt.addr as sock_xprt.srcaddr 16 years ago
Chuck Lever f8b761eff1 SUNRPC: Eliminate PROC macro from rpcb_clnt 16 years ago
Chuck Lever 0e47f0d665 SUNRPC: Clean up: Remove unused XDR decoder functions from rpcb_clnt.c 16 years ago
Chuck Lever c0c077df00 SUNRPC: Introduce new xdr_stream-based decoders to rpcb_clnt.c 16 years ago
Chuck Lever 7ed0ff983c SUNRPC: Introduce xdr_stream-based decoders for RPCB_UNSET 16 years ago
Chuck Lever 0d36c4f757 SUNRPC: Clean up: Remove unused XDR encoder functions from rpcb_clnt.c 16 years ago
Chuck Lever 6f2c2db7a4 SUNRPC: Introduce new xdr_stream-based encoders to rpcb_clnt.c 16 years ago
Chuck Lever c877b849d3 SUNRPC: Use rpc_ntop() for constructing transport address strings 16 years ago
Chuck Lever ba809130bc SUNRPC: Remove duplicate universal address generation 16 years ago
Chuck Lever a02d692611 SUNRPC: Provide functions for managing universal addresses 16 years ago
Chuck Lever 0b10bf5e14 SUNRPC: Move XDR data type size macros 16 years ago
Trond Myklebust cbf1107126 SUNRPC: convert some sysctls into module parameters 16 years ago
Alexey Dobriyan 405f55712d headers: smp_lock.h redux 16 years ago
Jesper Dangaard Brouer 75de874f5c sunrpc: Use rcu_barrier() on unload. 16 years ago
Ricardo Labiaga e9f0298558 nfs41: sunrpc: xprt_alloc_bc_request() should not use spin_lock_bh() 16 years ago
Trond Myklebust 47fcb03fef SUNRPC: Fix the TCP server's send buffer accounting 16 years ago
Ricardo Labiaga dd2b63d049 nfs41: Rename rq_received to rq_reply_bytes_recvd 16 years ago
Rahul Iyer 343952fa5a nfs41: Get the rpc_xprt * from the rpc_rqst instead of the rpc_clnt. 16 years ago
Benny Halevy 8f97524235 nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callbacks 16 years ago
Andy Adamson 9c9f3f5fa6 nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchannel use 16 years ago
Benny Halevy 7652e5a09b nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backchannel use 16 years ago