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
/
nfsserver
/
nfs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Move pubflag and lockflag handling from nfsrv_fhtovp() to nfs_namei() -
pjd
2010-12-21
1
-1
/
+7
*
- Move nfs_realign() from the NFS client to the shared NFS code and
marius
2010-02-09
1
-1
/
+0
*
Some style(9) fixes in order to fabricate a commit to denote that
marius
2010-01-09
1
-3
/
+2
*
Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn()
marius
2010-01-09
1
-0
/
+1
*
Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.
dfr
2009-06-30
1
-133
/
+0
*
Rework socket upcalls to close some races with setup/teardown of upcalls.
jhb
2009-06-01
1
-1
/
+1
*
Change nfsserver so that it uses the nfssvc() system call provided
rmacklem
2009-04-12
1
-7
/
+9
*
Switch the default rpc implementation for NFS back to the new code. I believe
dfr
2008-11-14
1
-4
/
+0
*
Temporarily switch NFS back to the old RPC code while I try to diagnose and
dfr
2008-11-13
1
-0
/
+4
*
Implement support for RPCSEC_GSS authentication to both the NFS client
dfr
2008-11-03
1
-22
/
+68
*
Decontext-alize the nfsserver module.
attilio
2008-09-16
1
-29
/
+26
*
Garbage collect now-unused nfsrv_setcred() -- it's not only unused, but
rwatson
2007-11-04
1
-1
/
+0
*
- Turn all explicit giant acquires into conditional VFS_LOCK_GIANTs.
jeff
2007-03-17
1
-4
/
+1
*
Push Giant a bit further off the NFS server in a number of straight
rwatson
2006-11-24
1
-0
/
+3
*
- Add a new function nfsrv_destroycache() to tear down the server request
jhb
2006-08-01
1
-0
/
+1
*
Manage the ucred for the NFS server using the crget/crfree API defined in
csjp
2006-01-28
1
-1
/
+1
*
NFS write gathering defers execution of NFS server write requests to wait
rwatson
2005-04-17
1
-4
/
+0
*
Don't try to create vnode_pager objects on other filesystems vnodes,
phk
2005-01-24
1
-1
/
+0
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
The socket code upcalls into the NFS server using the so_upcall
rwatson
2004-05-24
1
-2
/
+9
*
Don't let the NFS server module be unloaded as long as there are
peadar
2004-04-11
1
-0
/
+1
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Add imperfect comments identifying the function of various nfs socket
rwatson
2004-04-06
1
-6
/
+6
*
Calculate NFS timeouts in units of 10ms, not 5ms. This matches the default
peter
2004-03-14
1
-1
/
+1
*
Convert from timeout to callout API.
kan
2004-03-07
1
-1
/
+1
*
Beat vnode locking in the NFS server code into submission. This change
truckman
2003-05-25
1
-1
/
+2
*
Fully exterminate nfsd_srvargs and nfsd_cargs. They were either unused
peter
2002-07-24
1
-23
/
+0
*
Add IPv6 support.
alfred
2002-07-15
1
-7
/
+0
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-1
/
+1
*
Rename some variables that end up shadowing their namesakes in the NFS client
msmith
2002-01-08
1
-5
/
+8
*
Unwind some more macros. NFSMADV() was kinda silly since it was right
peter
2001-09-28
1
-5
/
+4
*
Cleanup and split of nfs client and server code.
peter
2001-09-18
1
-410
/
+120
*
Sync some differences that were different between the copies of the files
peter
2001-09-15
1
-3
/
+3
*
KSE Milestone 2
julian
2001-09-12
1
-34
/
+34
*
Fix some signed/unsigned integer confusion, and add bounds checking of
kris
2001-09-10
1
-4
/
+4
*
Implement client side NFS locks.
alfred
2001-04-17
1
-0
/
+1
*
Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).
peter
2001-03-17
1
-1
/
+0
*
Switch to using a struct xucred instead of a struct xucred when not
green
2001-02-18
1
-1
/
+1
*
Problem to avoid processes getting stuck in "vmopar". From Ian's
dwmalone
2000-10-24
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-17
/
+17
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-17
/
+17
*
The alpha build cuases the 'nfsuid bloated' warning to occur. Well,
dillon
2000-01-13
1
-12
/
+0
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-4
/
+4
*
Move NFS access cache hits/misses into nfsstats structure so
dillon
1999-10-25
1
-0
/
+2
*
sigset_t change (part 2 of 5)
marcel
1999-09-29
1
-2
/
+4
*
Asynchronized client-side nfs_commit. NFS commit operations were
dillon
1999-09-17
1
-0
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
remove b_proc from struct buf, it's (now) unused.
phk
1999-05-06
1
-3
/
+3
*
The VFS/BIO subsystem contained a number of hacks in order to optimize
alc
1999-05-02
1
-3
/
+2
*
Untangle the nfs send and receive queue locking a little. One lock
peter
1999-02-25
1
-3
/
+5
[next]