index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
sunrpc
/
clnt.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-12
SUNRPC: Fix a race in rpc_info_open
Trond Myklebust
1
-1
/
+1
2010-08-04
SUNRPC: Move remaining RPC client related task initialisation into clnt.c
Trond Myklebust
1
-0
/
+1
2010-08-03
SUNRPC: The function rpc_restart_call() should return success/failure
Trond Myklebust
1
-2
/
+2
2009-09-13
nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannel
Alexandros Batsakis
1
-0
/
+1
2009-08-21
nfsd: populate sin6_scope_id on callback address with scopeid from rq_addr on...
Jeff Layton
1
-0
/
+15
2009-08-21
sunrpc: add common routine for copying address portion of a sockaddr
Jeff Layton
1
-0
/
+50
2009-08-21
sunrpc: add routine for comparing addresses
Jeff Layton
1
-0
/
+48
2009-08-10
Merge branch 'sunrpc_cache-for-2.6.32' into nfs-for-2.6.32
Trond Myklebust
1
-3
/
+2
2009-08-09
SUNRPC: clean up rpc_setup_pipedir()
Trond Myklebust
1
-1
/
+0
2009-08-09
SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_path
Trond Myklebust
1
-2
/
+2
2009-08-09
SUNRPC: Provide functions for managing universal addresses
Chuck Lever
1
-0
/
+38
2009-06-17
nfs41: sunrpc: Export the call prepare state for session reset
Andy Adamson
1
-0
/
+1
2008-12-23
rpc: pass target name down to rpc level on callbacks
Olga Kornievskaia
1
-0
/
+2
2008-09-29
nfsd: use nfs client rpc callback program
Benny Halevy
1
-0
/
+1
2008-09-29
SUNRPC: Simplify rpcb_register() API
Chuck Lever
1
-2
/
+2
2008-07-15
SUNRPC: Support registering IPv6 interfaces with local rpcbind daemon
Chuck Lever
1
-0
/
+3
2008-07-09
rpc: bring back cl_chatty
Olga Kornievskaia
1
-1
/
+3
2008-02-14
SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/async
Trond Myklebust
1
-4
/
+5
2008-02-01
Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+0
2008-01-30
SUNRPC: Use appropriate argument types in rpcb client
Chuck Lever
1
-1
/
+1
2008-01-30
SUNRPC: fewer conditionals in the format_ip_address routines
Chuck Lever
1
-1
/
+1
2008-01-30
SUNRPC: Add support for per-client timeout values
Trond Myklebust
1
-1
/
+3
2008-01-30
SUNRPC: Remove the now unused function rpc_call_setup()
Trond Myklebust
1
-1
/
+0
2008-01-30
SUNRPC: Add a helper rpc_call_start() that initialises task->tk_action
Trond Myklebust
1
-1
/
+1
2008-01-30
SUNRPC: Cleanup of rpc_task initialisation
Trond Myklebust
1
-1
/
+1
2007-12-06
NFS: Switch from intr mount option to TASK_KILLABLE
Matthew Wilcox
1
-2
/
+0
2007-10-09
SUNRPC: fix a signed v. unsigned comparison nit in rpc_bind_new_program
Chuck Lever
1
-1
/
+1
2007-07-10
SUNRPC client: add interface for binding to a local address
Frank van Maarseveen
1
-0
/
+1
2007-07-10
SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync name
Chuck Lever
1
-1
/
+1
2007-07-10
SUNRPC: Rename rpcb_getport_external routine
Chuck Lever
1
-5
/
+2
2007-07-10
SUNRPC: Add the helper function 'rpc_call_null()'
Trond Myklebust
1
-0
/
+2
2007-07-10
SUNRPC: Make rpc_ping() static
Trond Myklebust
1
-1
/
+0
2007-07-10
SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.c
Trond Myklebust
1
-2
/
+0
2007-07-10
SUNRPC: Remove rpc_clnt->cl_count
Trond Myklebust
1
-3
/
+1
2007-07-10
SUNRPC: Kill rpc_clnt->cl_oneshot
Trond Myklebust
1
-6
/
+4
2007-07-10
SUNRPC: Kill rpc_clnt->cl_dead
Trond Myklebust
1
-2
/
+1
2007-07-10
SUNRPC: Convert rpc_clnt->cl_users to a kref
Trond Myklebust
1
-1
/
+1
2007-07-10
SUNRPC: Add a per-rpc_clnt spinlock
Trond Myklebust
1
-0
/
+1
2007-07-10
SUNRPC: Move rpc_task->tk_task list into struct rpc_clnt
Trond Myklebust
1
-0
/
+4
2007-04-30
SUNRPC: remove old portmapper
Chuck Lever
1
-3
/
+0
2007-04-30
SUNRPC: introduce rpcbind: replacement for in-kernel portmapper
Chuck Lever
1
-0
/
+3
2007-04-30
SUNRPC: RPC buffer size estimates are too large
Chuck Lever
1
-1
/
+2
2007-02-12
NFS: disconnect before retrying NFSv4 requests over TCP
Chuck Lever
1
-0
/
+2
2006-12-06
SUNRPC: Give cloned RPC clients their own rpc_pipefs directory
Trond Myklebust
1
-0
/
+1
2006-09-22
SUNRPC: Eliminate xprt_create_proto and rpc_create_client
Chuck Lever
1
-7
/
+0
2006-09-22
SUNRPC: use sockaddr + size when creating remote transport endpoints
Chuck Lever
1
-0
/
+22
2006-09-22
SUNRPC: Clean-up after previous patches.
Chuck Lever
1
-3
/
+0
2006-09-22
SUNRPC: Create API for displaying remote peer address
Chuck Lever
1
-0
/
+1
2006-09-22
SUNRPC: create API for getting remote peer address
Chuck Lever
1
-0
/
+1
2006-09-22
SUNRPC: Introduce transport switch callout for pluggable rpcbind
Chuck Lever
1
-1
/
+1
[next]