| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r319369: | Xin LI | 2017-06-06 | 3 | -7/+21 |
| * | MFC: r317906 | Rick Macklem | 2017-05-22 | 1 | -2/+20 |
| * | MFC: r316694 | Rick Macklem | 2017-04-26 | 2 | -6/+1 |
| * | MFC r313735: add svcpool_close to handle killed nfsd threads | Andriy Gapon | 2017-02-21 | 2 | -2/+46 |
| * | MFC r303382: | Konstantin Belousov | 2016-08-26 | 1 | -0/+4 |
| * | MFC r302550,r302551,r302552,r302553: | Enji Cooper | 2016-08-03 | 4 | -17/+11 |
| * | Deobfuscate cleanup path in clnt_bck_create(..) | Enji Cooper | 2016-06-10 | 1 | -8/+3 |
| * | Fix the rpcb_getaddr() definition to match its declaration. | Kevin Lo | 2016-06-09 | 1 | -1/+1 |
| * | Quell false positives in svc_vc_create and svc_vc_create_conn with cd and xprt | Enji Cooper | 2016-05-27 | 1 | -13/+11 |
| * | Remove unnecessary memset(.., 0, ..)'s | Enji Cooper | 2016-05-24 | 1 | -2/+0 |
| * | sys/rpc: minor spelling fixes. | Pedro F. Giffuni | 2016-05-06 | 6 | -11/+11 |
| * | sys: Make use of our rounddown() macro when sys/param.h is available. | Pedro F. Giffuni | 2016-04-30 | 1 | -2/+2 |
| * | kgssapi(4): Fix string overrun in Kerberos principal construction | Conrad Meyer | 2016-04-20 | 1 | -1/+1 |
| * | RPC: for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-14 | 1 | -1/+1 |
| * | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 1 | -1/+1 |
| * | Remove some NULL checks for M_WAITOK allocations. | Edward Tomasz Napierala | 2016-03-29 | 1 | -8/+0 |
| * | Fix incorrect (fortunately bigger) malloc size. | Alexander Motin | 2016-03-19 | 1 | -1/+1 |
| * | These files were getting sys/malloc.h and vm/uma.h with header pollution | Gleb Smirnoff | 2016-02-01 | 1 | -0/+1 |
| * | Improve locking of sg_threadcount. | Alexander Motin | 2015-11-19 | 1 | -1/+3 |
| * | Increase group limit for kerberized NFSv4 | Josh Paetzel | 2015-09-26 | 1 | -5/+2 |
| * | Set curvnet context inside the RPC code in more places. | Xin LI | 2015-08-18 | 2 | -0/+10 |
| * | Remove useless acquire semantic from the atomic_add operation before | Konstantin Belousov | 2015-07-28 | 1 | -1/+1 |
| * | Remove hard limits on number of accepting NFS connections. | Alexander Motin | 2015-04-07 | 2 | -3/+3 |
| * | Fix overflow bugs in and remove obsolete limit from kernel RPC | Garrett Wollman | 2015-04-01 | 2 | -26/+26 |
| * | rpc: Uninitialized pointer read | Pedro F. Giffuni | 2015-02-02 | 1 | -1/+1 |
| * | Add facility to stop all userspace processes. The supposed use of the | Konstantin Belousov | 2014-12-13 | 1 | -1/+2 |
| * | Current reaction of the nfsd worker threads to any signal is exit. | Konstantin Belousov | 2014-12-08 | 1 | -4/+16 |
| * | In preparation of merging projects/sendfile, transform bare access to | Gleb Smirnoff | 2014-11-12 | 2 | -3/+3 |
| * | Merge the NFSv4.1 server code in projects/nfsv4.1-server over | Rick Macklem | 2014-07-01 | 4 | -1/+632 |
| * | Fix race in r267221. | Alexander Motin | 2014-06-09 | 1 | -2/+4 |
| * | Split RPC pool threads into number of smaller semi-isolated groups. | Alexander Motin | 2014-06-08 | 3 | -182/+250 |
| * | Remove st_idle variable, duplicating st_xprt. | Alexander Motin | 2014-06-08 | 2 | -6/+1 |
| * | Introduce new per-thread lock to protect the list of requests. | Alexander Motin | 2014-06-08 | 2 | -78/+54 |
| * | Properly free resources in case of error. | Christian Brueffer | 2014-05-02 | 1 | -7/+5 |
| * | Fix lock acquisition in case no request space available, missed in r260097. | Alexander Motin | 2014-02-04 | 1 | -1/+1 |
| * | Don't expose svc_loss_reg / _unreg to userland as they're kernel-only | Peter Wemm | 2014-01-08 | 1 | -0/+2 |
| * | Fix NULL dereference panic on UDP requests introduced in r260229. | Alexander Motin | 2014-01-06 | 1 | -1/+1 |
| * | Replace locks added in r260229 to protect sequence counters with atomics. | Alexander Motin | 2014-01-04 | 2 | -15/+9 |
| * | Rework NFS Duplicate Request Cache cleanup logic. | Alexander Motin | 2014-01-03 | 4 | -20/+148 |
| * | Move most of NFS file handle affinity code out of the heavily congested | Alexander Motin | 2013-12-30 | 2 | -53/+54 |
| * | Introduce xprt_inactive_self() -- variant for use when sure that port | Alexander Motin | 2013-12-29 | 4 | -11/+25 |
| * | In addition to r259632 completely block receive upcalls if we have more | Alexander Motin | 2013-12-29 | 1 | -1/+9 |
| * | Move a static const variable to the #if 0 part where it is only used. | Dimitry Andric | 2013-12-24 | 1 | -1/+1 |
| * | Remove some unused static const strings under sys/rpc, which have never | Dimitry Andric | 2013-12-24 | 2 | -7/+0 |
| * | Fix a bug introduced at r259632, triggering infinite loop in some cases. | Alexander Motin | 2013-12-24 | 1 | -4/+7 |
| * | Fix build. | Gleb Smirnoff | 2013-12-20 | 1 | -3/+3 |
| * | Remove several linear list traversals per request from RPC server code. | Alexander Motin | 2013-12-20 | 2 | -41/+46 |
| * | Rework flow control for connection-oriented (TCP) RPC server. | Alexander Motin | 2013-12-19 | 1 | -128/+115 |
| * | Replace Sun Industry Standards Source License for Sun RPC code with a | Hiroki Sato | 2013-11-25 | 1 | -42/+24 |
| * | Replace Sun RPC license in TI-RPC library with a 3-clause BSD license, | Hiroki Sato | 2013-11-25 | 1 | -26/+25 |