aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc
Commit message (Expand)AuthorAgeFilesLines
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-6/+2
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-277-0/+14
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2035-0/+71
* Listening sockets improvements.Gleb Smirnoff2017-06-081-41/+50
* * limit size of buffers to RPC_MAXDATASIZEXin LI2017-06-013-7/+21
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-1/+1
* Fix the client side krpc from doing TCP reconnects for ERESTART from sosend().Rick Macklem2017-05-071-2/+20
* Fix a crash during unmount of an NFSv4.1 mount.Rick Macklem2017-04-102-6/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* add svcpool_close to handle killed nfsd threadsAndriy Gapon2017-02-142-2/+46
* Hide the boottime and bootimebin globals, provide the getboottime(9)Konstantin Belousov2016-07-271-0/+4
* Don't test for xpt not being NULL before calling svc_xprt_free(..)Enji Cooper2016-07-111-3/+2
* Convert `svc_xprt_alloc(..)` and `svc_xprt_free(..)`'s prototypes toEnji Cooper2016-07-111-3/+2
* Deobfuscate cleanup path in clnt_vc_create(..)Enji Cooper2016-07-111-6/+4
* Deobfuscate cleanup path in clnt_dg_create(..)Enji Cooper2016-07-111-5/+3
* Deobfuscate cleanup path in clnt_bck_create(..)Enji Cooper2016-06-101-8/+3
* Fix the rpcb_getaddr() definition to match its declaration.Kevin Lo2016-06-091-1/+1
* Quell false positives in svc_vc_create and svc_vc_create_conn with cd and xprtEnji Cooper2016-05-271-13/+11
* Remove unnecessary memset(.., 0, ..)'sEnji Cooper2016-05-241-2/+0
* 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