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
/
kern
/
subr_disk.c
Age
Commit message (
Expand
)
Author
2006-08-23
Change iostat_alloc() to take the parent pointer and the name directly, so
christos
2006-06-07
merge FreeBSD timecounters from branch simonb-timecounters
kardel
2006-04-21
iostat_find/disk_find: constify and simplify.
yamt
2006-04-21
remove some unnecessary #include.
yamt
2006-04-21
whitespace.
yamt
2006-04-20
Prefix iostat structure elements with io_
blymn
2006-04-14
Make i/o statistics collection more generic, include tape drives and
blymn
2005-12-26
u_intN_t -> uintN_t
perry
2005-12-11
merge ktrace-lwp.
christos
2005-10-15
- change the way to specify a bufq strategy. (by string rather than by number)
yamt
2005-08-20
introduce a variant of disk_attach/detach, for pseudo disks
yamt
2005-05-29
- add const.
christos
2005-03-31
introduce a function to drain bufq and use it where appropriate.
yamt
2005-02-08
Change the 'sz' variable in bounds_check_* to int64_t to avoid overflows
fvdl
2005-02-06
Change an if/panic statement to a KASSERT and disable a chatty printf.
christos
2004-11-25
lookup bufq using link_set rather than a switch statement.
yamt
2004-10-28
move buffer queue related stuffs from buf.h to their own header, bufq.h.
yamt
2004-10-15
- Eliminate the need to call disk_init().
thorpej
2004-10-14
move i/o schedulers to their own files.
yamt
2004-09-25
Work-in-progress implementation of "wedges", a new way to represent
thorpej
2004-03-09
- add a function prototype.
yamt
2004-02-28
change the way to handle NEW_BUFQ_STRATEGY option.
yamt
2004-01-10
add a new bufq strategy, BUFQ_PRIOCSCAN (per-priority CSCAN).
yamt
2003-12-06
rev.1.55 didn't handle BUFQ_SORT_CYLINDER case correctly.
yamt
2003-12-06
Make sure buf_inorder() returns a value under all conditions.
he
2003-12-05
buf_inorder: deal with 64-bit daddr_t correctly.
yamt
2003-12-04
Dynamic sysctl.
atatat
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-04-13
CONSTCONT should have been CONSTCOND
dsl
2003-04-13
Fix error message for 64bit daddr_t
dsl
2003-04-03
Add a bounds_check_with_mediasize function, which is intended
fvdl
2002-11-06
Factor out the COMPAT_16 code.
enami
2002-11-05
- do the COMPAT_16 dance in sysctl_diskstats() for the where == NULL case
mrg
2002-11-04
repair backwards compatibility with netbsd 1.6 - if we are not given the
mrg
2002-11-01
When calculating the space needed for the data, use the supplied
simonb
2002-11-01
implement separate read/write disk statistics:
mrg
2002-11-01
Make this works with QUEUEDEBUG defined; don't use queue pointer after
enami
2002-11-01
Cosmetic changes.
enami
2002-08-30
Remove the old device buffer queue interface.
hannken
2002-07-23
The buffer returned by BUFQ_PEEK must remain the same until BUFQ_GET is
hannken
2002-07-21
Rename bufq_init() to bufq_alloc().
hannken
2002-07-16
Implement a new device buffer queue interface.
hannken
2002-06-28
constify diskerr().
yamt
2002-02-16
Use sizeof correctly. Fixes PR#15613.
enami
2002-02-16
- Wrap long line.
enami
2002-01-28
Remember to update the "size copied" counter in sysctl_diskstats().
simonb
2002-01-28
Use TAILQ_FOREACH().
simonb
2002-01-27
Implement the hw.disknames and hw.diskstats sysctl's that have been listed
simonb
2001-11-30
Use cached pointer to next buf instead of re-fetching it. GCC actually
enami
2001-11-13
add RCSID
lukem
[next]