| Commit message (Expand) | Author | Age | Files | Lines |
* | Quell false positives in svc_vc_create and svc_vc_create_conn with cd and xprt | ngie | 2016-05-27 | 1 | -13/+11 |
* | RPC: for pointers replace 0 with NULL. | pfg | 2016-04-14 | 1 | -1/+1 |
* | Set curvnet context inside the RPC code in more places. | delphij | 2015-08-18 | 1 | -0/+6 |
* | Remove useless acquire semantic from the atomic_add operation before | kib | 2015-07-28 | 1 | -1/+1 |
* | Remove hard limits on number of accepting NFS connections. | mav | 2015-04-07 | 1 | -1/+1 |
* | rpc: Uninitialized pointer read | pfg | 2015-02-02 | 1 | -1/+1 |
* | In preparation of merging projects/sendfile, transform bare access to | glebius | 2014-11-12 | 1 | -1/+1 |
* | Merge the NFSv4.1 server code in projects/nfsv4.1-server over | rmacklem | 2014-07-01 | 1 | -1/+27 |
* | Replace locks added in r260229 to protect sequence counters with atomics. | mav | 2014-01-04 | 1 | -12/+6 |
* | Rework NFS Duplicate Request Cache cleanup logic. | mav | 2014-01-03 | 1 | -11/+35 |
* | Introduce xprt_inactive_self() -- variant for use when sure that port | mav | 2013-12-29 | 1 | -7/+7 |
* | In addition to r259632 completely block receive upcalls if we have more | mav | 2013-12-29 | 1 | -1/+9 |
* | Fix a bug introduced at r259632, triggering infinite loop in some cases. | mav | 2013-12-24 | 1 | -4/+7 |
* | Rework flow control for connection-oriented (TCP) RPC server. | mav | 2013-12-19 | 1 | -128/+115 |
* | Replace Sun RPC license in TI-RPC library with a 3-clause BSD license, | hrs | 2013-11-25 | 1 | -26/+25 |
* | Fix a potential socket leak in the NFS server. If a client closes its | jhb | 2013-04-08 | 1 | -1/+4 |
* | Use m_get(), m_gethdr() and m_getcl() instead of historic macros. | glebius | 2013-03-12 | 1 | -4/+2 |
* | Add support for backchannels to the kernel RPC. Backchannels | rmacklem | 2012-12-08 | 1 | -6/+170 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -3/+3 |
* | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | bz | 2011-02-16 | 1 | -9/+0 |
* | Fix a bug in the client side krpc where it was, sometimes | rmacklem | 2011-01-10 | 1 | -5/+2 |
* | Fix NFS panics with options VIMAGE kernels by apropriately setting curvnet | zec | 2009-08-24 | 1 | -3/+18 |
* | Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on the | rmacklem | 2009-06-17 | 1 | -2/+7 |
* | Correct MAC compile problems resulting from the new RPC code copying and | rwatson | 2009-06-05 | 1 | -1/+4 |
* | Fix two races in the server side krpc w.r.t upcalls: | rmacklem | 2009-06-04 | 1 | -3/+14 |
* | Add internal 'mac_policy_count' counter to the MAC Framework, which is a | rwatson | 2009-06-02 | 1 | -2/+0 |
* | Rework socket upcalls to close some races with setup/teardown of upcalls. | jhb | 2009-06-01 | 1 | -17/+8 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | dfr | 2008-11-03 | 1 | -127/+120 |
* | Re-implement the client side of rpc.lockd in the kernel. This implementation | dfr | 2008-06-26 | 1 | -13/+36 |
* | Minor changes to improve compatibility with older FreeBSD releases. | dfr | 2008-03-28 | 1 | -1/+1 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 1 | -0/+746 |