aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc
Commit message (Expand)AuthorAgeFilesLines
* sys/rpc: minor spelling fixes.Pedro F. Giffuni2016-05-066-11/+11
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-2/+2
* kgssapi(4): Fix string overrun in Kerberos principal constructionConrad Meyer2016-04-201-1/+1
* RPC: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-141-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Remove some NULL checks for M_WAITOK allocations.Edward Tomasz Napierala2016-03-291-8/+0
* Fix incorrect (fortunately bigger) malloc size.Alexander Motin2016-03-191-1/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* Improve locking of sg_threadcount.Alexander Motin2015-11-191-1/+3
* Increase group limit for kerberized NFSv4Josh Paetzel2015-09-261-5/+2
* Set curvnet context inside the RPC code in more places.Xin LI2015-08-182-0/+10
* Remove useless acquire semantic from the atomic_add operation beforeKonstantin Belousov2015-07-281-1/+1
* Remove hard limits on number of accepting NFS connections.Alexander Motin2015-04-072-3/+3
* Fix overflow bugs in and remove obsolete limit from kernel RPCGarrett Wollman2015-04-012-26/+26
* rpc: Uninitialized pointer readPedro F. Giffuni2015-02-021-1/+1
* 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
* In preparation of merging projects/sendfile, transform bare access toGleb Smirnoff2014-11-122-3/+3
* Merge the NFSv4.1 server code in projects/nfsv4.1-server overRick Macklem2014-07-014-1/+632
* Fix race in r267221.Alexander Motin2014-06-091-2/+4
* Split RPC pool threads into number of smaller semi-isolated groups.Alexander Motin2014-06-083-182/+250
* Remove st_idle variable, duplicating st_xprt.Alexander Motin2014-06-082-6/+1
* Introduce new per-thread lock to protect the list of requests.Alexander Motin2014-06-082-78/+54
* Properly free resources in case of error.Christian Brueffer2014-05-021-7/+5
* Fix lock acquisition in case no request space available, missed in r260097.Alexander Motin2014-02-041-1/+1
* Don't expose svc_loss_reg / _unreg to userland as they're kernel-onlyPeter Wemm2014-01-081-0/+2
* Fix NULL dereference panic on UDP requests introduced in r260229.Alexander Motin2014-01-061-1/+1
* Replace locks added in r260229 to protect sequence counters with atomics.Alexander Motin2014-01-042-15/+9
* Rework NFS Duplicate Request Cache cleanup logic.Alexander Motin2014-01-034-20/+148
* Move most of NFS file handle affinity code out of the heavily congestedAlexander Motin2013-12-302-53/+54
* Introduce xprt_inactive_self() -- variant for use when sure that portAlexander Motin2013-12-294-11/+25
* In addition to r259632 completely block receive upcalls if we have moreAlexander Motin2013-12-291-1/+9
* Move a static const variable to the #if 0 part where it is only used.Dimitry Andric2013-12-241-1/+1
* Remove some unused static const strings under sys/rpc, which have neverDimitry Andric2013-12-242-7/+0
* Fix a bug introduced at r259632, triggering infinite loop in some cases.Alexander Motin2013-12-241-4/+7
* Fix build.Gleb Smirnoff2013-12-201-3/+3
* Remove several linear list traversals per request from RPC server code.Alexander Motin2013-12-202-41/+46
* Rework flow control for connection-oriented (TCP) RPC server.Alexander Motin2013-12-191-128/+115
* Replace Sun Industry Standards Source License for Sun RPC code with aHiroki Sato2013-11-251-42/+24
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-11-251-26/+25
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-11-2528-744/+699
* Some minor tuning to rpc/svc.c:Alexander Motin2013-11-141-21/+27
* It was reported via email that the cu_sent field used by theRick Macklem2013-09-061-0/+2
* Add support for host-based (Kerberos 5 service principal) initiatorRick Macklem2013-07-092-18/+127
* Fix a potential socket leak in the NFS server. If a client closes itsJohn Baldwin2013-04-081-1/+4
* Improve error handling when unwrapping received data.George V. Neville-Neil2013-04-041-1/+16
* Revert 195703 and 195821 as this special stop handling in NFS is nowJohn Baldwin2013-03-132-5/+3
* Use m_get(), m_gethdr() and m_getcl() instead of historic macros.Gleb Smirnoff2013-03-127-15/+8
* Add support for backchannels to the kernel RPC. BackchannelsRick Macklem2012-12-086-98/+405
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-058-14/+14