Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1444d2da4468f30daff47cacfd98acbd7baf43a7
/
net
/
sunrpc
/
sched.c
a4a8749
SUNRPC: Cleanup to remove the last users of the RPC_WAITQ declaration
by Trond Myklebust
· 17 years ago
47fe064
SUNRPC: Unexport rpc_init_task() and rpc_execute()
by Trond Myklebust
· 17 years ago
e8f5d77
SUNRPC: allow the caller of rpc_run_task to preallocate the struct rpc_task
by Trond Myklebust
· 17 years ago
b3ef8b3
SUNRPC: Allow rpc_init_task() to initialise the rpc_task->tk_msg
by Trond Myklebust
· 17 years ago
3ff7576
SUNRPC: Clean up the initialisation of priority queue scheduling info.
by Trond Myklebust
· 17 years ago
84115e1
SUNRPC: Cleanup of rpc_task initialisation
by Trond Myklebust
· 17 years ago
e8914c6
SUNRPC: Restrict sunrpc client exports
by Trond Myklebust
· 17 years ago
a6eaf8b
SUNRPC: Move exported declarations to the function declarations
by Trond Myklebust
· 17 years ago
b24b8a2
[NET]: Convert init_timer into setup_timer
by Pavel Emelyanov
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
1244480
SUNRPC: add EXPORT_SYMBOL_GPL for generic transport functions
by \"Talpey, Thomas\
· 17 years ago
b247bbf
SUNRPC: Fix a race in rpciod_down()
by Trond Myklebust
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
6e5b70e
SUNRPC: clean up rpc_call_async/rpc_call_sync/rpc_run_task
by Trond Myklebust
· 17 years ago
188fef1
SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.c
by Trond Myklebust
· 17 years ago
4ada539
SUNRPC: Make create_client() take a reference to the rpciod workqueue
by Trond Myklebust
· 17 years ago
ab418d7
SUNRPC: Optimise rpciod_up()
by Trond Myklebust
· 17 years ago
90c5755
SUNRPC: Kill rpc_clnt->cl_oneshot
by Trond Myklebust
· 17 years ago
34f52e3
SUNRPC: Convert rpc_clnt->cl_users to a kref
by Trond Myklebust
· 17 years ago
c44fe70
SUNRPC: Clean up tk_pid allocation and make it lockless
by Trond Myklebust
· 17 years ago
4bef61f
SUNRPC: Add a per-rpc_clnt spinlock
by Trond Myklebust
· 17 years ago
6529eba
SUNRPC: Move rpc_task->tk_task list into struct rpc_clnt
by Trond Myklebust
· 17 years ago
9c9cc93
SUNRPC: remove dead variable 'rpciod_running'
by Christoph Hellwig
· 18 years ago
ddce40d
sunrpc: fix crash in rpc_malloc()
by Peter Zijlstra
· 18 years ago
aa3d1fa
SUNRPC: Fix pointer arithmetic bug recently introduced in rpc_malloc/free
by Chuck Lever
· 18 years ago
215d067
Fix sunrpc warning noise
by Geert Uytterhoeven
· 18 years ago
c5a4dd8
SUNRPC: Eliminate side effects from rpc_malloc
by Chuck Lever
· 18 years ago
d9bc125c
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
by Trond Myklebust
· 18 years ago
cca5172
[NET] SUNRPC: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
46121cf
SUNRPC: fix print format for tk_pid
by Chuck Lever
· 18 years ago
2efef83
RPC: Clean up rpc_execute...
by Trond Myklebust
· 18 years ago
bde8f00
[PATCH] NFS: Fix Oops in rpc_call_sync()
by Trond Myklebust
· 18 years ago
21b4e73
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus
by Trond Myklebust
· 18 years ago
34161db
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus
by Trond Myklebust
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
6d5fcb5
SUNRPC: Remove BKL around the RPC socket operations etc.
by Trond Myklebust
· 18 years ago
bbd5a1f
SUNRPC: Fix up missing BKL in asynchronous RPC callback functions
by Trond Myklebust
· 18 years ago
8aca67f
SUNRPC: Fix a potential race in rpc_wake_up_task()
by Trond Myklebust
· 18 years ago
e6b3c4d
Fix a second potential rpc_wakeup race...
by Trond Myklebust
· 18 years ago
cc4dc59e
Subject: Re: [PATCH] Fix SUNRPC wakeup/execute race condition
by Christophe Saout
· 18 years ago
65f27f3
WorkStruct: Pass the work_struct pointer instead of context data
by David Howells
· 18 years ago
1a1d92c
[PATCH] Really ignore kmem_cache_destroy return value
by Alexey Dobriyan
· 18 years ago
8014793
SUNRPC: rpc_delay() should not clobber the rpc_task->tk_status
by Trond Myklebust
· 18 years ago
39d7bbc
SUNRPC: remove extraneous header inclusions
by Chuck Lever
· 18 years ago
5b1eacb
SUNRPC: Support for RPC child tasks no longer needed
by Chuck Lever
· 18 years ago
93d2341
[PATCH] mempool: use mempool_create_slab_pool()
by Matthew Dobson
· 19 years ago
1ebbe2b
Merge branch 'linus'
by Trond Myklebust
· 19 years ago
4a3e2f7
[NET] sem2mutex: net/
by Arjan van de Ven
· 19 years ago
7a1218a
SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release()
by Trond Myklebust
· 19 years ago
ef759a2
SUNRPC: introduce per-task RPC iostats
by Chuck Lever
· 19 years ago
e19b63d
SUNRPC: track length of RPC wait queues
by Chuck Lever
· 19 years ago
24c5d9d
SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of generic
by Trond Myklebust
· 19 years ago
e6d83d5
[PATCH] SUNRPC: Fix potential deadlock in RPC code
by Trond Myklebust
· 19 years ago
99acf04
[PATCH] DocBook: fix some kernel-doc comments in net/sunrpc
by Martin Waitz
· 19 years ago
0210714
SUNRPC: switchable buffer allocation
by Chuck Lever
· 19 years ago
e60859a
SUNRPC: rpc_execute should not return task->tk_status;
by Trond Myklebust
· 19 years ago
44c2887
NFSv4: stateful NFSv4 RPC call interface
by Trond Myklebust
· 19 years ago
4ce70ad
SUNRPC: Further cleanups
by Trond Myklebust
· 19 years ago
963d8fe
RPC: Clean up RPC task structure
by Trond Myklebust
· 19 years ago
abbcf28
SUNRPC: Yet more RPC cleanups
by Trond Myklebust
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
dd13a28
[RPC]: fix sparse gfp nocast warnings
by Randy Dunlap
· 19 years ago
ba89966
[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers
by Eric Dumazet
· 19 years ago
96651ab
[PATCH] RPC: Shrink struct rpc_task by switching to wait_on_bit()
by Trond Myklebust
· 19 years ago
d05fdb0
[PATCH] RPC: Fix a race with rpc_restart_call()
by Trond Myklebust
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago