index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
callback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-11
NFS: Fix a number of sparse warnings
Trond Myklebust
1
-2
/
+2
2012-03-03
SUNRPC: Move clnt->cl_server into struct rpc_xprt
Trond Myklebust
1
-2
/
+1
2012-02-07
NFS: start printks w/ NFS: even if __func__ shown
Weston Andros Adamson
1
-1
/
+1
2012-02-01
NFS: create callback transports in parent transport network namespace
Stanislav Kinsbursky
1
-5
/
+5
2011-08-19
sunrpc: use better NUMA affinities
Eric Dumazet
1
-2
/
+2
2011-01-25
NFS do not find client in NFSv4 pg_authenticate
Andy Adamson
1
-80
/
+29
2011-01-06
NFS rename client back channel transport field
Andy Adamson
1
-6
/
+6
2011-01-06
NFS RPC_AUTH_GSS unsupported on v4.1 back channel
Andy Adamson
1
-0
/
+3
2011-01-06
NFS refactor nfs_find_client and reference client across callback processing
Andy Adamson
1
-3
/
+18
2011-01-06
NFS associate sessionid with callback connection
Andy Adamson
1
-0
/
+31
2011-01-06
NFS use svc_create_xprt for NFSv4.1 callback service
Andy Adamson
1
-10
/
+18
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-10-02
sunrpc: Add net argument to svc_create_xprt
Pavel Emelyanov
1
-2
/
+2
2010-08-11
param: use ops in struct kernel_param, rather than get and set fns directly
Rusty Russell
1
-6
/
+5
2010-01-27
SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()
Chuck Lever
1
-2
/
+0
2009-12-05
nfs41: add support for callback with RPC version number 4
Alexandros Batsakis
1
-0
/
+1
2009-12-03
The rpc server does not require that service threads take the BKL.
J. Bruce Fields
1
-12
/
+0
2009-08-09
NFSv4: Clean up the nfs.callback_tcpport option
Trond Myklebust
1
-9
/
+17
2009-06-19
Merge branch 'devel-for-2.6.31' into for-2.6.31
Trond Myklebust
1
-1
/
+3
2009-06-18
NFS: Fix false error return from nfs_callback_up() if ipv6.ko is not available
Chuck Lever
1
-1
/
+3
2009-06-18
nfs41: Allow NFSv4 and NFSv4.1 callback services to coexist
Andy Adamson
1
-26
/
+24
2009-06-18
nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callb...
Benny Halevy
1
-1
/
+16
2009-06-18
nfs41: Implement NFSv4.1 callback service process.
Ricardo Labiaga
1
-4
/
+108
2009-06-18
nfs41: minorversion support for nfs4_{init,destroy}_callback
Benny Halevy
1
-19
/
+46
2009-03-28
NFS: Start PF_INET6 callback listener only if IPv6 support is available
Chuck Lever
1
-0
/
+12
2009-03-28
NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacks
Chuck Lever
1
-12
/
+2
2009-03-28
SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()
Chuck Lever
1
-2
/
+1
2009-03-28
SUNRPC: Change svc_create_xprt() to take a @family argument
Chuck Lever
1
-2
/
+2
2008-12-24
rpc: allow gss callbacks to client
Olga Kornievskaia
1
-5
/
+31
2008-10-17
NFS: Enable NFSv4 callback server to listen on AF_INET6 sockets
Chuck Lever
1
-4
/
+15
2008-09-30
SUNRPC: Add address family field to svc_serv data structure
Chuck Lever
1
-1
/
+2
2008-07-09
nfs4: fix potential race with rapid nfs_callback_up/down cycle
Jeff Layton
1
-14
/
+16
2008-07-09
nfs4: remove BKL from nfs_callback_up and nfs_callback_down
Jeff Layton
1
-4
/
+0
2008-05-16
nfs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-1
/
+1
2008-04-24
NFS: don't let nfs_callback_svc exit on unexpected svc_recv errors (try #2)
Jeff Layton
1
-6
/
+12
2008-04-24
nfsd: fix comment
J. Bruce Fields
1
-1
/
+1
2008-04-24
NFS: convert nfs4 callback thread to kthread API
Jeff Layton
1
-38
/
+35
2008-02-22
Wrap buffers used for rpc debug printks into RPC_IFDEBUG
Pavel Emelyanov
1
-1
/
+1
2008-02-20
NFS: flush signals before taking down callback thread
Jeff Layton
1
-0
/
+1
2008-02-14
NFS: fix reference counting for NFSv4 callback thread
Jeff Layton
1
-6
/
+12
2008-02-02
svc: Change services to use new svc_create_xprt service
Tom Tucker
1
-2
/
+2
2008-01-30
NFS: Change nfs_find_client() to take "struct sockaddr *"
Chuck Lever
1
-2
/
+1
2008-01-30
NFS: Move dprintks from callback.c to callback_proc.c
Chuck Lever
1
-4
/
+0
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-0
/
+2
2007-02-12
[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addresses
Chuck Lever
1
-1
/
+1
2007-02-12
[PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst fo...
Chuck Lever
1
-3
/
+9
2007-02-12
[PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with...
Chuck Lever
1
-11
/
+9
2006-10-02
[PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process
NeilBrown
1
-3
/
+2
2006-10-02
[PATCH] knfsd: add a callback for when last rpc thread finishes
NeilBrown
1
-1
/
+1
2006-09-23
NFS: Generalise the nfs_client structure
David Howells
1
-4
/
+5
[next]