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