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
2001-12-16
Fix an off-by-one error when autoconfig is hunting for a free RAID
oster
2001-11-28
use #ifdef RAID_AUTOCONFIG (for consistency with the rest of the kernel)
lukem
2001-11-15
don't need <sys/types.h> when including <sys/param.h>
lukem
2001-11-13
add RCSIDs
lukem
2001-10-06
Backout a line that accidentally got included when the .h reorg went in.
oster
2001-10-04
Step 2 of the disentanglement. We now look to <dev/raidframe/*> for
oster
2001-07-27
Nuke the 5 NULL parameters from rf_DoAccess(). Observe that 4 of
oster
2001-07-18
bzero -> memset
thorpej
2001-07-16
If we're closing the last partition on a RAID set and the system is
oster
2001-06-21
We don't need to check for raidautoconfig here, so nuke it and
oster
2001-04-05
A value of 1 for tracks/cylinder in the disklabel is apparently sub-optimal.
oster
2001-01-27
Un-'__P'ify.
oster
2001-01-08
Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL when
fvdl
2001-01-07
Adapt all disk devices in MI directories to handle ODIOC* calls
fvdl
2000-12-05
Fix a couple of warnings about uninitialized variables. Thanks go to
oster
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-09-21
Correct a few calls to VOP_CLOSE().
oster
2000-09-08
Make sure we are passing a locked vp to VOP_CLOSE.
oster
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-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
[next]