aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-21Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-incomingJ. Bruce Fields1-15/+4
2020-05-18SUNRPC: Trace server-side rpcbind registration eventsChuck Lever1-15/+4
2020-05-11sunrpc: add missing newline when printing parameter 'pool_mode' by sysfsXiongfeng Wang1-5/+5
2020-03-16SUNRPC: Teach server to use xprt_sock_sendmsg for socket sendsChuck Lever1-4/+0
2020-03-16nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever1-0/+16
2019-10-30SUNRPC: Trace gssproxy upcall resultsChuck Lever1-0/+2
2019-09-25sunrpc: clean up indentation issueColin Ian King1-2/+2
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-24SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust1-31/+54
2019-04-24SUNRPC: Clean up generic dispatcher codeTrond Myklebust1-28/+47
2019-04-24SUNRPC: Add a callback to initialise server requestsTrond Myklebust1-37/+76
2019-04-24SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust1-5/+22
2019-02-13SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever1-15/+4
2018-12-27sunrpc: make visible processing error in bc_svc_process()Vasily Averin1-2/+2
2018-12-27sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin1-0/+11
2018-12-27sunrpc: use-after-free in svc_process_common()Vasily Averin1-4/+5
2018-08-09NFSD: Handle full-length symlinksChuck Lever1-42/+25
2018-08-09NFSD: Refactor the generic write vector fill helperChuck Lever1-7/+4
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever1-0/+67
2018-04-03NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever1-0/+42
2018-04-03sunrpc: Re-purpose trace_svc_processChuck Lever1-6/+3
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-2/+2
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-2/+2
2017-10-18sunrpc: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-08-24sunrpc: Const-ify struct sv_serv_opsChuck Lever1-3/+3
2017-06-28sunrpc: Disable splice for krb5iChuck Lever1-1/+1
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig1-2/+2
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig1-1/+1
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig1-1/+1
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig1-4/+2
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig1-3/+6
2017-05-15sunrpc: properly type pc_release callbacksChristoph Hellwig1-4/+4
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig1-1/+1
2017-04-27NFSv4: Fix callback server shutdownTrond Myklebust1-0/+38
2017-04-27SUNRPC: Refactor svc_set_num_threads()Trond Myklebust1-38/+58
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+23
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-24sunrpc: don't register UDP port with rpcbind when version needs congestion controlJeff Layton1-0/+7
2017-02-24nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton1-0/+15
2017-02-24sunrpc: turn bitfield flags in svc_version into boolsJeff Layton1-1/+1
2016-11-30svcauth_gss: Close connection when dropping an incoming messageChuck Lever1-5/+9
2016-09-19SUNRPC: Initialise struct svc_serv backchannel fields during __svc_create()Trond Myklebust1-0/+17
2016-07-11NFS: Don't drop CB requests with invalid principalsChuck Lever1-0/+5
2016-07-11svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever1-1/+2
2015-12-07SUNRPC: Fix callback channelTrond Myklebust1-0/+12
2015-11-23nfs4: limit callback decoding to received bytesBenjamin Coddington1-0/+1
2015-11-02SUNRPC: Remove the TCP-only restriction in bc_svc_process()Chuck Lever1-5/+0
2015-08-10nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcountingJeff Layton1-18/+36