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
/
fssvar.h
Age
Commit message (
Expand
)
Author
2015-09-06
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
dholland
2014-02-28
G/C sys/simplelock.h includes
skrll
2011-11-29
Complete backward compat with NetBSd 5.x: time_t changed size, so did
bouyer
2011-11-29
Fix FSSIOCSET50: needs to use the 5.0 struct fss_set, not the current one.
bouyer
2011-02-24
fss(4): Allow FSSIOCSET to set the initial flags. Add a new flag
hannken
2010-04-05
Remove unused fss_softc member sc_bs_size.
hannken
2008-09-17
Replace the fss unmount hook with a vfs_hook.
hannken
2008-09-14
Create fss(4) devices on first open and destroy on last close of an
hannken
2008-09-12
- Replace simple_lock/ltsleep/wakeup with mutex/cv.
hannken
2008-09-11
fss_copy_on_write(): return error if reading the snapshotted device failed.
hannken
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-01-04
sys/simplelock.h is required now.
xtraeme
2007-10-07
Update the file system copy-on-write handler.
hannken
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-15
Replace some uses of lockmgr() / simplelocks.
ad
2006-03-14
use lockmgr() instead of bespoke code for mutual exclusion in fss_ioctl().
chs
2005-12-11
merge ktrace-lwp.
christos
2005-10-24
Run all i/o from or to backing store through fss_bs_io().
hannken
2005-10-15
- change the way to specify a bufq strategy. (by string rather than by number)
yamt
2005-04-17
Support user controllable flags for the snapshot driver:
hannken
2005-02-27
nuke trailing whitespace
perry
2004-10-29
Move the inclusion of <sys/bufq.h> from fss.c to fssvar.h to make
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
2003-12-10
The file system snapshot pseudo driver.
hannken