summaryrefslogtreecommitdiff
path: root/net/sunrpc/svc.c
AgeCommit message (Expand)Author
2021-10-12SUNRPC: De-duplicate .pc_release() call sitesChuck Lever
2021-10-12SUNRPC: Simplify the SVC dispatch code pathChuck Lever
2021-10-02NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever
2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2021-08-20SUNRPC: Server-side disconnect injectionChuck Lever
2021-08-17SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever
2021-08-17SUNRPC: Add svc_rqst_replace_page() APIChuck Lever
2021-08-10SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever
2021-08-10SUNRPC: Set rq_auth_stat in the pg_authenticate() calloutChuck Lever
2021-08-10SUNRPC: Add svc_rqst::rq_auth_statChuck Lever
2021-04-23SUNRPC: Fix null pointer dereference in svc_rqst_free()Yunjian Wang
2021-03-06sunrpc: fix refcount leak for rpc auth modulesDaniel Kobras
2021-01-25SUNRPC: Correct a commentChuck Lever
2020-11-30SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever
2020-11-30SUNRPC: Rename svc_encode_read_payload()Chuck Lever
2020-05-21Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields
2020-05-18SUNRPC: Trace server-side rpcbind registration eventsChuck Lever
2020-05-11sunrpc: add missing newline when printing parameter 'pool_mode' by sysfsXiongfeng Wang
2020-03-16SUNRPC: Teach server to use xprt_sock_sendmsg for socket sendsChuck Lever
2020-03-16nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever
2019-10-30SUNRPC: Trace gssproxy upcall resultsChuck Lever
2019-09-25sunrpc: clean up indentation issueColin Ian King
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-24SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust
2019-04-24SUNRPC: Clean up generic dispatcher codeTrond Myklebust
2019-04-24SUNRPC: Add a callback to initialise server requestsTrond Myklebust
2019-04-24SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust
2019-02-13SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever
2018-12-27sunrpc: make visible processing error in bc_svc_process()Vasily Averin
2018-12-27sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin
2018-12-27sunrpc: use-after-free in svc_process_common()Vasily Averin
2018-08-09NFSD: Handle full-length symlinksChuck Lever
2018-08-09NFSD: Refactor the generic write vector fill helperChuck Lever
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever
2018-04-03NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever
2018-04-03sunrpc: Re-purpose trace_svc_processChuck Lever
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2017-10-18sunrpc: Convert timers to use timer_setup()Kees Cook
2017-08-24sunrpc: Const-ify struct sv_serv_opsChuck Lever
2017-06-28sunrpc: Disable splice for krb5iChuck Lever
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig
2017-05-15sunrpc: properly type pc_release callbacksChristoph Hellwig
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig
2017-04-27NFSv4: Fix callback server shutdownTrond Myklebust