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_serv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the M_NAMEI allocations to use the zone allocator. This change
dyson
1997-09-21
1
-22
/
+22
*
Remove a couple of stubborn NetBSD #if's.
phk
1997-09-10
1
-5
/
+1
*
unifdef -U__NetBSD__ -D__FreeBSD__
phk
1997-09-10
1
-19
/
+1
*
Added used #include - don't depend on <sys/mbuf.h> including
bde
1997-09-02
1
-1
/
+2
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-22
/
+22
*
Allow NULL cookie verifiers for non-NULL offsets. This is needed for
dfr
1997-07-22
1
-3
/
+3
*
Merge WebNFS changes from NetBSD.
dfr
1997-07-16
1
-30
/
+76
*
Don't require superuser privileges for creating fifos. The v2 case was
bde
1997-06-14
1
-3
/
+4
*
Implement the async mount option for NFSv3. This makes NFS pretend that all
dfr
1997-06-03
1
-2
/
+5
*
Implement a separate control for write gathering on NFSv3. This is turned
dfr
1997-05-10
1
-2
/
+4
*
Fix a nasty hang connected with write gathering. Also add debug print
dfr
1997-05-10
1
-1
/
+18
*
Removed #include of <ufs/ufs/dir.h>. Nfs no longer depends on any ufs
bde
1997-03-29
1
-2
/
+1
*
Use the correct (relative to the implementation) ordering of args in
peter
1997-03-25
1
-1
/
+5
*
The local fs interface does not allow link()/unlink() of directories,
peter
1997-03-25
1
-4
/
+7
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-22
/
+10
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
In sys/time.h, struct timespec is defined as:
nate
1996-09-19
1
-5
/
+5
*
Release an unneeded reference to a vnode that was gained in a VFS_VGET().
dg
1996-09-05
1
-1
/
+2
*
Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.
bde
1996-09-03
1
-2
/
+2
*
Even though this looks like it, this is not a complex code change.
dyson
1996-08-21
1
-153
/
+133
*
Fixed a vnode reference leak in nfsrv_rename(). The target inode wasn't
bde
1996-06-08
1
-1
/
+2
*
Fixed nfs sysctls. They missed out on the fs -> vfs name changes from
bde
1996-04-30
1
-2
/
+2
*
Add an option NFS_NOSERVER which saves 100K in the install kernel (or
phk
1996-01-13
1
-6
/
+9
*
Staticize.
phk
1995-12-17
1
-7
/
+11
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+4
*
Second batch of cleanup changes.
phk
1995-10-29
1
-19
/
+10
*
Added NFS_ASYNC kernel option. It only has an effect for NFSv2.
dg
1995-08-24
1
-1
/
+11
*
Some fixes found using gcc -Wall:
dfr
1995-08-24
1
-3
/
+3
*
Fixed bug where vnode_pager_uncache() wasn't always called when it should
dg
1995-08-06
1
-3
/
+2
*
Slight changes to locking around VOP_READRIR.
dfr
1995-08-03
1
-2
/
+18
*
Lock the directory vnode before VOP_READDIR in nfsrv_readdirplus
dfr
1995-08-02
1
-1
/
+3
*
Removed my special-case hack for VOP_LINK and fixed the problem with the
dg
1995-08-01
1
-2
/
+2
*
1) Converted v_vmdata to v_object.
dg
1995-06-28
1
-9
/
+9
*
Fixed VOP_LINK argument order botch.
dg
1995-06-28
1
-2
/
+2
*
Changes to support version 3 of the NFS protocol.
dfr
1995-06-27
1
-757
/
+2147
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
1
-6
/
+1
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-8
/
+8
*
Fixed some serious bugs that resulted in object reference counts not being
dg
1995-05-29
1
-2
/
+32
*
Removed unnecessary call to vnode_pager_uncache(). We automatically clear
dg
1995-03-19
1
-4
/
+3
*
Changed some (incorrect) nfsrv_vput()'s back into regular vput()'s. This
dg
1995-03-17
1
-4
/
+4
*
Woops, change a nfsrv_vput back into a nfsrv_vrele.
dg
1995-02-15
1
-2
/
+2
*
Fixed three bugs related to the merged cache changes. The bugs likely would
dg
1995-02-15
1
-4
/
+4
*
These changes embody the support of the fully coherent merged VM buffer cache,
dg
1995-01-09
1
-86
/
+86
*
Prototyping and general gcc-shutting up. Gcc has one warning now which looks
phk
1994-10-02
1
-57
/
+102
*
Make NFS ask the filesystems for directory cookies instead of making them
dfr
1994-09-28
1
-39
/
+65
*
More loadable VFS changes:
wollman
1994-09-22
1
-7
/
+1
*
"bogus" fixes from 1.1.5 to work around some cache coherency problems.
dg
1994-08-29
1
-3
/
+2
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-6
/
+27
[next]