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
/
nfs_serv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Rename the existing BUF_STRATEGY() to DEV_STRATEGY()
phk
2000-03-20
1
-1
/
+1
*
Fix compilation warning on alpha when converting pointer to integer
dillon
1999-12-18
1
-1
/
+1
*
Have NFS use a snapshot of boottime instead of boottime itself to
dillon
1999-12-16
1
-6
/
+14
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-121
/
+25
*
Add a readahead heuristic to the NFS server side code. While the server
dillon
1999-12-13
1
-1
/
+77
*
Fix a number of server-side issues related to aborting badly formed
dillon
1999-12-12
1
-4
/
+4
*
Remove WILLRELE from VOP_SYMLINK
eivind
1999-11-13
1
-15
/
+6
*
Remove WILLRELE from VOP_RENAME
eivind
1999-11-12
1
-13
/
+14
*
Make FreeBSD less conservative in determining when to return a cookie
dillon
1999-09-29
1
-0
/
+4
*
Asynchronized client-side nfs_commit. NFS commit operations were
dillon
1999-09-17
1
-3
/
+72
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Correct the sanity test length calculation in nfsrv_readdirplus(): len is
wpaul
1999-07-29
1
-2
/
+2
*
Clear error in nfsrv_create when we have a valid reply so that
alc
1999-07-28
1
-1
/
+2
*
I have not one single time remembered the name of this function correctly
phk
1999-07-17
1
-2
/
+2
*
Submitted by: "David E. Cross" <crossd@cs.rpi.edu>
julian
1999-06-30
1
-1
/
+2
*
Matt's NFS fixes.
julian
1999-06-23
1
-348
/
+877
*
Various changes lifted from the OpenBSD cvs tree:
peter
1999-06-05
1
-27
/
+29
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
1
-3
/
+3
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-2
/
+3
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-3
/
+3
*
Suser() simplification:
phk
1999-04-27
1
-3
/
+3
*
* Change sysctl from using linker_set to construct its tree using SLISTs.
dfr
1999-02-16
1
-1
/
+3
*
Remove the if fixed in the last commit; bde quite correctly point out
eivind
1998-12-09
1
-3
/
+2
*
Fix typo (; in "if (vp == NULL);").
eivind
1998-12-08
1
-2
/
+2
*
vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm not
peter
1998-10-31
1
-2
/
+2
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-3
/
+3
*
For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;
peter
1998-05-31
1
-100
/
+100
*
Cut-n-paste glitch
peter
1998-05-31
1
-2
/
+2
*
Hide whiteouts from NFS, since the protocol doesn't support them.
peter
1998-05-31
1
-5
/
+7
*
NetBSD has a comment that Solaris 2.5 doesn't do verifiers correctly,
peter
1998-05-31
1
-1
/
+7
*
Refuse READDIR / READDIRPLUS rpc's for non-directories
peter
1998-05-31
1
-1
/
+9
*
NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim
peter
1998-05-31
1
-75
/
+51
*
When using NFSv3, use the remote server's idea of the maximum file size
peter
1998-05-30
1
-6
/
+12
*
Only ignore "owner" permissions selectively rather than always. In some
peter
1998-05-20
1
-22
/
+31
*
In the words of the submitter:
msmith
1998-05-07
1
-13
/
+24
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-3
/
+3
*
Staticize.
eivind
1998-02-09
1
-2
/
+2
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-3
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+3
*
Change the busy page mgmt, so that when pages are freed, they
dyson
1998-01-31
1
-1
/
+6
*
Lots of improvements, including restructring the caching and management
dyson
1997-12-29
1
-3
/
+1
*
Unspammed nested include of <vm/vm_zone.h>.
bde
1997-12-27
1
-1
/
+2
*
Removed unused #includes.
bde
1997-10-28
1
-3
/
+1
*
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
[next]