index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
vfs_subr.c
Age
Commit message (
Expand
)
Author
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-12-10
No need to initialize the uobj on every getnewvnode. Just do
Artur Grabowski
2001-12-10
Big cleanup inspired by NetBSD with some parts of the code from NetBSD.
Artur Grabowski
2001-12-10
Merge in struct uvm_vnode into struct vnode.
Artur Grabowski
2001-12-05
Break out the part that lowers v_holdcnt in brelvp into an own function
Artur Grabowski
2001-11-29
Ooops. Revert part of the last commit that was completly wrong and wasn't sup...
Artur Grabowski
2001-11-29
Correctly handle b_vp with bgetvp and brelvp in {get,put}pages.
Artur Grabowski
2001-11-27
Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The
Artur Grabowski
2001-11-21
Added vfs_isbusy. Useful for verifying that a mount point is locked
Constantine Sapuntzakis
2001-11-15
Don't zero v_bioflag when recycling a vnode in getnewvnode.
Artur Grabowski
2001-11-12
Remove unnecessary check for NULL vnode in reassignbuf.
Artur Grabowski
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-10-02
Bounds check index into routing table. Thanks to Ken Ashcraft of Stanford
Constantine Sapuntzakis
2001-09-19
Get rid of B_VFLUSH. Not relevant after the end of the AGE queue.
Constantine Sapuntzakis
2001-09-16
Add some missing lengths checks when passing data from userland to
Todd C. Miller
2001-08-02
(vput): make panic strings actually say vput instead of vrele
assar
2001-07-26
Typo.
Miod Vallat
2001-06-27
remove old vm
Artur Grabowski
2001-06-22
KNF
Theo de Raadt
2001-06-05
send note_revoke to knotes when vnode goes away, okay art@
Niels Provos
2001-05-16
indentation nit.
Artur Grabowski
2001-04-29
cleanup, remove incorrect comment
Artur Grabowski
2001-03-22
Use pool for allocating vnodes.
Artur Grabowski
2001-03-21
uvm_vnp_terminate expect the vnode to be locked.
Artur Grabowski
2001-03-16
Oops. fix thinko in last.
Artur Grabowski
2001-03-16
Use CIRCLEQ macros for mountlist.
Artur Grabowski
2001-03-16
Initialize the mountlist_slock.
Artur Grabowski
2001-02-26
Move v_writecount test back to it original place
Constantine Sapuntzakis
2001-02-26
Make ref counts 32-bit unsigned ints as opposed to a potpourri of longs and
Constantine Sapuntzakis
2001-02-24
Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE.
Constantine Sapuntzakis
2001-02-23
Remove the clustering fields from the vnodes and place them in the
Constantine Sapuntzakis
2001-02-21
Latest soft updates from FreeBSD/Kirk McKusick
Constantine Sapuntzakis
2001-02-08
do not print stuff when not verbose
Michael Shalayeff
2000-09-27
Minimal optimization.
Artur Grabowski
2000-07-17
Don't wait for B_READ buffers on shutdown.
Artur Grabowski
2000-04-25
Use CIRCLEQ_FOREACH
Constantine Sapuntzakis
2000-04-21
see if there is any meaning under curproc before using &proc0 in vfs_syncwait...
Michael Shalayeff
1999-12-05
With soft updates, some buffers will be remarked as dirty after being written.
Artur Grabowski
1999-12-05
Use VONSYNCLIST to see if we should remove a vnode from the sync list instead
Artur Grabowski
1999-08-20
more paranoid check of the refcount in vfs_register
Artur Grabowski
1999-08-08
From NetBSD; vdevgone, used for revoking access to device nodes when they
Niklas Hallqvist
1999-05-31
New struct statfs with mount options. NOTE: this replaces statfs(2),
Todd C. Miller
1999-05-06
factor out sync+wait code into vfa_syncwait() routine for
Michael Shalayeff
1999-04-30
in vput, simple_unlock the v_interlock before VOP_INACTIVE, not after
Artur Grabowski
1999-03-11
backout
Theo de Raadt
1999-03-11
back out unapproved changes
Theo de Raadt
1999-03-11
indent
Michael Shalayeff
1999-03-11
factor sync+wait operation out into a separate function.
Michael Shalayeff
1999-02-26
adapt to uvm vnode pager
Artur Grabowski
1999-02-19
add vfs_register and vfs_unregister functions
Artur Grabowski
[next]