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.c
Age
Commit message (
Expand
)
Author
2010-06-15
softraid doesnt provide disk cache settings to tweak, mark those ioctls as
David Gwynne
2010-06-15
dont pass the dev_t from the scsi device drivers into the midlayer for
David Gwynne
2010-05-21
Make compile with NBIO = 0
Marco Peereboom
2010-05-20
New scsi code seems to be stable. Pluck previously identified
Kenneth R Westerback
2010-05-18
dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this
David Gwynne
2010-03-28
Completely overhaul optional metadata handling, allowing for multiple
Joel Sing
2010-03-28
Avoid potential null dereferences in ioctl paths.
Joel Sing
2010-03-28
Replace a scsi_done() call with sr_scsi_done() which fixes a missing
Joel Sing
2010-03-27
Correctly initialise variable to prevent free without malloc in error path.
Joel Sing
2010-03-26
Add an ioctl to softraid to allow the boot block and boot loader to be
Joel Sing
2010-03-26
Add storage for the boot block and boot loader to the softraid metadata.
Joel Sing
2010-03-23
Change the scsi_cmd function member of scsi_adapter from int to
Kenneth R Westerback
2010-02-13
Force chunks into correct order once metadata is attached. This prevents
Joel Sing
2010-02-13
Unbreak automatic rebuilds from hotspares.
Joel Sing
2010-02-13
Removed unused variable sml_vn.
Joel Sing
2010-02-13
Pass the number of chunks to sr_meta_attach() rather than recalculating.
Joel Sing
2010-02-08
Use character raw device to read disklabel during bootprobe, as all
Kenneth R Westerback
2010-01-09
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
Kenneth R Westerback
2009-12-31
Add support for key disks. This allows a crypto volume to be constructed
Joel Sing
2009-12-15
Allow auto assemble flag to be toggled for disciplines that support it.
Joel Sing
2009-12-15
Factor out discipline specific create/assemble code.
Joel Sing
2009-12-15
Explicitly lock the vnode when deleting a volume. This avoids a potential
Joel Sing
2009-12-07
Cleanup discipline initialisation.
Joel Sing
2009-12-07
Define discipline capabilities using a set of flags.
Joel Sing
2009-11-24
Allow the passphrase to be changed on softraid crypto volumes. Ensure that
Joel Sing
2009-11-23
Improve discipline specific ioctl framework and attach to softraid ioctl.
Joel Sing
2009-11-22
Add a framework for discipline specific ioctls.
Joel Sing
2009-11-22
Ensure that chunks are not already in use when creating a volume.
Joel Sing
2009-11-15
Fix memory leak in error case. Found by Parfait.
Joel Sing
2009-10-29
When probing devices at boot, compare against the full device driver name
Joel Sing
2009-10-28
Remove FWRITE from closes that aren't opened with FWRITE.
Marco Peereboom
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2009-09-21
Fix use before init on wu.
Marco Peereboom
2009-09-03
Check the return value of copyin().
Joel Sing
2009-09-03
Don't call VOP_CLOSE() with a null pointer, if the VOP_OPEN() call failed.
Joel Sing
2009-08-17
the null check makes more sense when it's done before deref
Martynas Venckus
2009-08-09
Switch softraid to vnodes to prevent bad things from happening when using
Marco Peereboom
2009-07-31
Factor out code for checking if a chunk is already in use.
Joel Sing
2009-07-23
Adding disabled framework for RAID6
Jordan Hargrave
2009-07-12
Assert copyright.
Joel Sing
2009-07-12
Fix rebuild percentage so that it ranges from 0-99% rather than 1-100%.
Joel Sing
2009-07-12
Add support for global hotspares to softraid.
Joel Sing
2009-07-12
If devices have roamed, complain once then update the metadata, just like
Joel Sing
2009-07-11
Ensure that we hold the appropriate lock before calling
Joel Sing
2009-07-09
Be sure we don't hit a NULL deref. Pointed out by
Marcus Glocker
2009-06-26
Overhaul sr_boot_assembly(). The original code had a number of problems,
Joel Sing
2009-06-24
Reset the rebuild counter when initiating a rebuild.
Joel Sing
2009-06-24
Abort the current rebuild if the rebuild chunk disappears. Whilst here also
Joel Sing
2009-06-23
Make sure that the metadata level matches the requested assembly level when
Joel Sing
2009-06-23
Fix some more whitespace issues.
Joel Sing
[next]