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
2006-08-28
Fix uninitialized variables.
christos
2006-08-27
- use dk_lookup instead of our home-spun version.
christos
2006-08-17
Fix all the -D*DEBUG* code that it was rotting away and did not even compile.
christos
2006-08-07
sc_size should be a 64-bit quantity. Notice by Matthias Drochner.
oster
2006-08-07
Fix a minor typo in a comment.
oster
2006-07-21
- Use the LWP cached credentials where sane.
ad
2006-06-12
Do the "don't allocate > 1K on the stack" thing for raidioctl().
oster
2006-06-07
merge FreeBSD timecounters from branch simonb-timecounters
kardel
2006-05-14
integrate kauth.
elad
2006-04-26
un-bitrot some of this code (which is not included by default in kernels),
oster
2006-04-14
Coverity CID 1127: Prevent NULL deref.
christos
2006-04-14
Turn on RAID KASSERTS if __COVERITY__
christos
2006-04-12
Don't access b_fspriv.bf_private in struct buf directly - use the
simonb
2006-03-28
Use device_is_a() and device_unit().
thorpej
2006-03-25
free storage of clabel before bailing out.
rtr
2006-03-23
This one is good for making one's brain hurt. Turns out that the
oster
2006-03-19
Use tabs instead of spaces with previous change.
simonb
2006-03-19
Fix memory leaks when some components of a raid where missing during
david
2006-03-18
dag_h will always be NULL in this case, and thus we can eliminate a
oster
2006-03-01
Fix lossage related to device_is_a() changes. Fix from cube@ (thanks!).
oster
2006-02-24
- minor comment cleanup
oster
2006-02-21
Use device_class() instead of accessing dv_class directly.
thorpej
2006-02-14
RAIDframe was erroneously re-initializing the Parity Stripe Status
oster
2006-01-09
rf_DiskUnlockFunc and rf_DiskUnlockFuncForThreads are never used. Punt them.
oster
2006-01-08
Really move all of the bp initalization bits into InitBP().
oster
2006-01-08
For the normal (read/write) case, do all the buffer initialization
oster
2006-01-08
Cleanup the initialization of buffers a bit, and remove some old code
oster
2006-01-08
raidstrategy: fix weird ENOSPC when reading from/writing to a raw partition.
yamt
2006-01-08
raidioctl:
yamt
2006-01-07
Remove the component buffer bits, now that I know there is a
oster
2006-01-06
initialize necessary members of struct buf. PR/32462 from Reinoud Zandijk.
yamt
2006-01-04
- add simple functions to allocate/free a buffer for i/o.
yamt
2006-01-04
We need to mark used spares as failed if they encounter IO errors!
oster
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-09-25
Re-work the handling of incoming I/O in RAIDframe:
oster
2005-09-24
This disk_detach() should be pseudo_disk_detach().
oster
2005-09-24
Remove an RF_ASSERT that is just plain wrong.
oster
2005-08-20
use pseudo_disk_{init,attach,detach} where appropriate.
yamt
2005-07-18
If rf_SubmitReconBuffer indicates the submission was blocked (for
oster
2005-06-08
- initialize numRUsTotal before we indicate that we are doing a reconstruct.
oster
2005-05-29
- avoid variable shadowing
christos
2005-02-27
nuke trailing whitespace
perry
2005-02-13
Convert a few "void *"'s to "struct buf *"'s. No functional changes.
oster
2005-02-12
The 'next' argument to rf_CreateDiskQueueData is always NULL. Since
oster
2005-02-12
Add a 'waitflag' argument to rf_CreateDiskQueueData() and use it to
oster
2005-02-06
It's not a bad idea to update the component labels whether or not the
oster
2005-02-05
CreateDiskQueueData() doesn't need to use void * for raidPtr.
oster
2005-02-05
rf_GetNextReconEvent() *will* return a valid event, so no need for
oster
2005-02-05
Cleanup function prototypes.
oster
[next]