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
*
Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count
dyson
1995-09-04
1
-1
/
+4
*
Make nfs diskless work again.
dfr
1995-08-30
1
-1
/
+3
*
Added NFS_ASYNC kernel option. It only has an effect for NFSv2.
dg
1995-08-24
1
-1
/
+11
*
Killed redundant declarations of nfsm_rpchead().
dg
1995-08-24
2
-4
/
+2
*
Some fixes found using gcc -Wall:
dfr
1995-08-24
4
-10
/
+22
*
Add support for amd direct maps.
dfr
1995-08-24
4
-8
/
+14
*
Converted mountlist to a CIRCLEQ.
dg
1995-08-11
2
-10
/
+2
*
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
2
-5
/
+5
*
Eliminate sloppy common-style declarations. There should be none left for
bde
1995-07-29
5
-14
/
+34
*
Slightly better fix than previous revision.
dfr
1995-07-24
1
-4
/
+3
*
Fix a problem which appeared to truncate a file to the nearest block boundary
dfr
1995-07-24
1
-2
/
+3
*
Correct my cut-'n-paste job from ffs_vfsops.c and fix up the formatting
dg
1995-07-22
1
-14
/
+6
*
Implemented an nfs_node hash list lock, similar to what was implemented
dg
1995-07-21
1
-1
/
+31
*
vnode_pager_alloc() never returns NULL, so don't check for it.
dg
1995-07-20
2
-6
/
+4
*
I believe that the following fix to nfs_vnops.c should do the trick w.r.t.
dfr
1995-07-13
1
-10
/
+8
*
NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct
dg
1995-07-13
3
-17
/
+8
*
Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the places
dg
1995-07-09
2
-6
/
+20
*
Use a consistent blocksize for sizing bufs to avoid panicing the bio system.
dfr
1995-07-07
2
-7
/
+23
*
Use the correct cred for nfs_commit operations.
dfr
1995-06-28
1
-2
/
+31
*
1) Converted v_vmdata to v_object.
dg
1995-06-28
3
-59
/
+51
*
Fixed VOP_LINK argument order botch.
dg
1995-06-28
2
-4
/
+4
*
Changes to support version 3 of the NFS protocol.
dfr
1995-06-27
24
-3021
/
+8402
*
The duplicate information returned in fa_type and fa_mode
joerg
1995-06-14
2
-4
/
+42
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
2
-8
/
+10
*
Remove trailing whitespace.
rgrimes
1995-05-30
11
-45
/
+45
*
Fixed some serious bugs that resulted in object reference counts not being
dg
1995-05-29
3
-6
/
+40
*
Changes to fix the following bugs:
dg
1995-05-21
1
-34
/
+64
*
Changed swap partition handling/allocation so that it doesn't
dg
1995-05-14
1
-20
/
+3
*
Slight re-ordering of the creation of a vmio object to fix a condition
dyson
1995-04-21
2
-4
/
+8
*
Various fixes from John Dyson:
dg
1995-04-16
1
-39
/
+19
*
Deleted bogus DIAGNOSTIC "nfs_fsync: dirty" message. This can and does
dg
1995-03-23
1
-4
/
+1
*
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
*
Add four more filesystem flags:
wollman
1995-03-16
1
-2
/
+2
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
7
-20
/
+13
*
Removed obsolete vtrace() remnants.
dg
1995-03-04
1
-2
/
+1
*
YF fix.
phk
1995-02-15
2
-6
/
+8
*
Fixed two more bugs related to the merged cache changes.
dg
1995-02-15
3
-5
/
+6
*
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
*
YFfix
phk
1995-02-14
1
-1
/
+5
*
Changed order of release of vnode/object to fix a problem where the vnode
dg
1995-02-06
2
-8
/
+14
*
Fixed bmap run-length brokeness.
dg
1995-02-03
1
-1
/
+3
*
Removed a pile of vfs_unbusy_pages()...both unnecessary and wrong - resulted
dg
1995-02-03
1
-6
/
+3
*
Fix longstanding benign type mismatch.
bde
1995-01-29
1
-2
/
+2
*
Fix conversion to/from nfs v2 time in handling microseconds.
dg
1995-01-10
1
-3
/
+9
*
Added two missing brelse() calls.
dg
1995-01-10
1
-1
/
+5
[next]