aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modify the comment to take out the names and URL.Rick Macklem2012-10-251-6/+3
* Add a comment describing why r241097 was done.Rick Macklem2012-10-151-0/+11
* rpc: convert all uid and gid variables to u_int.Pedro F. Giffuni2012-10-041-4/+4
* libtirpc: be sure to free cl_netid and cl_tpPedro F. Giffuni2012-10-021-0/+4
* RPC: Convert all uid and gid variables of the type uid_t and gid_t.Pedro F. Giffuni2012-10-021-5/+4
* Attila Bogar and Herbert Poeckl both reported similar problemsRick Macklem2012-10-011-3/+4
* Complete revert of r239963:Pedro F. Giffuni2012-09-272-11/+5
* Partial revert of r239963:Pedro F. Giffuni2012-09-241-4/+0
* Fix RPC headers for C++Pedro F. Giffuni2012-09-022-12/+12
* Bring some changes from Bull's NFSv4 libtirpc implementation.Pedro F. Giffuni2012-09-013-5/+15
* Both a crash reported on freebsd-current on Oct. 18 under theRick Macklem2011-11-031-1/+2
* Remove an extraneous "already" from a comment introduced by r226081.Rick Macklem2011-10-071-1/+1