Age | Commit message (Expand) | Author |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-10-30 | muliply to get correct size for free. reported by kspillner | Ted Unangst |
2014-10-30 | add some sizes to free() | Ted Unangst |
2014-10-07 | remove preliminary AOE (ata over ethernet) support. not finished after | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-08-01 | When attempting to rebuild a softraid volume, use the actual data offset | Joel Sing |
2014-07-20 | spacing glitches | Theo de Raadt |
2014-07-20 | Support hibernating to softraid crypto volumes. | Mike Larkin |
2014-07-13 | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | essentially mechanical conversion of softraid rebuild from | Bret Lambert |
2014-07-10 | Stop using a shutdown hook for softraid(4) and explicitly shutdown | Martin Pieuchot |
2014-01-22 | Add some debug messages to the rebuild process and fix a bogus comment. | Joel Sing |
2014-01-22 | Add a debug flag for rebuild. | Joel Sing |
2014-01-22 | Make rebuild a discipline specific function pointer. For now, this defaults | Joel Sing |
2014-01-22 | The sr_rebuild function does not actually do the rebuild, it only starts | Joel Sing |
2014-01-22 | Move sr_dump from the RAID5 code into shared code. Rename it to | Joel Sing |
2014-01-22 | Switch metadata saves from the system workq to the system taskq. | Joel Sing |
2014-01-21 | Actually use the correct TAILQ field. | Joel Sing |
2014-01-21 | Allow for variable sized work units. | Joel Sing |
2014-01-21 | Use a TAILQ for tracking work units, rather than an array. This will allow | Joel Sing |
2014-01-21 | Stop bzeroing the work unit when it is initialised. Rather, only initialise | Joel Sing |
2014-01-20 | Convert the softraid work unit workqs to taskqs. | Joel Sing |
2014-01-20 | Replace dedicated swu_fake variable with a work unit flag. | Joel Sing |
2014-01-19 | Assert that a workunit has ccbs if it is being scheduled. Otherwise we | Joel Sing |
2014-01-18 | Move the block get/put routines into the common code, instead of having | Joel Sing |
2014-01-18 | Rename softraid RAIDP to softraid RAID5. | Joel Sing |
2014-01-18 | Remove the RAID 4 discipline from softraid. Anyone sensible would use RAID | Joel Sing |
2014-01-05 | On some architectures you can get away with using an uninitialised mutex; | Joel Sing |
2013-11-19 | Print daddr_t's with %lld, size_t's with %zu, int's with %d and | Kenneth R Westerback |
2013-11-04 | substantial namespace cleanup. Might go a little bit too far, but we | Theo de Raadt |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-07-19 | Don't use uninitialized variable when a simple 0 will do. | Kenneth R Westerback |
2013-07-01 | When an I/O error occurs on a softraid chunk, only take it offline if the | Joel Sing |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-05-21 | Ensure that sc_lock is held when calling sr_meta_native_bootprobe() - the | Joel Sing |
2013-05-21 | sr_raid_startwu() is no longer called from interrupt context, hence does | Joel Sing |
2013-05-21 | Provide a function that handles the scheduling of work units. This | Joel Sing |
2013-05-21 | Make the sr_raid_startwu() function handle deferred work units, instead of | Joel Sing |
2013-05-21 | Fix missing work unit state initialisations. | 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 | Use the discipline name instead of the product string when reporting the | Joel Sing |
2013-03-31 | The return value of sd_free_resources() is never checked and all of the | Joel Sing |
2013-03-31 | Fix compilation with debug. | Joel Sing |
2013-03-31 | Provide default resource allocation and free functions. Convert all | Joel Sing |
2013-03-30 | Provide wrappers for scsi_io_get() and scsi_io_put(), that also include | Joel Sing |