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
/
dev
/
fss.c
Age
Commit message (
Expand
)
Author
2005-04-17
Support user controllable flags for the snapshot driver:
hannken
2005-04-17
When a snapshot gets unconfigured always clear `FSS_BS_ALLOC'.
hannken
2005-02-27
nuke trailing whitespace
perry
2005-02-09
- Unlock backing store vnode in case of error.
hannken
2004-10-29
Move the inclusion of <sys/bufq.h> from fss.c to fssvar.h to make
hannken
2004-10-28
move buffer queue related stuffs from buf.h to their own header, bufq.h.
yamt
2004-06-20
- Add flag L_COWINPROGRESS to struct lwp to avoid recursion when
hannken
2004-05-25
Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD.
hannken
2004-02-24
occured -> occurred. From Peter Postma.
wiz
2004-02-14
Add a generic copy-on-write hook to add/remove functions that will be
hannken
2004-01-25
Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern.
hannken
2004-01-11
Update the file system snapshot driver:
hannken
2004-01-10
Allow vfs_write_suspend() to wait if the file system is already
hannken
2003-12-13
Use ioctl(..., DIOCGPART, ...) instead of vn_stat() to get the size of the
hannken
2003-12-10
The file system snapshot pseudo driver.
hannken