Commit Graph

82 Commits (e08e1f7adba522378e8d2ae941bf25443866136d)

Author SHA1 Message Date
Trond Myklebust a86dc496b7 SUNRPC: Remove the BKL from the callback functions 17 years ago
\\\"J. Bruce Fields\\\ a486aeda9b rpc: minor cleanup of scheduler callback code 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 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 fde95c7554 SUNRPC: Clean up rpc_run_timer() 17 years ago
Trond Myklebust 32bfb5c0f4 SUNRPC: Allow the rpc_release() callback to be run on another workqueue 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 b3ef8b3bb9 SUNRPC: Allow rpc_init_task() to initialise the rpc_task->tk_msg 17 years ago
Trond Myklebust 3ff7576dda SUNRPC: Clean up the initialisation of priority queue scheduling info. 17 years ago
Trond Myklebust 84115e1cd4 SUNRPC: Cleanup of rpc_task initialisation 17 years ago
Trond Myklebust e8914c65f7 SUNRPC: Restrict sunrpc client exports 17 years ago
Trond Myklebust a6eaf8bdf9 SUNRPC: Move exported declarations to the function declarations 17 years ago
Pavel Emelyanov b24b8a247f [NET]: Convert init_timer into setup_timer 17 years ago
Matthew Wilcox 150030b78a NFS: Switch from intr mount option to TASK_KILLABLE 17 years ago
Pavel Emelyanov ba25f9dcc4 Use helpers to obtain task pid in printks 18 years ago
\"Talpey, Thomas\ 1244480976 SUNRPC: add EXPORT_SYMBOL_GPL for generic transport functions 18 years ago
Trond Myklebust b247bbf1da SUNRPC: Fix a race in rpciod_down() 18 years ago
Paul Mundt 20c2df83d2 mm: Remove slab destructors from kmem_cache_create(). 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 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
Trond Myklebust 90c5755ff5 SUNRPC: Kill rpc_clnt->cl_oneshot 18 years ago
Trond Myklebust 34f52e3591 SUNRPC: Convert rpc_clnt->cl_users to a kref 18 years ago
Trond Myklebust c44fe70553 SUNRPC: Clean up tk_pid allocation and make it lockless 18 years ago
Trond Myklebust 4bef61ff75 SUNRPC: Add a per-rpc_clnt spinlock 18 years ago
Trond Myklebust 6529eba08f SUNRPC: Move rpc_task->tk_task list into struct rpc_clnt 18 years ago
Christoph Hellwig 9c9cc93ad2 SUNRPC: remove dead variable 'rpciod_running' 18 years ago
Peter Zijlstra ddce40df6e sunrpc: fix crash in rpc_malloc() 18 years ago
Chuck Lever aa3d1faebe SUNRPC: Fix pointer arithmetic bug recently introduced in rpc_malloc/free 18 years ago
Geert Uytterhoeven 215d06780d Fix sunrpc warning noise 18 years ago
Chuck Lever c5a4dd8b7c SUNRPC: Eliminate side effects from rpc_malloc 18 years ago
YOSHIFUJI Hideaki cca5172a7e [NET] SUNRPC: Fix whitespace errors. 18 years ago
Chuck Lever 46121cf7d8 SUNRPC: fix print format for tk_pid 18 years ago
Trond Myklebust 2efef837fb RPC: Clean up rpc_execute... 18 years ago
Trond Myklebust bde8f00ce6 [PATCH] NFS: Fix Oops in rpc_call_sync() 18 years ago
Christoph Lameter e18b890bb0 [PATCH] slab: remove kmem_cache_t 18 years ago
Trond Myklebust 6d5fcb5a52 SUNRPC: Remove BKL around the RPC socket operations etc. 18 years ago
Trond Myklebust bbd5a1f9fc SUNRPC: Fix up missing BKL in asynchronous RPC callback functions 18 years ago
Trond Myklebust 8aca67f0ae SUNRPC: Fix a potential race in rpc_wake_up_task() 18 years ago