summaryrefslogtreecommitdiff
path: root/sys/dev/softraidvar.h
AgeCommit message (Expand)Author
2012-10-09Teach amd64 boot(8) how to access a softraid crypto volume. This allows forJoel Sing
2012-10-09Provide a mechanism for the kernel to directly pass a mask key through toJoel Sing
2012-10-08Provide a mechanism for the kernel to pass data through to the disciplineJoel Sing
2012-01-28Only pass bio ioctls through to the softraid bio ioctl handler. Rename theJoel Sing
2012-01-20Add bio(4) status interface structs and utility functions to softraid(4).Joel Sing
2012-01-11Make sr_boot_chunk and sr_boot_volume accessible from userland. Add aJoel Sing
2011-12-31Implement a concatenating discipline for softraid.Joel Sing
2011-12-28Cleanup the metadata initialisation process - have sr_meta_init()Joel Sing
2011-12-26Provide default set chunk state and set volume state functions whichJoel Sing
2011-11-11Remove unused sv_sensor_valid variable.Joel Sing
2011-09-19When installboot is run on a softraid volume, add boot optional metadataJoel Sing
2011-09-18Add support for variable length optional metadata in softraid(4). ThisJoel Sing
2011-09-18Rename the optional metadata handler function and factor out the optionalJoel Sing
2011-07-07reorder two fieldsTed Unangst
2011-07-07allow AOE config to be specified by userland. ok marco.Ted Unangst
2011-07-06Use a single shutdown hook for the softraid controller instead ofJoel Sing
2011-07-06Retain a reference to the registered sensor task so that we can unregisterJoel Sing
2011-07-05ENOMEM causing EIO errors is bad juju. Softraid crypto did this.Owain Ainsworth
2011-07-02Cleanup the softraid boot probe code. Rename the rather poorly namedJoel Sing
2011-06-23Simplify softraid(4) to behave like other HBAs by using a singleMatthew Dempsky
2011-04-05Iopoolification. Testing by marco@.Kenneth R Westerback
2011-03-15Attach one sensordev per softraid device rather than one sensordev perJoel Sing
2011-01-29spaces that make my eyes bleed. no binary change.Marco Peereboom
2010-11-06Move raid1 and crypto io to a workq. This is to avoid a potential VOP_Marco Peereboom
2010-08-30During boot probe walk disklist rather than alldevs. This avoids a raceJoel Sing
2010-07-02Rename the volume specific flags variable.Joel Sing
2010-07-02Determine the data offset using a variable specified within the softraidJoel Sing
2010-04-18Make key disks use their own optional metadata type, rather than reusingJoel Sing
2010-03-28Completely overhaul optional metadata handling, allowing for multipleJoel Sing
2010-03-26Add storage for the boot block and boot loader to the softraid metadata.Joel Sing
2010-02-13Removed unused variable sml_vn.Joel Sing
2009-12-31Add support for key disks. This allows a crypto volume to be constructedJoel Sing
2009-12-15Factor out discipline specific create/assemble code.Joel Sing
2009-12-07Cleanup discipline initialisation.Joel Sing
2009-12-07Define discipline capabilities using a set of flags.Joel Sing
2009-11-24Allow the passphrase to be changed on softraid crypto volumes. Ensure thatJoel Sing
2009-11-23Improve discipline specific ioctl framework and attach to softraid ioctl.Joel Sing
2009-11-22Add a framework for discipline specific ioctls.Joel Sing
2009-08-09Switch softraid to vnodes to prevent bad things from happening when usingMarco Peereboom
2009-07-23Adding disabled framework for RAID6Jordan Hargrave
2009-07-12Add support for global hotspares to softraid.Joel Sing
2009-06-26Overhaul sr_boot_assembly(). The original code had a number of problems,Joel Sing
2009-06-24Abort the current rebuild if the rebuild chunk disappears. Whilst here alsoJoel Sing
2009-06-17Make openings variable instead of maxwu; needed for more exotic raid sets.Marco Peereboom
2009-06-17Remove __packed from memory structure. No idea what in the wolrd I wasMarco Peereboom
2009-06-12Add flag for freeing ccb buffer on I/O completionJordan Hargrave
2009-06-11Create a hotplug callback mechanism.Marco Peereboom
2009-06-10Add framework for raid 4 & 5 so that we can work in tree.Marco Peereboom
2009-06-03Slay the running out of wu during rebuild dragon and some cleanupMarco Peereboom
2009-06-02Make rebuilds restartable over reboots.Marco Peereboom