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
*
init_main.c: pass -d to init if DEVFS_ROOT
phk
1996-10-28
1
-1
/
+2
*
I'm not sure why, but Netcon's TFS filesystem code doesn't want to
jkh
1996-10-17
1
-5
/
+9
*
Clean up the rundown of the object backing a vnode. This should fix
dyson
1996-10-17
1
-2
/
+11
*
Correct vget by removing a window where a vnode can potentially go away.
dyson
1996-09-28
1
-3
/
+3
*
In sys/time.h, struct timespec is defined as:
nate
1996-09-19
1
-4
/
+4
*
Even though this looks like it, this is not a complex code change.
dyson
1996-08-21
1
-10
/
+103
*
Certain vnode buffer list operations were not being spl protected,
dyson
1996-08-15
1
-1
/
+5
*
Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. This
bde
1996-07-30
1
-3
/
+3
*
DEVFS needs a special bdevvp().
phk
1996-07-24
1
-1
/
+3
*
Staticized a few variables.
bde
1996-07-12
1
-2
/
+2
*
Add an option "EXTRA_VNODES" to cause an extra number of vnode structures
peter
1996-05-31
1
-2
/
+2
*
Put the "free vnode isn't" check back in the right place.
dyson
1996-03-09
1
-3
/
+3
*
Eliminated many redundant vm_map_lookup operations for vm_mmap.
dyson
1996-01-19
1
-5
/
+14
*
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
[next]