Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c24449b321095d8c80cdda3d68107269c1d5569f
/
fs
/
nfs
/
callback.c
35ce8ae
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 3 years ago
23a1a57
NFS: switch the callback service back to non-pooled.
by NeilBrown
· 3 years, 1 month ago
3ebdbe5
SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()
by NeilBrown
· 3 years, 1 month ago
ec52361
SUNRPC: stop using ->sv_nrthreads as a refcount
by NeilBrown
· 3 years, 1 month ago
8c62d12
SUNRPC/NFSD: clean up get/put functions.
by NeilBrown
· 3 years, 1 month ago
df5e49c
SUNRPC: change svc_get() to return the svc.
by NeilBrown
· 3 years, 1 month ago
ca3574b
exit: Rename module_put_and_exit to module_put_and_kthread_exit
by Eric W. Biederman
· 3 years, 1 month ago
5c2465d
SUNRPC: Set rq_auth_stat in the pg_authenticate() callout
by Chuck Lever
· 3 years, 6 months ago
4df493a
SUNRPC: Cache the process user cred in the RPC server listener
by Trond Myklebust
· 6 years ago
642ee6b
SUNRPC: Allow further customisation of RPC program registration
by Trond Myklebust
· 6 years ago
8e5b677
SUNRPC: Add a callback to initialise server requests
by Trond Myklebust
· 6 years ago
0ad30ff
nfs: fixed broken compilation in nfs_callback_up_net()
by Vasily Averin
· 6 years ago
91bd2ff
nfs: minor typo in nfs4_callback_up_net()
by Vasily Averin
· 6 years ago
a289ce5
sunrpc: replace svc_serv->sv_bc_xprt by boolean flag
by Vasily Averin
· 6 years ago
c3e9c04b
Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 7 years ago
e4949e4
nfs: remove net pointer from messages
by Vasily Averin
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
afea565
sunrpc: Const-ify struct sv_serv_ops
by Chuck Lever
· 7 years ago
e967918
sunrpc: mark all struct svc_version instances as const
by Christoph Hellwig
· 8 years ago
ed6473d
NFSv4: Fix callback server shutdown
by Trond Myklebust
· 8 years ago
df807ff
NFSv4.x/callback: Create the callback service through svc_create_pooled
by Kinglong Mee
· 8 years ago
8841b5f
Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 8 years ago
05fae7b
nfs: make nfs4_cb_sv_ops static
by Jason Yan
· 8 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
d55b352
NFSv4.x: hide array-bounds warning
by Arnd Bergmann
· 8 years ago
5405fc4
NFSv4.x: Add kernel parameter to control the callback server
by Trond Myklebust
· 8 years ago
bb6aeba
NFSv4.x: Switch to using svc_set_num_threads() to manage the callback threads
by Trond Myklebust
· 8 years ago
3b01c11
NFSv4.x: Fix up the global tracking of the callback server
by Trond Myklebust
· 8 years ago
d002526
SUNRPC: Initialise struct svc_serv backchannel fields during __svc_create()
by Trond Myklebust
· 8 years ago
f4b52bb
NFSv4.x: Set up struct svc_serv_ops for the callback channel
by Trond Myklebust
· 8 years ago
98b0f80
NFSv4.x: Fix a refcount leak in nfs_callback_up_net
by Trond Myklebust
· 8 years ago
7656677
NFS: Enable client side NFSv4.1 backchannel to use other transports
by Chuck Lever
· 9 years ago
4e4adb2
Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 9 years ago
0847ef8
NFS: Remove duplicate svc_xprt_put from nfs41_callback_up
by Kinglong Mee
· 9 years ago
b9e13cd
nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation
by Jeff Layton
· 10 years ago
ea126e7
nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into it
by Jeff Layton
· 10 years ago
6f02dc8
nfs: deny backchannel RPCs with an incorrect authflavor instead of dropping them
by Jeff Layton
· 10 years ago
5d05e54
nfs: fix high load average due to callback thread sleeping
by Jeff Layton
· 10 years ago
6ffa30d
nfs: don't call blocking operations while !TASK_RUNNING
by Jeff Layton
· 10 years ago
66f09ca
nfs: do not start the callback thread until we set rqstp->rq_task
by Trond Myklebust
· 10 years ago
8879997
nfs: Ensure that nfs_callback_start_svc sets the server rq_task...
by Trond Myklebust
· 10 years ago
f11b2a1
nfs4: copy acceptor name from context to nfs_client
by Jeff Layton
· 11 years ago
54bcfa6
nfs: Use PTR_ERR_OR_ZERO in 'nfs41_callback_up' function
by Geyslan G. Bem
· 11 years ago
be0c5d8
Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 11 years ago
f170168
drivers: avoid parsing names as kthread_run() format strings
by Kees Cook
· 11 years ago
42c2c42
NFSv4.2: Added NFS v4.2 support to the NFS client
by Steve Dickson
· 12 years ago
25d280a
nfs: allow the v4.1 callback thread to freeze
by Jeff Layton
· 12 years ago
e9b7e91
NFSv4: Fix the return value for nfs_callback_start_svc
by Trond Myklebust
· 12 years ago
bd81cce
Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 12 years ago
758201e
NFSv4: Fix the minor version callback channel startup
by Trond Myklebust
· 12 years ago
1dc42e0
NFS: add debug messages to callback down function
by Stanislav Kinsbursky
· 12 years ago
b3d19c5
NFS: callback per-net usage counting introduced
by Stanislav Kinsbursky
· 12 years ago
29dcc16
NFS: make nfs_callback_tcpport6 per network context
by Stanislav Kinsbursky
· 12 years ago
bbe0a3a
NFS: make nfs_callback_tcpport per network context
by Stanislav Kinsbursky
· 12 years ago
23c20ec
NFS: callback up - users counting cleanup
by Stanislav Kinsbursky
· 12 years ago
8e24614
NFS: callback service start function introduced
by Stanislav Kinsbursky
· 12 years ago
691c457
NFS: callback up - transport backchannel cleanup
by Stanislav Kinsbursky
· 12 years ago
c946556
NFS: move per-net callback thread initialization to nfs_callback_up_net()
by Stanislav Kinsbursky
· 12 years ago
dd01842
NFS: callback service creation function introduced
by Stanislav Kinsbursky
· 12 years ago
c8ceb41
NFS: pass net to nfs_callback_down()
by Stanislav Kinsbursky
· 12 years ago
5b444cc
svcrpc: remove handling of unknown errors from svc_recv
by J. Bruce Fields
· 12 years ago
b042414
nfs: increase number of permitted callback connections.
by NeilBrown
· 12 years ago
fac1e8e
NFS: Keep module parameters in the generic NFS client
by Bryan Schumaker
· 12 years ago
12918b1
NFS: hard-code init_net for NFS callback transports
by Stanislav Kinsbursky
· 13 years ago
03a4e1f
nfsd4: move principal name into svc_cred
by J. Bruce Fields
· 13 years ago
786185b
SUNRPC: move per-net operations from svc_destroy()
by Stanislav Kinsbursky
· 13 years ago
9793f7c
SUNRPC: new svc_bind() routine introduced
by Stanislav Kinsbursky
· 13 years ago
1728017
NFS: Fix a number of sparse warnings
by Trond Myklebust
· 13 years ago
4e0038b
SUNRPC: Move clnt->cl_server into struct rpc_xprt
by Trond Myklebust
· 13 years ago
a030889
NFS: start printks w/ NFS: even if __func__ shown
by Weston Andros Adamson
· 13 years ago
7bb782c
NFS: create callback transports in parent transport network namespace
by Stanislav Kinsbursky
· 13 years ago
11fd165
sunrpc: use better NUMA affinities
by Eric Dumazet
· 13 years ago
778be23
NFS do not find client in NFSv4 pg_authenticate
by Andy Adamson
· 14 years ago
4a19de0
NFS rename client back channel transport field
by Andy Adamson
· 14 years ago
ece0de6
NFS RPC_AUTH_GSS unsupported on v4.1 back channel
by Andy Adamson
· 14 years ago
c36fca5
NFS refactor nfs_find_client and reference client across callback processing
by Andy Adamson
· 14 years ago
2c2618c
NFS associate sessionid with callback connection
by Andy Adamson
· 14 years ago
01c9a0b
NFS use svc_create_xprt for NFSv4.1 callback service
by Andy Adamson
· 14 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 14 years ago
fc5d00b
sunrpc: Add net argument to svc_create_xprt
by Pavel Emelyanov
· 14 years ago
9bbb9e5
param: use ops in struct kernel_param, rather than get and set fns directly
by Rusty Russell
· 14 years ago
d6783b2
SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()
by Chuck Lever
· 15 years ago
07bccc2
nfs41: add support for callback with RPC version number 4
by Alexandros Batsakis
· 15 years ago
d4e935b
The rpc server does not require that service threads take the BKL.
by J. Bruce Fields
· 15 years ago
c140aa9
NFSv4: Clean up the nfs.callback_tcpport option
by Trond Myklebust
· 15 years ago
1f84603
Merge branch 'devel-for-2.6.31' into for-2.6.31
by Trond Myklebust
· 16 years ago
18fc316
NFS: Fix false error return from nfs_callback_up() if ipv6.ko is not available
by Chuck Lever
· 16 years ago
e82dc22
nfs41: Allow NFSv4 and NFSv4.1 callback services to coexist
by Andy Adamson
· 16 years ago
8f97524
nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callbacks
by Benny Halevy
· 16 years ago
a43cde9
nfs41: Implement NFSv4.1 callback service process.
by Ricardo Labiaga
· 16 years ago
7146851
nfs41: minorversion support for nfs4_{init,destroy}_callback
by Benny Halevy
· 16 years ago
f738f51
NFS: Start PF_INET6 callback listener only if IPv6 support is available
by Chuck Lever
· 16 years ago
26298ca
NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacks
by Chuck Lever
· 16 years ago
49a9072
SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()
by Chuck Lever
· 16 years ago
9652ada
SUNRPC: Change svc_create_xprt() to take a @family argument
by Chuck Lever
· 16 years ago
945b34a
rpc: allow gss callbacks to client
by Olga Kornievskaia
· 16 years ago
18de973
NFS: Enable NFSv4 callback server to listen on AF_INET6 sockets
by Chuck Lever
· 16 years ago
e851db5
SUNRPC: Add address family field to svc_serv data structure
by Chuck Lever
· 17 years ago
5afc597
nfs4: fix potential race with rapid nfs_callback_up/down cycle
by Jeff Layton
· 17 years ago
ee84dfc
nfs4: remove BKL from nfs_callback_up and nfs_callback_down
by Jeff Layton
· 17 years ago
Next »