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_sync.c
Age
Commit message (
Expand
)
Author
2001-06-22
KNF
Theo de Raadt
2001-03-16
No need to extern mountlist_slock here.
Artur Grabowski
2001-02-27
Instead of doing VOP_ISLOCKED, vn_lock(..LK_RETRY..) we can do vn_lock(..LK_N...
Artur Grabowski
2001-02-24
Move splbio's around so that they cover the data structures they need to
Constantine Sapuntzakis
2001-02-24
Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE.
Constantine Sapuntzakis
2001-02-23
Try to avoid sleeping in the syncer waiting for vnode locks.
Constantine Sapuntzakis
2001-02-21
Latest soft updates from FreeBSD/Kirk McKusick
Constantine Sapuntzakis
2000-03-23
No need for our own declaration of lbolt.
Artur Grabowski
2000-01-14
Drop SYNCER_MAXDELAY to 32. The delay is never bigger than 30 anyway.
Artur Grabowski
1999-12-05
Add a new vnode flag "VONSYNCLIST" that indicates if the vnode is on the
Artur Grabowski
1999-12-05
Add a new function "speedup_syncer()" that pushes the syncer to work harder.
Artur Grabowski
1999-12-05
Unlock the vnode in inactive even when v_usecount == 0.
Artur Grabowski
1999-12-05
Release mountlist_slock if vfs_busy fails.
Artur Grabowski
1999-12-05
Indentation fixes.
Artur Grabowski
1998-11-12
More soft updates fixes from Kirk McKusick.
Constantine Sapuntzakis
1998-08-06
Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock
Constantine Sapuntzakis
1998-03-14
Changes necesary for new soft updates code. Doesn't affect old soft updates
Todd C. Miller
1998-01-11
Fix a couple spinlock references. More code motion in vfs_subr.c
Constantine Sapuntzakis
1998-01-10
A couple more splbio()s in vfs_bio plus moving around a couple functions.
Constantine Sapuntzakis