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
*
Before we start to mess with the VFS name-cache clean things up a little bit:
phk
1999-10-03
3
-8
/
+0
*
Careless use of struct proc *p caused major problems. 'p' is allowed to
marcel
1999-09-29
1
-4
/
+8
*
Make FreeBSD less conservative in determining when to return a cookie
dillon
1999-09-29
1
-0
/
+4
*
sigset_t change (part 2 of 5)
marcel
1999-09-29
2
-5
/
+10
*
Add comment to clarify a commit rpc optimization already being performed.
dillon
1999-09-20
1
-0
/
+8
*
Asynchronized client-side nfs_commit. NFS commit operations were
dillon
1999-09-17
4
-17
/
+121
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
4
-43
/
+9
*
All unimplemented VFS ops now have entries in kern/vfs_default.c that return
alfred
1999-09-07
1
-89
/
+5
*
remove unused variables.
phk
1999-08-28
2
-2
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
27
-27
/
+27
*
Simplify the handling of VCHR and VBLK vnodes using the new dev_t:
phk
1999-08-26
2
-42
/
+4
*
Convert all the nfs macros to do { blah } while (0) to ensure it
peter
1999-08-19
3
-233
/
+352
*
Add the (inline) function vm_page_undirty for clearing the dirty bitmask
alc
1999-08-17
1
-3
/
+3
*
nfs_getcacheblk() can return 0 if the mount is interruptible. It need to be
dt
1999-08-12
1
-1
/
+5
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
3
-8
/
+6
*
Don't over-allocate and over-copy shorter NFSv2 filehandles and then
peter
1999-08-04
2
-20
/
+22
*
As described by the submitter:
msmith
1999-07-31
1
-34
/
+55
*
Close PR #12651: the hash calculation routine has changed in other
wpaul
1999-07-30
1
-2
/
+2
*
Fix two bugs in nfs_readdirplus(). The first is that in some cases,
wpaul
1999-07-30
1
-3
/
+6
*
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
3
-6
/
+6
*
Fix warning. va_fsid is udev_t, which is int32_t. No need to use %lx.
peter
1999-07-01
1
-2
/
+2
*
Submitted by: "David E. Cross" <crossd@cs.rpi.edu>
julian
1999-06-30
1
-1
/
+2
*
Submitted by: Conrad Minshall <conrad@apple.com>
julian
1999-06-30
1
-1
/
+6
*
Fix a KASSERT() that was negated and lead to:
peter
1999-06-28
1
-2
/
+2
*
Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostly
peter
1999-06-27
2
-6
/
+6
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
4
-27
/
+36
*
Matt's NFS fixes.
julian
1999-06-23
6
-430
/
+1067
*
Thanks to Bruce for noticing this.... compare against the *new* nfsnode's
mjacob
1999-06-19
1
-2
/
+2
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
2
-5
/
+5
*
Use vput instead of vrele.
mjacob
1999-06-16
1
-3
/
+3
*
If we retry this operation from the top of this routine, we need to
mjacob
1999-06-15
1
-1
/
+5
*
Various changes lifted from the OpenBSD cvs tree:
peter
1999-06-05
10
-81
/
+102
*
Fix a malloc race
peter
1999-06-05
1
-3
/
+12
*
Don't mistake a non-async block that needs to be committed for an
peter
1999-06-05
1
-2
/
+2
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
4
-18
/
+18
*
remove b_proc from struct buf, it's (now) unused.
phk
1999-05-06
3
-17
/
+16
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
2
-4
/
+6
*
All directory accesses must be made with NFS_DIRBLKSIZE chunks to avoid
alc
1999-05-03
1
-3
/
+3
*
The VFS/BIO subsystem contained a number of hacks in order to optimize
alc
1999-05-02
5
-277
/
+321
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-3
/
+3
*
Suser() simplification:
phk
1999-04-27
2
-6
/
+6
*
Fixed printf format errors on alpha.
dt
1999-04-24
1
-3
/
+3
*
Close a potential mbuf and/or mbuf cluster leak in the client-side NFS
peter
1999-04-10
1
-2
/
+2
*
Hold nfsd's upages in-core with PHOLD rather than P_NOSWAP.
peter
1999-04-06
1
-2
/
+2
*
Catch a case spotted by Tor where files mmapped could leave garbage in the
julian
1999-04-05
1
-10
/
+46
*
Reviewed by: Many at differnt times in differnt parts,
julian
1999-03-12
2
-51
/
+87
*
Untangle the nfs send and receive queue locking a little. One lock
peter
1999-02-25
4
-72
/
+93
*
Move the declaration of the vfs.nfs sysctl node outside an ifdef so that
dfr
1999-02-18
1
-3
/
+3
[next]