Age | Commit message (Expand) | Author |
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 |
2010-02-13 | Removed unused variable sml_vn. | Joel Sing |
2009-12-31 | Add support for key disks. This allows a crypto volume to be constructed | Joel Sing |
2009-12-15 | Factor out discipline specific create/assemble code. | 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-08-09 | Switch softraid to vnodes to prevent bad things from happening when using | Marco Peereboom |
2009-07-23 | Adding disabled framework for RAID6 | Jordan Hargrave |
2009-07-12 | Add support for global hotspares to softraid. | Joel Sing |
2009-06-26 | Overhaul sr_boot_assembly(). The original code had a number of problems, | Joel Sing |
2009-06-24 | Abort the current rebuild if the rebuild chunk disappears. Whilst here also | Joel Sing |
2009-06-17 | Make openings variable instead of maxwu; needed for more exotic raid sets. | Marco Peereboom |
2009-06-17 | Remove __packed from memory structure. No idea what in the wolrd I was | Marco Peereboom |
2009-06-12 | Add flag for freeing ccb buffer on I/O completion | Jordan Hargrave |
2009-06-11 | Create a hotplug callback mechanism. | Marco Peereboom |
2009-06-10 | Add framework for raid 4 & 5 so that we can work in tree. | Marco Peereboom |
2009-06-03 | Slay the running out of wu during rebuild dragon and some cleanup | Marco Peereboom |
2009-06-02 | Make rebuilds restartable over reboots. | Marco Peereboom |
2009-06-02 | Add an identifier that tells us if we can rebuild this discipline. | Marco Peereboom |
2009-06-02 | First bits for rebuild. Disabled for now. | Marco Peereboom |
2009-05-11 | Move the discipline initialisation code into discipline specific functions, | Joel Sing |