1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/miscfs
Kirk McKusick e9cc475851 Collect read and write counts for filesystems. This new code
drops the counting in bwrite and puts it all in spec_strategy.
I did some tests and verified that the counts collected for writes
in spec_strategy is identical to the counts that we previously
collected in bwrite. We now also get read counts (async reads
come from requests for read-ahead blocks). Note that you need
to compile a new version of mount to get the read counts printed
out. The old mount binary is completely compatible, the only
reason to install a new mount is to get the read counts printed.

Submitted by:	Craig A Soules <soules+@andrew.cmu.edu>
Reviewed by:	Kirk McKusick <mckusick@mckusick.com>
1999-12-01 02:09:30 +00:00
..
deadfs
devfs Report swapdevices as cdevs rather than bdevs. 1999-11-29 21:37:18 +00:00
fdesc Fix a warning. 1999-11-18 08:47:10 +00:00
fifofs
kernfs Get rid of calls to vfinddev() by ripping out code for vnode type 1999-11-20 13:18:24 +00:00
nullfs
portal
procfs Add a sysctl to control if argv is disclosed to the world: 1999-11-26 08:27:16 +00:00
specfs Collect read and write counts for filesystems. This new code 1999-12-01 02:09:30 +00:00
umapfs
union Fix an unused variable warning. 1999-11-18 09:07:30 +00:00