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
/
nfsclient
/
nfs_vnops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't let the user try "rmdir ."
peter
1998-05-31
1
-1
/
+3
*
Don't let the user try and unlink() a directory on a NFS server.
peter
1998-05-31
1
-2
/
+4
*
When a write rpc returns an error, break the loop.
peter
1998-05-31
1
-1
/
+3
*
Don't leak an mbuf when a write rpc returns zero bytes written.
peter
1998-05-31
1
-1
/
+2
*
#ifdef a diagnostic printf
peter
1998-05-31
1
-1
/
+3
*
Some const's
peter
1998-05-31
1
-9
/
+11
*
NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim
peter
1998-05-31
1
-28
/
+40
*
VOP_ABORTUP() appears to be called with the wrong vnode. The other callers
peter
1998-05-31
1
-2
/
+2
*
When using NFSv3, use the remote server's idea of the maximum file size
peter
1998-05-30
1
-3
/
+3
*
Allow control of the attribute cache timeouts at mount time.
peter
1998-05-19
1
-4
/
+5
*
Get timespecs directly instead of via timevals.
bde
1998-05-16
1
-27
/
+11
*
Don't abuse `+' to combine flags.
bde
1998-05-16
1
-2
/
+2
*
Backed out rev.1.76. It just added style bugs.
bde
1998-05-16
1
-13
/
+7
*
Move the *vpp initialization earlier so that it's set in all error cases.
peter
1998-05-13
1
-2
/
+2
*
In the words of the submitter:
msmith
1998-05-07
1
-21
/
+1
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-8
/
+8
*
Don't depend on <sys/mount.h> including <sys/socket.h>.
bde
1998-03-28
1
-1
/
+2
*
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
julian
1998-03-08
1
-1
/
+8
*
This mega-commit is meant to fix numerous interrelated problems. There
dyson
1998-03-07
1
-1
/
+5
*
Trivial filesystem getpages/putpages implementations, set the second.
msmith
1998-03-06
1
-1
/
+2
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-2
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+2
*
Various NFS fixes:
dyson
1998-01-25
1
-7
/
+13
*
Make INET a proper option.
eivind
1998-01-08
1
-1
/
+5
*
Lots of improvements, including restructring the caching and management
dyson
1997-12-29
1
-2
/
+1
*
Unspammed nested include of <vm/vm_zone.h>.
bde
1997-12-27
1
-1
/
+2
*
Rename some local variables to avoid shadowing other local variables.
phk
1997-11-07
1
-5
/
+5
*
Removed unused #includes. The need for most of them went away with
bde
1997-10-27
1
-4
/
+1
*
VFS interior redecoration.
phk
1997-10-26
1
-3
/
+3
*
VFS clean up "hekto commit"
phk
1997-10-16
1
-11
/
+5
*
Another VFS cleanup "kilo commit"
phk
1997-10-16
1
-37
/
+1
*
VFS mega cleanup commit (x/N)
phk
1997-10-16
1
-15
/
+12
*
vnops megacommit
phk
1997-10-15
1
-49
/
+3
*
Hmm, realign the vnops into two columns.
phk
1997-10-15
1
-17
/
+17
*
Stylistic overhaul of vnops tables.
phk
1997-10-15
1
-126
/
+116
*
When the default vnops funtion is vn_default_error(), there is no reason to
phk
1997-10-15
1
-113
/
+1
*
Reverse rev 1.56 and rev 1.59. These made NFS too flakey.
phk
1997-10-05
1
-7
/
+60
*
Change the M_NAMEI allocations to use the zone allocator. This change
dyson
1997-09-21
1
-8
/
+8
*
select -> poll
peter
1997-09-14
1
-19
/
+18
*
Don't repeat checks done at general level.
phk
1997-09-10
1
-8
/
+3
*
Remove a couple of stubborn NetBSD #if's.
phk
1997-09-10
1
-10
/
+1
*
unifdef -U__NetBSD__ -D__FreeBSD__
phk
1997-09-10
1
-11
/
+1
*
Uncut&paste cache_lookup().
phk
1997-08-26
1
-53
/
+5
*
Make nfs_lookup return a NULLVP on error so that DIAGNOSTIC kernels don't
dfr
1997-06-25
1
-4
/
+8
*
Upgrade NFS to support the new vfs_bio resource/buffer management.
dyson
1997-06-16
1
-1
/
+12
*
Implement the async mount option for NFSv3. This makes NFS pretend that all
dfr
1997-06-03
1
-1
/
+3
*
Fix a problem with nfs_flush where if many B_NEEDCOMMIT buffers are
dfr
1997-06-03
1
-8
/
+50
*
Plug a memory leak in nfs_link.
dfr
1997-05-20
1
-2
/
+2
*
Fix a few bugs with NFS and mmap caused by NFS' use of b_validoff
dfr
1997-05-19
1
-4
/
+5
*
Remove redundant check for vp == dvp (done in VFS before calling).
phk
1997-05-17
1
-7
/
+1
[next]