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
2012-10-09
Provide a mechanism for the kernel to directly pass a mask key through to
Joel Sing
2012-10-08
Provide a mechanism for the kernel to pass data through to the discipline
Joel Sing
2012-10-08
Change handling for volumes that are marked no-auto assemble. If we booted
Joel Sing
2012-10-08
bzero the right variable.
Joel Sing
2012-01-30
Prevent softraid from being used with devices that do not have a sector
Joel Sing
2012-01-28
Only pass bio ioctls through to the softraid bio ioctl handler. Rename the
Joel Sing
2012-01-22
Convert softraid(4) to new bio(4) status interface. This allows bioctl(8)
Joel Sing
2012-01-22
Disable the softraid disk attach hook on detach.
Joel Sing
2012-01-22
Ensure that the sc_lock is held before the status functions are called.
Joel Sing
2012-01-21
Split sr_uuid_print() into two functions - one that formats and one that
Joel Sing
2012-01-20
Add bio(4) status interface structs and utility functions to softraid(4).
Joel Sing
2012-01-17
Check the metadata level against the assembly level before proceeding with
Joel Sing
2012-01-17
Add missing ioctl DNPRINTFs and nuke some rogue commas.
Joel Sing
2012-01-11
Move softraid root mapping to later in the boot process - this will allow
Joel Sing
2012-01-11
Make sr_boot_chunk and sr_boot_volume accessible from userland. Add a
Joel Sing
2011-12-31
Implement a concatenating discipline for softraid.
Joel Sing
2011-12-28
Cleanup the metadata initialisation process - have sr_meta_init()
Joel Sing
2011-12-28
Avoid the use of an invalid disklabel by setting a DK_LABELVALID flag
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-11-13
When initiating a rebuild update the DUID for the chunk so that
Joel Sing
2011-11-13
Cleanup rebuild initialisation code. In particular, reconstruct the chunk
Joel Sing
2011-11-11
Remove a bogus check which dereferences an uninitialised pointer.
Joel Sing
2011-11-11
When rebuilding check the size of the replacement chunk against the
Joel Sing
2011-11-11
Remove unused sv_sensor_valid variable.
Joel Sing
2011-11-11
When setting up a bootable softraid volume, do not try to save the boot
Joel Sing
2011-11-08
Typo. BIOC_SSOFFLINE is the ioctl command. Pass BIOC_SDOFFLINE to
Kenneth R Westerback
2011-09-19
If the rootduid matches a softraid chunk of a bootable softraid volume,
Joel Sing
2011-09-19
When installboot is run on a softraid volume, add boot optional metadata
Joel Sing
2011-09-19
Cleanup sr_ioctl_createraid(). There are three clear cases - (1) corrupt
Joel Sing
2011-09-18
Add support for variable length optional metadata in softraid(4). This
Joel Sing
2011-09-18
Rename the optional metadata handler function and factor out the optional
Joel Sing
2011-08-08
Fix a formating bug that caused a bad print on big endian arches.
Marco Peereboom
2011-07-17
Backout a bunch of my SCSI commits from c2k11. At least one of these
Matthew Dempsky
2011-07-08
First batch of converting SCSI HBAs from setting saa_targets and
Matthew Dempsky
2011-07-07
Fix the LBA offset calculation for the last block in a rebuild, if there
Joel Sing
2011-07-07
Make sr_shutdown() a general function and use this from sr_detach() to
Joel Sing
2011-07-06
When checking if a chunk is in use, do not match on NODEV.
Joel Sing
2011-07-06
Use a single shutdown hook for the softraid controller instead of
Joel Sing
2011-07-06
Actually make sr_detach() work. At this stage we never detach softraid(4),
Joel Sing
2011-07-06
Retain a reference to the registered sensor task so that we can unregister
Joel Sing
2011-07-06
Move all volume shutdown code into sr_shutdown_discipline() and use a flag
Joel Sing
2011-07-04
Fix debugging prints in softraid(4) so that it can compile with
Matthew Dempsky
2011-07-03
Call config_detach() on the child scsibus in sr_detach().
Matthew Dempsky
2011-07-02
Cleanup the softraid boot probe code. Rename the rather poorly named
Joel Sing
2011-06-24
Avoid a possible null dereference.
Joel Sing
2011-06-23
Simplify softraid(4) to behave like other HBAs by using a single
Matthew Dempsky
2011-06-20
Fix softraid(4) to set xs->cmd = &xs->cmdstore rather than pointing it
Matthew Dempsky
2011-05-03
Move SLIST initializations earlier so that failure handling paths can
Matthew Dempsky
2011-04-29
tiny whitespace fixes
David Gwynne
[next]