summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Fix up backchannel slot table accountingTrond Myklebust2019-07-181-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust2019-04-241-31/+54
* SUNRPC: Clean up generic dispatcher codeTrond Myklebust2019-04-241-28/+47
* SUNRPC: Add a callback to initialise server requestsTrond Myklebust2019-04-241-37/+76
* SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust2019-04-241-5/+22
* SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever2019-02-131-15/+4Star
* sunrpc: make visible processing error in bc_svc_process()Vasily Averin2018-12-281-2/+2
* sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin2018-12-281-0/+11
* sunrpc: use-after-free in svc_process_common()Vasily Averin2018-12-281-4/+5
* NFSD: Handle full-length symlinksChuck Lever2018-08-091-42/+25Star
* NFSD: Refactor the generic write vector fill helperChuck Lever2018-08-091-7/+4Star
* NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever2018-04-031-0/+67
* NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever2018-04-031-0/+42
* sunrpc: Re-purpose trace_svc_processChuck Lever2018-04-031-6/+3Star
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+2
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-2/+2
* | sunrpc: Convert timers to use timer_setup()Kees Cook2017-10-181-1/+1
|/
* sunrpc: Const-ify struct sv_serv_opsChuck Lever2017-08-251-3/+3
* sunrpc: Disable splice for krb5iChuck Lever2017-06-281-1/+1
* sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-05-151-2/+2
* sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-05-151-1/+1
* sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-05-151-1/+1
* sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-151-4/+2Star
* sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-151-3/+6
* sunrpc: properly type pc_release callbacksChristoph Hellwig2017-05-151-4/+4
* sunrpc: properly type pc_func callbacksChristoph Hellwig2017-05-151-1/+1
* NFSv4: Fix callback server shutdownTrond Myklebust2017-04-281-0/+38
* SUNRPC: Refactor svc_set_num_threads()Trond Myklebust2017-04-271-38/+58
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-03-011-1/+23
|\
| * sunrpc: don't register UDP port with rpcbind when version needs congestion co...Jeff Layton2017-02-241-0/+7
| * nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton2017-02-241-0/+15
| * sunrpc: turn bitfield flags in svc_version into boolsJeff Layton2017-02-241-1/+1
* | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-1/+1
|/
* svcauth_gss: Close connection when dropping an incoming messageChuck Lever2016-11-301-5/+9
* SUNRPC: Initialise struct svc_serv backchannel fields during __svc_create()Trond Myklebust2016-09-191-0/+17
* NFS: Don't drop CB requests with invalid principalsChuck Lever2016-07-111-0/+5
* svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever2016-07-111-1/+2
* SUNRPC: Fix callback channelTrond Myklebust2015-12-071-0/+12
* nfs4: limit callback decoding to received bytesBenjamin Coddington2015-11-241-0/+1
* SUNRPC: Remove the TCP-only restriction in bc_svc_process()Chuck Lever2015-11-021-5/+0Star
* nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcoun...Jeff Layton2015-08-101-18/+36
* nfsd/sunrpc: move pool_mode definitions into svc.hJeff Layton2015-08-101-24/+7Star
* nfsd/sunrpc: move sv_module parm into sv_opsJeff Layton2015-08-101-5/+3Star
* nfsd/sunrpc: move sv_function into sv_opsJeff Layton2015-08-101-5/+3Star
* nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into itJeff Layton2015-08-101-9/+9
* Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-07-021-8/+28
|\
| * SUNRPC: Fix a backchannel raceTrond Myklebust2015-06-051-1/+5
| * SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_taskTrond Myklebust2015-06-051-2/+1Star