aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc/svc.c
Commit message (Expand)AuthorAgeFilesLines
* Improve locking of sg_threadcount.Alexander Motin2015-11-191-1/+3
* Fix overflow bugs in and remove obsolete limit from kernel RPCGarrett Wollman2015-04-011-22/+22
* Add facility to stop all userspace processes. The supposed use of theKonstantin Belousov2014-12-131-1/+2
* Current reaction of the nfsd worker threads to any signal is exit.Konstantin Belousov2014-12-081-4/+16
* Fix race in r267221.Alexander Motin2014-06-091-2/+4
* Split RPC pool threads into number of smaller semi-isolated groups.Alexander Motin2014-06-081-156/+201
* Remove st_idle variable, duplicating st_xprt.Alexander Motin2014-06-081-5/+1
* Introduce new per-thread lock to protect the list of requests.Alexander Motin2014-06-081-78/+53
* Fix lock acquisition in case no request space available, missed in r260097.Alexander Motin2014-02-041-1/+1
* Rework NFS Duplicate Request Cache cleanup logic.Alexander Motin2014-01-031-4/+63
* Move most of NFS file handle affinity code out of the heavily congestedAlexander Motin2013-12-301-52/+51
* Introduce xprt_inactive_self() -- variant for use when sure that portAlexander Motin2013-12-291-0/+13
* Fix build.Gleb Smirnoff2013-12-201-3/+3
* Remove several linear list traversals per request from RPC server code.Alexander Motin2013-12-201-41/+45
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-11-251-26/+25
* Some minor tuning to rpc/svc.c:Alexander Motin2013-11-141-21/+27
* Use m_get(), m_gethdr() and m_getcl() instead of historic macros.Gleb Smirnoff2013-03-121-3/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-2/+2
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-2/+2
* When the regular NFS server replied to a UDP client out of the replayRick Macklem2010-03-231-0/+2
* Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on theRick Macklem2009-06-171-0/+1
* Add a check to xprt_unregister() to catch the case where anotherRick Macklem2009-06-071-0/+7
* Fix a lockorder reversal I introduced in r193436 when I moved theRick Macklem2009-06-071-0/+1
* Fix two races in the server side krpc w.r.t upcalls:Rick Macklem2009-06-041-4/+5
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-154/+894
* Minor changes to improve compatibility with older FreeBSD releases.Doug Rabson2008-03-281-1/+1
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-261-0/+574