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
/
dev
/
raidframe
Age
Commit message (
Expand
)
Author
2000-11-20
rationalize the use of b_flags for geteblk() buffers.
chs
2000-10-20
Move disk_busy() and disk_unbusy() to more sane locations. Values
oster
2000-10-17
Don't touch a failed component at all. Thanks to Robert Elz (kre) for
oster
2000-10-12
Minor fixup for a printf(). Noted by Robert Elz.
oster
2000-09-21
convert tsleep()->ltsleep(), which makes the kernel complain less
oster
2000-09-21
Correct a few calls to VOP_CLOSE().
oster
2000-09-11
Be consistent: use mcpair->cond instead of mcpair->flag.
oster
2000-09-11
Only reset the timer value if it actually accumlated time.
oster
2000-09-08
Make sure we are passing a locked vp to VOP_CLOSE.
oster
2000-08-20
Use RF_WAIT_COND() to avoid locking errors.
thorpej
2000-08-20
RF_COND_WAIT(): use ltsleep().
thorpej
2000-08-19
Remove a bogus VOP_UNLOCK.
oster
2000-08-19
Don't try to initialize a component label on a failed component.
oster
2000-07-14
Fix the status reporting for copybacks. Thanks to Hubert Feyrer for
oster
2000-06-29
Nuke a printf that *I* added at least as early as Nov, 1998, and which is
oster
2000-06-11
Nuke a (mostly) now-incorrect comment.
oster
2000-06-04
Remove outdated comment.
oster
2000-06-04
Merge rf_update_component_labels() and rf_final_update_component_labels().
oster
2000-06-04
Minor prototype cleanup.
oster
2000-06-03
Allow getting a component label from a spare disk.
oster
2000-06-02
Use 'componentN' rather than leaving blanks for non-existant disks
oster
2000-06-01
Make booted_device global (and booted_parition for consitency).
matt
2000-05-31
Oops.. reconstruction percentages were being reported incorrectly.
oster
2000-05-30
For a RAID 1 set that has N components, allow the set to auto-configure as
oster
2000-05-30
Use #include <sys/kernel.h> instead of a 'extern int hz'.
oster
2000-05-29
Don't let the autodetection code get tripped up by negative mod-counters.
oster
2000-05-29
Fix a couple of typos. (Thanks Wiz! :) )
oster
2000-05-28
In the event that an up-to-date component cannot be located for a specific
oster
2000-05-28
We need to be slightly more clever during auto-configuration, to make
oster
2000-05-28
Umm.. Complete is not equal to 'left to do'. Fix the math.
oster
2000-05-28
Abort any parity re-writes before unconfiguring a RAID set.
oster
2000-05-28
When setting auto-config/rootable bits, only try to update the
oster
2000-05-28
- Add a mechanism for obtaining finer-grained 'progress' information
oster
2000-05-27
Components which match on everything but the mod_counter are
oster
2000-05-27
Add a comment to clarify why we actually want the component label to
oster
2000-05-27
Checking parity re-write status makes no sense on RAID 0, but let's
oster
2000-05-23
Const poison the layout name.
thorpej
2000-05-19
A foolish consistency; most parts of the kernel use bp->b_data, so
thorpej
2000-05-19
Add some missing casts of ioctl arg.
minoura
2000-04-27
Make sure the config structure allocated during autoconfiguration actually
oster
2000-04-17
Revert last change (the last change was not necessarily desirable, and
oster
2000-04-16
Don't allow configuration where the specified SectPerSU may result in IO larger
oster
2000-03-31
Minor cleanup of unneeded verbosity.
oster
2000-03-31
Print out the 'root' status of a RAID set during autoconfiguration.
oster
2000-03-30
Nuke 'register' from some function prototypes.
oster
2000-03-30
Remove register declarations.
augustss
2000-03-27
cleanup function prototypes.
oster
2000-03-27
Shuffle some prototypes to a more appropriate location.
oster
2000-03-26
Add bits for eventual support of deleteing components and moving
oster
2000-03-25
Nuke a function prototype that shouldn't be here.
oster
[next]