freebsd-dev/sys/fs
Poul-Henning Kamp a0e78d2eb0 Do not refcount the cdevsw, but rather maintain a cdev->si_threadcount
of the number of threads which are inside whatever is behind the
cdevsw for this particular cdev.

Make the device mutex visible through dev_lock() and dev_unlock().
We may want finer granularity later.

Replace spechash_mtx use with dev_lock()/dev_unlock().
2004-09-23 07:17:41 +00:00
..
cd9660 Pointy hat please! 2004-09-22 18:18:26 +00:00
coda General modernization of coda: 2004-09-01 01:19:52 +00:00
deadfs Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
devfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
fdescfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
fifofs Add locking to the kqueue subsystem. This also makes the kqueue subsystem 2004-08-15 06:24:42 +00:00
hpfs Use bufdone(), not biodone(). 2004-08-08 13:20:43 +00:00
msdosfs Reduce the size of struct defid's defid_dirclust, defid_dirofs and 2004-09-08 13:03:19 +00:00
ntfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
nullfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
nwfs Remove unused B_WRITEINPROG flag 2004-09-15 21:49:22 +00:00
portalfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
procfs Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
pseudofs Back out pseudo_vnops.c:1.45, which was a workaround for pfind() 2004-09-02 16:04:09 +00:00
smbfs Remove unused B_WRITEINPROG flag 2004-09-15 21:49:22 +00:00
specfs Do not refcount the cdevsw, but rather maintain a cdev->si_threadcount 2004-09-23 07:17:41 +00:00
udf Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
umapfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
unionfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00