summaryrefslogtreecommitdiffstats
path: root/sys/rpc
Commit message (Expand)AuthorAgeFilesLines
* MFC r319369:delphij2017-06-063-7/+21
* MFC: r317906rmacklem2017-05-221-2/+20
* MFC: r316694rmacklem2017-04-262-6/+1
* MFC r313735: add svcpool_close to handle killed nfsd threadsavg2017-02-212-2/+46
* MFC r303382:kib2016-08-261-0/+4
* MFC r302550,r302551,r302552,r302553:ngie2016-08-034-17/+11
* Deobfuscate cleanup path in clnt_bck_create(..)ngie2016-06-101-8/+3
* Fix the rpcb_getaddr() definition to match its declaration.kevlo2016-06-091-1/+1
* Quell false positives in svc_vc_create and svc_vc_create_conn with cd and xprtngie2016-05-271-13/+11
* Remove unnecessary memset(.., 0, ..)'sngie2016-05-241-2/+0
* sys/rpc: minor spelling fixes.pfg2016-05-066-11/+11
* sys: Make use of our rounddown() macro when sys/param.h is available.pfg2016-04-301-2/+2
* kgssapi(4): Fix string overrun in Kerberos principal constructioncem2016-04-201-1/+1
* RPC: for pointers replace 0 with NULL.pfg2016-04-141-1/+1
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Remove some NULL checks for M_WAITOK allocations.trasz2016-03-291-8/+0
* Fix incorrect (fortunately bigger) malloc size.mav2016-03-191-1/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-0/+1
* Improve locking of sg_threadcount.mav2015-11-191-1/+3
* Increase group limit for kerberized NFSv4jpaetzel2015-09-261-5/+2
* Set curvnet context inside the RPC code in more places.delphij2015-08-182-0/+10
* Remove useless acquire semantic from the atomic_add operation beforekib2015-07-281-1/+1
* Remove hard limits on number of accepting NFS connections.mav2015-04-072-3/+3
* Fix overflow bugs in and remove obsolete limit from kernel RPCwollman2015-04-012-26/+26
* rpc: Uninitialized pointer readpfg2015-02-021-1/+1
* 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
* In preparation of merging projects/sendfile, transform bare access toglebius2014-11-122-3/+3
* Merge the NFSv4.1 server code in projects/nfsv4.1-server overrmacklem2014-07-014-1/+632
* Fix race in r267221.mav2014-06-091-2/+4
* Split RPC pool threads into number of smaller semi-isolated groups.mav2014-06-083-182/+250
* Remove st_idle variable, duplicating st_xprt.mav2014-06-082-6/+1
* Introduce new per-thread lock to protect the list of requests.mav2014-06-082-78/+54
* Properly free resources in case of error.brueffer2014-05-021-7/+5
* Fix lock acquisition in case no request space available, missed in r260097.mav2014-02-041-1/+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-042-15/+9
* Rework NFS Duplicate Request Cache cleanup logic.mav2014-01-034-20/+148
* Move most of NFS file handle affinity code out of the heavily congestedmav2013-12-302-53/+54
* Introduce xprt_inactive_self() -- variant for use when sure that portmav2013-12-294-11/+25
* In addition to r259632 completely block receive upcalls if we have moremav2013-12-291-1/+9
* Move a static const variable to the #if 0 part where it is only used.dim2013-12-241-1/+1
* Remove some unused static const strings under sys/rpc, which have neverdim2013-12-242-7/+0
* Fix a bug introduced at r259632, triggering infinite loop in some cases.mav2013-12-241-4/+7
* Fix build.glebius2013-12-201-3/+3
* Remove several linear list traversals per request from RPC server code.mav2013-12-202-41/+46
* Rework flow control for connection-oriented (TCP) RPC server.mav2013-12-191-128/+115
* Replace Sun Industry Standards Source License for Sun RPC code with ahrs2013-11-251-42/+24
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,hrs2013-11-251-26/+25
OpenPOWER on IntegriCloud