summaryrefslogtreecommitdiffstats
path: root/sys/rpc/svc.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r313735: add svcpool_close to handle killed nfsd threadsavg2017-02-211-0/+6
* sys/rpc: minor spelling fixes.pfg2016-05-061-2/+2
* Fix overflow bugs in and remove obsolete limit from kernel RPCwollman2015-04-011-4/+4
* Merge the NFSv4.1 server code in projects/nfsv4.1-server overrmacklem2014-07-011-0/+8
* Split RPC pool threads into number of smaller semi-isolated groups.mav2014-06-081-18/+37
* Remove st_idle variable, duplicating st_xprt.mav2014-06-081-1/+0
* Introduce new per-thread lock to protect the list of requests.mav2014-06-081-0/+1
* Don't expose svc_loss_reg / _unreg to userland as they're kernel-onlypeter2014-01-081-0/+2
* Fix NULL dereference panic on UDP requests introduced in r260229.mav2014-01-061-1/+1
* Replace locks added in r260229 to protect sequence counters with atomics.mav2014-01-041-3/+3
* Rework NFS Duplicate Request Cache cleanup logic.mav2014-01-031-3/+48
* Move most of NFS file handle affinity code out of the heavily congestedmav2013-12-301-1/+3
* Introduce xprt_inactive_self() -- variant for use when sure that portmav2013-12-291-0/+1
* Remove several linear list traversals per request from RPC server code.mav2013-12-201-0/+1
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,hrs2013-11-251-26/+25
* Add support for backchannels to the kernel RPC. Backchannelsrmacklem2012-12-081-0/+2
* Fix two races in the server side krpc w.r.t upcalls:rmacklem2009-06-041-0/+1
* Added a field to the SVCXPRT structure that the nfsv4 server canrmacklem2009-04-161-0/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-18/+226
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-0/+614
OpenPOWER on IntegriCloud