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
/
softraidvar.h
Age
Commit message (
Expand
)
Author
2013-06-11
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
Theo de Raadt
2013-05-21
Provide a function that handles the scheduling of work units. This
Joel Sing
2013-05-21
Use a state to indicate that a work unit should only be constructed and not
Joel Sing
2013-04-26
Add a SR_WUF_DISCIPLINE flag that identifies work units that have resulted
Joel Sing
2013-04-23
Rename ccb_flag to ccb_flags.
Joel Sing
2013-04-21
Convert RAID1 to the new work unit completion functions and generic
Joel Sing
2013-03-31
The return value of sd_free_resources() is never checked and all of the
Joel Sing
2013-03-30
Provide wrappers for scsi_io_get() and scsi_io_put(), that also include
Joel Sing
2013-03-30
Provide a default discipline interrupt handling function and migrate all of
Joel Sing
2013-03-29
Decouple wakeups on work unit completion from the type of I/O being
Joel Sing
2013-03-25
Factor out the code that is used to recreate work units - one copy of the
Joel Sing
2013-03-10
Rename sc_dis to sc_targets, since it is an array of targets that also
Joel Sing
2013-03-05
Track attached softraid disciplines via a queue. This prevents the need to
Joel Sing
2013-01-18
Implement common workunit completion functions and handle the completion
Joel Sing
2013-01-16
Add a function that handles the completion of a ccb.
Joel Sing
2013-01-16
Add a new capability flag to identify disciplines where read failures are
Joel Sing
2013-01-16
Factor out code used to release ccbs from a workunit.
Joel Sing
2013-01-15
Implement a function that gets and correctly initialises a ccb for I/O,
Joel Sing
2013-01-15
Keep a function pointer to the per-discipline I/O interrupt handler in the
Joel Sing
2013-01-15
Factor out workunit initialisation code.
Joel Sing
2012-10-09
Teach amd64 boot(8) how to access a softraid crypto volume. This allows for
Joel Sing
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-01-28
Only pass bio ioctls through to the softraid bio ioctl handler. Rename the
Joel Sing
2012-01-20
Add bio(4) status interface structs and utility functions to softraid(4).
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-26
Provide default set chunk state and set volume state functions which
Joel Sing
2011-11-11
Remove unused sv_sensor_valid variable.
Joel Sing
2011-09-19
When installboot is run on a softraid volume, add boot optional metadata
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-07-07
reorder two fields
Ted Unangst
2011-07-07
allow AOE config to be specified by userland. ok marco.
Ted Unangst
2011-07-06
Use a single shutdown hook for the softraid controller instead of
Joel Sing
2011-07-06
Retain a reference to the registered sensor task so that we can unregister
Joel Sing
2011-07-05
ENOMEM causing EIO errors is bad juju. Softraid crypto did this.
Owain Ainsworth
2011-07-02
Cleanup the softraid boot probe code. Rename the rather poorly named
Joel Sing
2011-06-23
Simplify softraid(4) to behave like other HBAs by using a single
Matthew Dempsky
2011-04-05
Iopoolification. Testing by marco@.
Kenneth R Westerback
2011-03-15
Attach one sensordev per softraid device rather than one sensordev per
Joel Sing
2011-01-29
spaces that make my eyes bleed. no binary change.
Marco Peereboom
2010-11-06
Move raid1 and crypto io to a workq. This is to avoid a potential VOP_
Marco Peereboom
2010-08-30
During boot probe walk disklist rather than alldevs. This avoids a race
Joel Sing
2010-07-02
Rename the volume specific flags variable.
Joel Sing
2010-07-02
Determine the data offset using a variable specified within the softraid
Joel Sing
2010-04-18
Make key disks use their own optional metadata type, rather than reusing
Joel Sing
2010-03-28
Completely overhaul optional metadata handling, allowing for multiple
Joel Sing
2010-03-26
Add storage for the boot block and boot loader to the softraid metadata.
Joel Sing
[next]