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
/
kern
/
vfs_export.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increased ratio of allowed vnodes on freelist to 1/4th of the total. This
dg
1995-05-12
1
-3
/
+3
*
Changed #ifdef around printlockedvnodes() from DEBUG to DDB.
dg
1995-04-16
1
-2
/
+2
*
Changes from John Dyson and myself:
dg
1995-04-09
1
-2
/
+2
*
Fixed vinvalbuf() to work like NFS wants it to. The previous code wouldn't
dg
1995-03-21
1
-10
/
+8
*
Don't gain/lose a reference to the object when yanking its pages in
dg
1995-03-20
1
-12
/
+5
*
Don't attempt to sync pages in the V_SAVE case of vinvalbuf; doing so can
dg
1995-03-20
1
-14
/
+17
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-3
/
+1
*
Added a comment.
dg
1995-03-11
1
-1
/
+5
*
Reorganized an if() expression for efficiency.
dg
1995-03-10
1
-3
/
+3
*
Clean up and improve the namecache.
phk
1995-03-09
1
-11
/
+24
*
Put VAGE vnodes at the head of the free list.
dg
1995-03-07
1
-5
/
+8
*
Backed out previous change. I forgot (for about the fourth time) that
dg
1995-02-27
1
-3
/
+2
*
Initialize v_rdev in getnewvnode() - it appears that some filesystems
dg
1995-02-27
1
-2
/
+3
*
vfs_cluster.c:
dg
1995-02-22
1
-2
/
+2
*
Fixed some formatting weirdness that I overlooked in the previous commit.
dg
1995-01-10
1
-5
/
+5
*
These changes embody the support of the fully coherent merged VM buffer cache,
dg
1995-01-09
1
-158
/
+209
*
Protect vnode buffer chain manipulation with splbio to prevent list
dg
1994-12-23
1
-1
/
+8
*
Use tsleep() rather than sleep so that 'ps' is more informative about
dg
1994-10-06
1
-6
/
+6
*
Stuff object into v_vmdata rather than pager. Not important which at
dg
1994-10-05
1
-2
/
+5
*
All of this is cosmetic. prototypes, #includes, printfs and so on. Makes
phk
1994-10-02
1
-1
/
+4
*
While in the real world, I had a bad case of being swapped out for a lot of
phk
1994-09-25
1
-13
/
+12
*
"bogus" fixes from 1.1.5 to work around some cache coherency problems.
dg
1994-08-29
1
-3
/
+19
*
Initialized v_writecount.
dg
1994-08-24
1
-2
/
+3
*
print "BUSY" instead of error number if filesystem was busy during
dg
1994-08-22
1
-5
/
+13
*
Implemented filesystem clean bit via:
dg
1994-08-20
1
-1
/
+65
*
Fix up some sloppy coding practices:
wollman
1994-08-18
1
-2
/
+1
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-9
/
+38
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+1322