aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/svc.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-09NFSD: Handle full-length symlinksGravatar Chuck Lever 1-42/+25
2018-08-09NFSD: Refactor the generic write vector fill helperGravatar Chuck Lever 1-7/+4
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersGravatar Chuck Lever 1-0/+67
2018-04-03NFSD: Clean up legacy NFS WRITE argument XDR decodersGravatar Chuck Lever 1-0/+42
2018-04-03sunrpc: Re-purpose trace_svc_processGravatar Chuck Lever 1-6/+3
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2017-10-31treewide: Fix function prototypes for module_param_call()Gravatar Kees Cook 1-2/+2
2017-10-18sunrpc: Convert timers to use timer_setup()Gravatar Kees Cook 1-1/+1
2017-08-24sunrpc: Const-ify struct sv_serv_opsGravatar Chuck Lever 1-3/+3
2017-06-28sunrpc: Disable splice for krb5iGravatar Chuck Lever 1-1/+1
2017-05-15sunrpc: mark all struct svc_version instances as constGravatar Christoph Hellwig 1-2/+2
2017-05-15sunrpc: mark all struct svc_procinfo instances as constGravatar Christoph Hellwig 1-1/+1
2017-05-15sunrpc: move pc_count out of struct svc_procinfoGravatar Christoph Hellwig 1-1/+1
2017-05-15sunrpc: properly type pc_encode callbacksGravatar Christoph Hellwig 1-4/+2
2017-05-15sunrpc: properly type pc_decode callbacksGravatar Christoph Hellwig 1-3/+6
2017-05-15sunrpc: properly type pc_release callbacksGravatar Christoph Hellwig 1-4/+4
2017-05-15sunrpc: properly type pc_func callbacksGravatar Christoph Hellwig 1-1/+1
2017-04-27NFSv4: Fix callback server shutdownGravatar Trond Myklebust 1-0/+38
2017-04-27SUNRPC: Refactor svc_set_num_threads()Gravatar Trond Myklebust 1-38/+58
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+1
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+23
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 1-1/+1
2017-02-24sunrpc: don't register UDP port with rpcbind when version needs congestion co...Gravatar Jeff Layton 1-0/+7
2017-02-24nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Gravatar Jeff Layton 1-0/+15
2017-02-24sunrpc: turn bitfield flags in svc_version into boolsGravatar Jeff Layton 1-1/+1
2016-11-30svcauth_gss: Close connection when dropping an incoming messageGravatar Chuck Lever 1-5/+9
2016-09-19SUNRPC: Initialise struct svc_serv backchannel fields during __svc_create()Gravatar Trond Myklebust 1-0/+17
2016-07-11NFS: Don't drop CB requests with invalid principalsGravatar Chuck Lever 1-0/+5
2016-07-11svc: Avoid garbage replies when pc_func() returns rpc_drop_replyGravatar Chuck Lever 1-1/+2
2015-12-07SUNRPC: Fix callback channelGravatar Trond Myklebust 1-0/+12
2015-11-23nfs4: limit callback decoding to received bytesGravatar Benjamin Coddington 1-0/+1
2015-11-02SUNRPC: Remove the TCP-only restriction in bc_svc_process()Gravatar Chuck Lever 1-5/+0
2015-08-10nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcoun...Gravatar Jeff Layton 1-18/+36
2015-08-10nfsd/sunrpc: move pool_mode definitions into svc.hGravatar Jeff Layton 1-24/+7
2015-08-10nfsd/sunrpc: move sv_module parm into sv_opsGravatar Jeff Layton 1-5/+3
2015-08-10nfsd/sunrpc: move sv_function into sv_opsGravatar Jeff Layton 1-5/+3
2015-08-10nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into itGravatar Jeff Layton 1-9/+9
2015-07-02Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-8/+28
2015-06-05SUNRPC: Fix a backchannel raceGravatar Trond Myklebust 1-1/+5
2015-06-05SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_taskGravatar Trond Myklebust 1-2/+1
2015-06-03SUNRPC: Move EXPORT_SYMBOL for svc_processGravatar Chuck Lever 1-1/+1
2015-06-02SUNRPC: Clean up bc_send()Gravatar Chuck Lever 1-8/+25
2015-01-23sunrpc/lockd: fix references to the BKLGravatar Jeff Layton 1-2/+2
2014-12-09sunrpc: convert to lockless lookup of queued server threadsGravatar Jeff Layton 1-3/+4
2014-12-09sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itGravatar Jeff Layton 1-4/+6
2014-12-09sunrpc: require svc_create callers to pass in meaningful shutdown routineGravatar Jeff Layton 1-3/+0
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsGravatar Jeff Layton 1-1/+1
2014-12-09sunrpc: move rq_dropme flag into rq_flagsGravatar Jeff Layton 1-2/+2
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsGravatar Jeff Layton 1-1/+1
2014-12-09Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchGravatar J. Bruce Fields 1-10/+13