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_vnops.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
*
s/biowait/bufwait/g
phk
2000-04-29
1
-1
/
+1
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-1
/
+1
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-2
/
+4
*
Rename the existing BUF_STRATEGY() to DEV_STRATEGY()
phk
2000-03-20
1
-2
/
+2
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-3
/
+4
*
Fix at least one source of the continued 'NFS append race'. close()
dillon
2000-01-05
1
-3
/
+21
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-22
/
+0
*
Synopsis of problem being fixed: Dan Nelson originally reported that
dillon
1999-12-12
1
-26
/
+2
*
The symlink implementation could improperly return a NULL vp along with
dillon
1999-11-30
1
-3
/
+33
*
Remap the error EEXISTS => 0 *before* using error to determine if we should
eivind
1999-11-27
1
-7
/
+9
*
Fix VOP_MKNOD for loss of WILLRELE. I don't know how I could have missed
eivind
1999-11-20
1
-7
/
+1
*
Remove WILLRELE from VOP_SYMLINK
eivind
1999-11-13
1
-1
/
+3
*
Move NFS access cache hits/misses into nfsstats structure so
dillon
1999-10-25
1
-6
/
+7
*
Before we start to mess with the VFS name-cache clean things up a little bit:
phk
1999-10-03
1
-4
/
+0
*
Asynchronized client-side nfs_commit. NFS commit operations were
dillon
1999-09-17
1
-11
/
+14
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
1
-2
/
+2
*
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
*
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: 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
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
1
-22
/
+28
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
1
-2
/
+2
*
Various changes lifted from the OpenBSD cvs tree:
peter
1999-06-05
1
-6
/
+6
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
1
-3
/
+3
*
remove b_proc from struct buf, it's (now) unused.
phk
1999-05-06
1
-5
/
+6
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-2
/
+3
*
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
1
-19
/
+19
*
Reviewed by: Many at differnt times in differnt parts,
julian
1999-03-12
1
-30
/
+51
*
* Change sysctl from using linker_set to construct its tree using SLISTs.
dfr
1999-02-16
1
-1
/
+3
*
General additional cleanup of VOP API for NFS ops - mainly NFS ignoring
dillon
1999-02-13
1
-4
/
+13
*
PR: kern/9970
dillon
1999-02-13
1
-2
/
+1
*
Flush delayed-write data out prior to issuing a rename rpc. This appears
dillon
1999-02-06
1
-1
/
+14
*
Fix nasty bug in nfs_access(). A conditional was if (a = b) instead of
dillon
1999-01-27
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-6
/
+6
*
This is a rather large commit that encompasses the new swapper,
dillon
1999-01-21
1
-1
/
+4
*
Remove two cases of unused variable sp3.
eivind
1999-01-12
1
-3
/
+1
*
Fix for creating files on a Solaris 7 server with NFSv3 (the request was
dfr
1998-12-25
1
-79
/
+15
*
Reimplement the NFS ACCESS RPC cache as an "accelerator" rather than a true
msmith
1998-11-15
1
-42
/
+12
*
Avoid a null pointer reference if the target of an NFS rename has been
msmith
1998-11-13
1
-7
/
+10
*
Implement NFS ACCESS RPC result caching.
msmith
1998-11-13
1
-23
/
+94
*
Remove [apparently] bogus casts to u_long for the vnode_pager_setsize()
peter
1998-11-09
1
-4
/
+4
*
Use TAILQ macros for clean/dirty block list processing. Set b_xflags
peter
1998-10-31
1
-8
/
+8
*
In nfs_link(), check for a cross-device mount *before* looking
mckusick
1998-09-29
1
-2
/
+3
[next]