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_subr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert DDB to new-style option.
wollman
1996-01-04
1
-1
/
+2
*
Moved the #ifdef DIAGNOSTIC in vrele() so that the check for negative
dg
1996-01-02
1
-3
/
+3
*
Staticize.
phk
1995-12-17
1
-2
/
+2
*
Changes to support 1Tb filesizes. Pages are now named by an
dyson
1995-12-11
1
-6
/
+4
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+4
*
A couple of minor tweaks to the sysctl stuff.
phk
1995-12-06
1
-3
/
+3
*
Completed function declarations and/or added prototypes.
bde
1995-12-02
1
-2
/
+12
*
A test was backwards.
phk
1995-11-29
1
-2
/
+3
*
Mega commit for sysctl.
phk
1995-11-20
1
-39
/
+21
*
Fixed support for DIAGNOSTIC option. SYSCTL_INT() depends on kernel.h.
bde
1995-11-16
1
-1
/
+2
*
Change some of the debug sysctl vars. The semantics of these will change.
phk
1995-11-14
1
-3
/
+2
*
Fixed type of vfs_free_netcred().
bde
1995-11-11
1
-4
/
+2
*
Introduced a type `vop_t' for vnode operation functions and used
bde
1995-11-09
1
-3
/
+3
*
This is a modification missed by me in the msync fixes a few days ago.
dyson
1995-11-07
1
-2
/
+2
*
Call vfs_unbusy() before error returns from sysctl_vnode(). This fixes
bde
1995-10-28
1
-3
/
+7
*
Don't compile the diagnostic functions vhold() and holdrele() unless
bde
1995-08-25
1
-1
/
+3
*
Converted mountlist to a CIRCLEQ.
dg
1995-08-11
1
-10
/
+12
*
NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct
dg
1995-07-13
1
-8
/
+2
*
Improve negative usecount diagnostic a little.
dg
1995-07-08
1
-4
/
+4
*
1) Converted v_vmdata to v_object.
dg
1995-06-28
1
-6
/
+5
*
Pass the correct nonblocking flag to VOP_CLOSE() in vclean().
bde
1995-06-27
1
-2
/
+3
*
Changes to fix the following bugs:
dg
1995-05-21
1
-1
/
+29
*
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
[next]