aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc_xprt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-13SUNRPC: Move the svc_xdr_recvfrom tracepoint againChuck Lever1-2/+2
2020-11-30SUNRPC: Move the svc_xdr_recvfrom() tracepointChuck Lever1-3/+1
2020-06-11Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-2/+2
2020-06-11SUNRPC: Split the xdr_buf event classChuck Lever1-2/+2
2020-05-20SUNRPC: Clean up request deferral tracepointsChuck Lever1-6/+6
2020-05-18SUNRPC: Trace a few more generic svc_xprt eventsChuck Lever1-17/+5
2020-05-18SUNRPC: Tracepoint to record errors in svc_xpo_create()Chuck Lever1-1/+6
2020-05-18SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever1-9/+3
2020-04-17svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever1-3/+0
2020-04-17SUNRPC: Fix backchannel RPC soft lockupsChuck Lever1-0/+2
2020-03-27SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'Christophe JAILLET1-5/+14
2020-03-16svcrdma: Create a generic tracing class for displaying xdr_buf layoutChuck Lever1-0/+3
2019-07-03nfs: fix out-of-date connectathon talk URLJ. Bruce Fields1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-24SUNRPC: Temporary sockets should inherit the cred from their parentTrond Myklebust1-2/+3
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust1-4/+8
2019-02-06svcrpc: fix unlikely races preventing queueing of socketsJ. Bruce Fields1-1/+11
2019-02-06svcrpc: svc_xprt_has_something_to_do seems a little longJ. Bruce Fields1-2/+2
2019-02-06SUNRPC: Don't allow compiler optimisation of svc_xprt_release_slot()Trond Myklebust1-2/+6
2018-12-27sunrpc: fix debug message in svc_create_xprt()Vasily Averin1-2/+2
2018-12-27sunrpc: use-after-free in svc_process_common()Vasily Averin1-2/+3
2018-10-30Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2018-10-29nfsd: Fix an Oops in free_session()Trond Myklebust1-1/+1
2018-09-30SUNRPC: Clean up transport write space handlingTrond Myklebust1-2/+0
2018-04-03svc: Report xprt dequeue latencyChuck Lever1-2/+2
2018-04-03sunrpc: Report per-RPC execution statsChuck Lever1-1/+2
2018-04-03sunrpc: Save remote presentation address in svc_xprt for trace eventsChuck Lever1-1/+2
2018-04-03sunrpc: Simplify trace_svc_recvChuck Lever1-1/+0
2018-04-03sunrpc: Simplify do_enqueue tracingChuck Lever1-8/+3
2018-04-03sunrpc: Move trace_svc_xprt_dequeue()Chuck Lever1-4/+1
2018-04-03svc: Simplify ->xpo_secure_portChuck Lever1-4/+1
2018-04-03sunrpc: Remove unneeded pointer dereferenceChuck Lever1-2/+2
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-73/+33
2017-11-07SUNRPC: Improve ordering of transport processingTrond Myklebust1-70/+30
2017-11-07sunrcp: make function _svc_create_xprt staticColin Ian King1-3/+3
2017-10-18sunrpc: Convert timers to use timer_setup()Kees Cook1-5/+4
2017-07-12sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstChuck Lever1-4/+6
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-3/+3
2017-01-12sunrpc: don't call sleeping functions from the notifier block callbacksScott Mayhew1-3/+7
2016-11-14sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew1-10/+1
2016-07-13SUNRPC: Remove unused callback xpo_adjust_wspace()Trond Myklebust1-2/+0
2016-07-13SUNRPC: Add a server side per-connection limitTrond Myklebust1-3/+36
2016-07-13SUNRPC: Add tracepoints for dropped and deferred requestsTrond Myklebust1-0/+4
2016-07-13SUNRPC: Add a tracepoint for server socket out-of-space conditionsTrond Myklebust1-2/+6
2016-06-15rpc: share one xps between all backchannelsJ. Bruce Fields1-0/+2
2016-05-23svcrpc: autoload rdma moduleJ. Bruce Fields1-4/+19
2015-12-23sunrpc: Add a function to close temporary transports immediatelyScott Mayhew1-0/+45
2015-08-10nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton1-5/+5