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
/
rf_netbsdkintf.c
Age
Commit message (
Expand
)
Author
2000-07-14
Fix the status reporting for copybacks. Thanks to Hubert Feyrer for
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-03
Allow getting a component label from a spare disk.
oster
2000-06-01
Make booted_device global (and booted_parition for consitency).
matt
2000-05-30
For a RAID 1 set that has N components, allow the set to auto-configure as
oster
2000-05-29
Don't let the autodetection code get tripped up by negative mod-counters.
oster
2000-05-28
We need to be slightly more clever during auto-configuration, to make
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-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-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
Remove register declarations.
augustss
2000-03-26
Add bits for eventual support of deleteing components and moving
oster
2000-03-22
Fix up some autoconfigure messages. In particular, don't try printing
oster
2000-03-20
Just return "100% done" when asked about reconstruction progress on
oster
2000-03-07
Cleanup a couple of function declarations. No functional changes.
oster
2000-03-07
Create a new rf_close_component() to handle vnode operations for closing
oster
2000-03-07
Move rf_UnconfigureVnodes to rf_netbsdkintf.c where it will be more at home.
oster
2000-03-07
rf_ protect the component label print routine, and make it more easily
oster
2000-03-04
Umm... don't allow attempts to configure the same RAID device multiple times.
oster
2000-03-03
Minor cleanup. No functional changes.
oster
2000-02-27
Nuke some debugging output that got left in by mistake.
oster
2000-02-27
Only mark the components as CLEAN if it's the last thing we're doing.
oster
2000-02-26
Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
oster
2000-02-25
Minor cleanups. Remove extra debugging printouts.
oster
2000-02-25
- ignore the mod_counter when checking to see if a component fits with the
oster
2000-02-25
- cleanup raidinit()
oster
2000-02-25
Be *slightly* more consistent about the use of num and numraid in raidattach().
oster
2000-02-24
- mod_counter needs to get incremented more often.
oster
2000-02-23
Be more aggressive about updating component labels in the event
oster
2000-02-23
blockSize for the component label is already set correctly here.
oster
2000-02-23
- cleanup of more component label code
oster
2000-02-22
Note the fact that the first arg of raidinit() may be bogus in
oster
2000-02-22
Bounds-check the 'last unit' a little more closely.
oster
2000-02-22
- implement additional component checking before autoconfiguration
oster
2000-02-21
Umm.. let's set 'numraid' to something useful before we try to use it.
oster
2000-02-16
Some of these function names are bad enough that no one else would probably
oster
2000-02-13
Get recent changes into the tree:
oster
2000-01-21
Update for sys/buf.h/disksort_*() changes.
thorpej
2000-01-09
Nuke more debugging stuff and cleanup a tad.
oster
2000-01-09
By popular demand (Hi Thor!) make the cylinder size in a default
oster
2000-01-09
- move a bunch of function prototypes to rf_kintf.h
oster
[next]