NetBSD/sys/fs
pooka 78693816f2 Convert spinlocks & sleep/wakeup to newlock2 locking stuff. Fix a
bunch of bugs.

* park structures are now always allocated from a pool instead of a
  mixed stack/malloc allocation
* get rid of the whole adjbuf concept, always just alloc the maximal
  amount of memory to satisfy a request
* little regression: don't allow interrupting wait from file system
  to userspace; this had problems already before, but now the problems
  really started to shine through.  I'll try to make this work again
  some day.
* fix bmap to return a sensible value in runp
2007-03-29 16:04:26 +00:00
..
adosfs Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-13 01:34:21 +00:00
cd9660 Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
filecorefs Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-13 02:11:28 +00:00
hfs Add support for HFS Wrapper (HFS+ volume inside an HFS volume). 2007-03-22 13:21:28 +00:00
msdosfs Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
ntfs Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
ptyfs only change atime on access. 2007-01-19 20:10:36 +00:00
puffs Convert spinlocks & sleep/wakeup to newlock2 locking stuff. Fix a 2007-03-29 16:04:26 +00:00
smbfs Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
sysvbfs Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-20 11:27:48 +00:00
tmpfs Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
udf Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
union more fixes for the new vnode locking scheme: 2007-02-04 15:03:20 +00:00
Makefile Complete rename of hfsp to hfs, requested by thorpej. 2007-03-06 11:28:44 +00:00
unicode.h -add __unused declarations to make it possible to use only half of it 2007-02-26 12:33:08 +00:00