index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
softraid_raid0.c
Age
Commit message (
Expand
)
Author
2012-10-08
Provide a mechanism for the kernel to pass data through to the discipline
Joel Sing
2012-01-22
Convert softraid(4) to new bio(4) status interface. This allows bioctl(8)
Joel Sing
2011-12-26
Provide default set chunk state and set volume state functions which
Joel Sing
2011-12-25
Initialise discipline function pointers with defaults and only override
Joel Sing
2011-04-05
Iopoolification. Testing by marco@.
Kenneth R Westerback
2010-07-02
Determine the data offset using a variable specified within the softraid
Joel Sing
2010-07-01
make sure that buf's on the stack set the b_bq to NULL.
Thordur I. Bjornsson
2010-03-26
Add storage for the boot block and boot loader to the softraid metadata.
Joel Sing
2010-01-09
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
Kenneth R Westerback
2009-12-15
Factor out discipline specific create/assemble code.
Joel Sing
2009-12-07
Define discipline capabilities using a set of flags.
Joel Sing
2009-08-09
Switch softraid to vnodes to prevent bad things from happening when using
Marco Peereboom
2009-06-02
Abuse bio layer a little less by marking fake buffers with B_PHYS.
Marco Peereboom
2009-06-02
marco needs to learn how to do his range checks better, found by Parfait
Theo de Raadt
2009-05-11
Move the discipline initialisation code into discipline specific functions,
Joel Sing
2009-04-28
Part one of partial bringup volumes. Plenty of rope to kill your data
Marco Peereboom
2008-11-25
Add generic sr_scsi_done function that does the spl dance
Marco Peereboom
2008-10-04
Remove bogus code from the error path in sr_raid0_rw(); ok marco@
Miod Vallat
2008-07-19
Full rewrite of metadata handling. This fixes power failures and crashes
Marco Peereboom
2008-02-05
Shave off a few more bytes by moving IO collision detection into a generic
Marco Peereboom
2008-02-05
Create a generic function to validate IO instead of copying and pasting
Marco Peereboom
2008-01-26
Fix some debug prints
Marco Peereboom
2008-01-24
Create chunk and state transition functions for RAID 0.
Marco Peereboom
2008-01-24
Bring softraid into the world of 16 byte commands; this allows for > 2TB disks
Marco Peereboom
2008-01-24
Oops, make fit in 80 cols.
Marco Peereboom
2008-01-24
Add IO path to RAID 0 discipline.
Marco Peereboom
2008-01-19
Add initial scaffold for RAID 0. No IO just yet.
Marco Peereboom