summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
AgeCommit message (Expand)Author
2007-03-13Fix typo in print statement; from khorbenchristos
2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad
2007-03-09In the case of multiple RAID sets that are marked as root, attempt tooster
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-29Remove more duplicate headers.hubertf
2006-11-30Change a bunch of "#if DEBUG" to "#ifdef DEBUG".oster
2006-11-30If the user has specified 'root on foo', then skip changing the booted_deviceoster
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-09Remove unused variable. (Noted by mrg. Thanks.)oster
2006-10-08Fix previous a different way. (pseudo_disk_init() needed to be called earlier)oster
2006-10-08Call pseudo_disk_init in the autoconfig case.christos
2006-10-08Re-work some of the initialization code to now use config_attach_pseudo()oster
2006-10-07It's ok to wait for memory for the emergency buffers. If we don't getoster
2006-10-05Revert previous change: Remove an unused variable declaration that wasoster
2006-10-05Protect calls to pool_put/pool_get that may occur in interrupt contexttls
2006-09-28Make sure the 'last configured as' field in the component labelsoster
2006-09-05Per a suggestion from Manuel, make numBlocks and partitionSizeoster
2006-08-28Fix uninitialized variables.christos
2006-08-27- use dk_lookup instead of our home-spun version.christos
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2006-08-07sc_size should be a 64-bit quantity. Notice by Matthias Drochner.oster
2006-08-07Fix a minor typo in a comment.oster
2006-07-21- Use the LWP cached credentials where sane.ad
2006-06-12Do the "don't allocate > 1K on the stack" thing for raidioctl().oster
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2006-04-26un-bitrot some of this code (which is not included by default in kernels),oster
2006-04-14Coverity CID 1127: Prevent NULL deref.christos
2006-04-14Turn on RAID KASSERTS if __COVERITY__christos
2006-04-12Don't access b_fspriv.bf_private in struct buf directly - use thesimonb
2006-03-28Use device_is_a() and device_unit().thorpej
2006-03-25free storage of clabel before bailing out.rtr
2006-03-23This one is good for making one's brain hurt. Turns out that theoster
2006-03-19Use tabs instead of spaces with previous change.simonb
2006-03-19Fix memory leaks when some components of a raid where missing duringdavid
2006-03-18dag_h will always be NULL in this case, and thus we can eliminate aoster
2006-03-01Fix lossage related to device_is_a() changes. Fix from cube@ (thanks!).oster
2006-02-24- minor comment cleanuposter
2006-02-21Use device_class() instead of accessing dv_class directly.thorpej
2006-02-14RAIDframe was erroneously re-initializing the Parity Stripe Statusoster
2006-01-09rf_DiskUnlockFunc and rf_DiskUnlockFuncForThreads are never used. Punt them.oster
2006-01-08Really move all of the bp initalization bits into InitBP().oster
2006-01-08For the normal (read/write) case, do all the buffer initializationoster
2006-01-08Cleanup the initialization of buffers a bit, and remove some old codeoster
2006-01-08raidstrategy: fix weird ENOSPC when reading from/writing to a raw partition.yamt
2006-01-08raidioctl:yamt
2006-01-07Remove the component buffer bits, now that I know there is aoster
2006-01-06initialize 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