NetBSD/sys/ufs
yamt aec75b1cc6 - change the way to specify a bufq strategy. (by string rather than by number)
- rather than embedding bufq_state in driver softc,
  have a pointer to the former.
- move bufq related functions from kern/subr_disk.c to kern/subr_bufq.c.
- rename method to strategy for consistency.
- move some definitions which don't need to be exposed to the rest of kernel
  from sys/bufq.h to sys/bufq_impl.h.
  (is it better to move it to kern/ or somewhere?)
- fix some obvious breakage in dev/qbus/ts.c.  (not tested)
2005-10-15 17:29:10 +00:00
..
ext2fs introduce "ufs_ops" and use it for ITIMES. 2005-09-27 06:48:55 +00:00
ffs introduce "ufs_ops" and use it for ITIMES. 2005-09-27 06:48:55 +00:00
lfs introduce "ufs_ops" and use it for ITIMES. 2005-09-27 06:48:55 +00:00
mfs - change the way to specify a bufq strategy. (by string rather than by number) 2005-10-15 17:29:10 +00:00
ufs avoid the need for a bogus initializer. 2005-10-08 03:21:17 +00:00
files.ufs split out lfs_itimes(). It is used in fsck_lfs. 2005-09-13 04:13:25 +00:00
Makefile