index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
rpc
/
svc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix overflow bugs in and remove obsolete limit from kernel RPC
wollman
2015-04-01
1
-4
/
+4
*
Merge the NFSv4.1 server code in projects/nfsv4.1-server over
rmacklem
2014-07-01
1
-0
/
+8
*
Split RPC pool threads into number of smaller semi-isolated groups.
mav
2014-06-08
1
-18
/
+37
*
Remove st_idle variable, duplicating st_xprt.
mav
2014-06-08
1
-1
/
+0
*
Introduce new per-thread lock to protect the list of requests.
mav
2014-06-08
1
-0
/
+1
*
Don't expose svc_loss_reg / _unreg to userland as they're kernel-only
peter
2014-01-08
1
-0
/
+2
*
Fix NULL dereference panic on UDP requests introduced in r260229.
mav
2014-01-06
1
-1
/
+1
*
Replace locks added in r260229 to protect sequence counters with atomics.
mav
2014-01-04
1
-3
/
+3
*
Rework NFS Duplicate Request Cache cleanup logic.
mav
2014-01-03
1
-3
/
+48
*
Move most of NFS file handle affinity code out of the heavily congested
mav
2013-12-30
1
-1
/
+3
*
Introduce xprt_inactive_self() -- variant for use when sure that port
mav
2013-12-29
1
-0
/
+1
*
Remove several linear list traversals per request from RPC server code.
mav
2013-12-20
1
-0
/
+1
*
Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,
hrs
2013-11-25
1
-26
/
+25
*
Add support for backchannels to the kernel RPC. Backchannels
rmacklem
2012-12-08
1
-0
/
+2
*
Fix two races in the server side krpc w.r.t upcalls:
rmacklem
2009-06-04
1
-0
/
+1
*
Added a field to the SVCXPRT structure that the nfsv4 server can
rmacklem
2009-04-16
1
-0
/
+1
*
Implement support for RPCSEC_GSS authentication to both the NFS client
dfr
2008-11-03
1
-18
/
+226
*
Add the new kernel-mode NFS Lock Manager. To use it instead of the
dfr
2008-03-26
1
-0
/
+614