summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields2020-05-211-15/+4
|\
| * SUNRPC: Trace server-side rpcbind registration eventsChuck Lever2020-05-181-15/+4
* | sunrpc: add missing newline when printing parameter 'pool_mode' by sysfsXiongfeng Wang2020-05-111-5/+5
|/
* SUNRPC: Teach server to use xprt_sock_sendmsg for socket sendsChuck Lever2020-03-161-4/+0
* nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever2020-03-161-0/+16
* SUNRPC: Trace gssproxy upcall resultsChuck Lever2019-10-301-0/+2
* sunrpc: clean up indentation issueColin Ian King2019-09-251-2/+2
* 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/+4
* sunrpc: make visible processing error in bc_svc_process()Vasily Averin2018-12-271-2/+2
* sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin2018-12-271-0/+11
* sunrpc: use-after-free in svc_process_common()Vasily Averin2018-12-271-4/+5
* NFSD: Handle full-length symlinksChuck Lever2018-08-091-42/+25
* NFSD: Refactor the generic write vector fill helperChuck Lever2018-08-091-7/+4
* 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/+3
* 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-241-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/+2
* 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-271-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-02-281-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-271-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-231-0/+1
* SUNRPC: Remove the TCP-only restriction in bc_svc_process()Chuck Lever2015-11-021-5/+0
* nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcoun...Jeff Layton2015-08-101-18/+36