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
/
nfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix RPC server threads file handle affinity to work better with ZFS.
mav
2013-12-23
2
-5
/
+2
*
Remove several linear list traversals per request from RPC server code.
mav
2013-12-20
1
-16
/
+1
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Changes to allow using BOOTP_NFSROOT and mounting an nfs root filesystem
ian
2013-07-31
1
-19
/
+54
*
Move the NFS FHA (File Handle Affinity) code from sys/nfsserver to
ken
2013-04-17
2
-0
/
+668
*
Use m_get() and m_getcl() instead of compat macros.
glebius
2013-03-15
1
-2
/
+2
*
Functions m_getm2() and m_get2() have different order of arguments,
glebius
2013-03-12
1
-1
/
+1
*
Use m_get2() to get mbuf of appropriate size.
glebius
2013-03-12
1
-3
/
+1
*
Remove the unused nfs_curusec().
jhb
2013-01-17
2
-10
/
+0
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
2
-8
/
+8
*
Add an nfssvc() option to the kernel for the new NFS client
rmacklem
2012-12-02
2
-2
/
+10
*
Add two new options to the nfssvc(2) syscall that allow
rmacklem
2012-10-14
2
-1
/
+4
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
- Typo fix
gonzo
2012-08-16
1
-3
/
+6
*
Merge somewhat modified r230399 from projects/armv6:
gonzo
2012-08-16
1
-0
/
+16
*
Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:
bz
2012-02-17
1
-4
/
+3
*
Some cleanup of BOOTP code. Initially I wanted to just change the ifioctl()
glebius
2011-12-13
1
-236
/
+177
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-2
/
+3
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-1
/
+1
*
Set proper root device name when legacy NFS client is compiled into kernel.
gber
2011-06-29
1
-0
/
+4
*
Change the sysctl naming for the old and new NFS clients
rmacklem
2011-05-15
1
-1
/
+1
*
Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h so
rmacklem
2011-05-06
1
-0
/
+120
*
Modify the NFS nfssvc(2) syscall so that it allows
rmacklem
2011-05-05
1
-3
/
+6
*
Add kernel support for NFSSVC_ZEROCLTSTATS and NFSSVC_ZEROSRVSTATS
rmacklem
2011-05-04
1
-0
/
+2
*
Revert r221306, since NFSSVC_ZEROSTATS zero'd both client and
rmacklem
2011-05-04
1
-1
/
+0
*
Implemented a mount option "nocto" that disables cache coherency
ru
2011-05-04
1
-0
/
+2
*
Add the kernel support needed to zero out the nfsstats
rmacklem
2011-05-01
1
-0
/
+1
*
Fix the experimental NFS client so that it does not bogusly
rmacklem
2011-04-25
5
-0
/
+2907
*
Modify the experimental NFSv4 server so that it posts a SIGUSR2
rmacklem
2011-01-14
2
-1
/
+2
*
Fix the nlm so that it no longer depends on the regular
rmacklem
2011-01-03
2
-2
/
+5
*
Fix the type of the 3rd argument for nm_getinfo so that it works
rmacklem
2010-10-19
1
-1
/
+1
*
Modify the NFS clients and the NLM so that the NLM can be used
rmacklem
2010-10-19
3
-5
/
+60
*
Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separate
rmacklem
2010-07-24
2
-0
/
+486
*
Factor out the code shared between NFS client and server into its own
marius
2010-02-16
1
-5
/
+15
*
- Move nfs_realign() from the NFS client to the shared NFS code and
marius
2010-02-09
2
-0
/
+68
*
Some style(9) fixes
marius
2010-02-09
2
-22
/
+24
*
Revert rev 192323 (nfs_common.c only):
marcel
2009-07-12
1
-3
/
+2
*
Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.
dfr
2009-06-30
2
-109
/
+0
*
Replace AUDIT_ARG() with variable argument macros with a set more more
rwatson
2009-06-27
1
-1
/
+1
*
Add cpu_flush_dcache() for use after non-DMA based I/O so that a
marcel
2009-05-18
1
-2
/
+3
*
Adding sys/nfs/nfssvc.h and sys/nfs/nfs_nfssvc.c in preparation for
rmacklem
2009-04-07
2
-0
/
+220
*
Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.
ru
2008-03-25
1
-2
/
+2
*
NFSv4 client:
rees
2006-11-28
1
-15
/
+17
*
Fixes for NFS crashes on architectures that require strict alignment.
ps
2005-07-14
2
-3
/
+18
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
5
-5
/
+5
*
Add non-blocking versions of nfsm_dissect() and friends, for use from
ps
2004-12-06
2
-4
/
+29
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
5
-20
/
+0
*
University of Michigan's Citi NFSv4 kernel client code.
alfred
2003-11-14
2
-7
/
+296
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
[next]