index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
miscfs
/
syncfs
Age
Commit message (
Expand
)
Author
2003-01-18
Merge the nathanw_sa branch.
thorpej
2003-01-06
Add multiple inclusion protection.
matt
2001-12-06
add a VOP_PUTPAGES method for all the filesystems that don't have pages.
chs
2001-12-06
be consistent, clear VONWORKLST when we take a syncer vnode off the
chs
2001-12-06
add a VOP_PUTPAGES method for all the filesystems that don't have pages,
chs
2001-11-10
add RCSIDs
lukem
2001-09-15
a whole bunch of changes to improve performance and robustness under load:
chs
2001-09-09
install miscfs/syncfs/syncfs.h
assar
2001-01-22
make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const
jdolecek
2000-11-27
Initial integration of the Unified Buffer Cache project.
chs
2000-11-19
avoid removing syncer vnodes from the worklist twice.
chs
2000-10-06
fix typo (dely --> delay)
jdolecek
2000-09-19
Adapt for VOP_FSYNC parameter change.
fvdl
2000-08-20
Add a lock around the scheduler, and use it as necessary, including
thorpej
2000-07-09
When unmounting, make sure to free the syncer vnode so that it can be reused.
mycroft
2000-03-30
Delete redundant decls of vn_syncer_add_to_worklist(), syncdelay,
simonb
1999-11-23
Be more careful to block bio interrupts for some data structures. There
fvdl
1999-11-15
Add Kirk McKusick's soft updates code to the trunk. Not enabled by
fvdl