| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop passing around constants for metadata size and location. Just |  krw | 2015-08-19 | 1 | -12/+9 |
* | Zap a SLIST in a more obviously correct/safe way. |  krw | 2015-07-29 | 1 | -3/+2 |
* | Tweak a couple of [SLIST|TAILQ]_REMOVE() usages in loops to a more |  krw | 2015-07-28 | 1 | -15/+15 |
* | zap trailing linefeeds from sr_error() and panic() calls |  halex | 2015-07-27 | 1 | -5/+5 |
* | A few more daddr_t fixes. Rename 'phys_off' variables to 'offset' |  krw | 2015-07-21 | 1 | -38/+38 |
* | fix spacing |  mlarkin | 2015-07-20 | 1 | -2/+2 |
* | Stop passing daddr_t parameters for lengths. Use long since that's the type |  krw | 2015-07-19 | 1 | -3/+3 |
* | Change some obviously incorrect usages of daddr_t (a DEV_BSIZE |  krw | 2015-07-19 | 1 | -13/+41 |
* | Stop adding and subtracting data offset. Just keep to chunk relative |  krw | 2015-07-19 | 1 | -2/+2 |
* | Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK() |  krw | 2015-07-19 | 1 | -28/+30 |
* | Nuke annoying whitespace nits to shrink some future diffs. |  krw | 2015-05-29 | 1 | -6/+5 |
* | Signed types are bad array indicies - let it panic instead. |  pelikan | 2015-05-20 | 1 | -2/+3 |
* | Make softraid(4) compile with SR_DEBUG by fixing __kprintf__ specifiers. |  pelikan | 2015-05-11 | 1 | -18/+17 |
* | Directly handle ioctls issued to a SCSI device associated with a softraid |  jsing | 2015-04-11 | 1 | -48/+75 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -3/+1 |
* | we want to defer work traditionally (in openbsd) handled in an |  dlg | 2015-02-09 | 1 | -2/+2 |
* | remove the second void * argument on tasks. |  dlg | 2015-01-27 | 1 | -13/+14 |
* | bcopy to memcpy. ok deraadt millert |  tedu | 2014-12-19 | 1 | -33/+33 |
* | only need lock.h here, not all of uvm_extern.h |  tedu | 2014-12-16 | 1 | -3/+2 |
* | primary change: move uvm_vnode out of vnode, keeping only a pointer. |  tedu | 2014-12-16 | 1 | -1/+3 |
* | move arc4random prototype to systm.h. more appropriate for most code |  tedu | 2014-11-18 | 1 | -2/+1 |
* | muliply to get correct size for free. reported by kspillner |  tedu | 2014-10-30 | 1 | -2/+2 |
* | add some sizes to free() |  tedu | 2014-10-30 | 1 | -17/+11 |
* | remove preliminary AOE (ata over ethernet) support. not finished after |  tedu | 2014-10-07 | 1 | -16/+1 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. |  doug | 2014-09-13 | 1 | -12/+11 |
* | When attempting to rebuild a softraid volume, use the actual data offset |  jsing | 2014-08-01 | 1 | -2/+2 |
* | spacing glitches |  deraadt | 2014-07-20 | 1 | -5/+4 |
* | Support hibernating to softraid crypto volumes. |  mlarkin | 2014-07-20 | 1 | -1/+163 |
* | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian |  deraadt | 2014-07-13 | 1 | -6/+7 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -38/+38 |
* | essentially mechanical conversion of softraid rebuild from |  blambert | 2014-07-12 | 1 | -1/+3 |
* | Stop using a shutdown hook for softraid(4) and explicitly shutdown |  mpi | 2014-07-10 | 1 | -16/+12 |
* | Add some debug messages to the rebuild process and fix a bogus comment. |  jsing | 2014-01-22 | 1 | -3/+16 |
* | Add a debug flag for rebuild. |  jsing | 2014-01-22 | 1 | -1/+2 |
* | Make rebuild a discipline specific function pointer. For now, this defaults |  jsing | 2014-01-22 | 1 | -5/+14 |
* | The sr_rebuild function does not actually do the rebuild, it only starts |  jsing | 2014-01-22 | 1 | -5/+5 |
* | Move sr_dump from the RAID5 code into shared code. Rename it to |  jsing | 2014-01-22 | 1 | -1/+21 |
* | Switch metadata saves from the system workq to the system taskq. |  jsing | 2014-01-22 | 1 | -3/+4 |
* | Actually use the correct TAILQ field. |  jsing | 2014-01-21 | 1 | -2/+2 |
* | Allow for variable sized work units. |  jsing | 2014-01-21 | 1 | -5/+4 |
* | Use a TAILQ for tracking work units, rather than an array. This will allow |  jsing | 2014-01-21 | 1 | -15/+10 |
* | Stop bzeroing the work unit when it is initialised. Rather, only initialise |  jsing | 2014-01-21 | 1 | -5/+9 |
* | Convert the softraid work unit workqs to taskqs. |  jsing | 2014-01-20 | 1 | -8/+9 |
* | Replace dedicated swu_fake variable with a work unit flag. |  jsing | 2014-01-20 | 1 | -3/+3 |
* | Assert that a workunit has ccbs if it is being scheduled. Otherwise we |  jsing | 2014-01-19 | 1 | -1/+3 |
* | Move the block get/put routines into the common code, instead of having |  jsing | 2014-01-18 | 1 | -1/+13 |
* | Rename softraid RAIDP to softraid RAID5. |  jsing | 2014-01-18 | 1 | -2/+2 |
* | Remove the RAID 4 discipline from softraid. Anyone sensible would use RAID |  jsing | 2014-01-18 | 1 | -4/+1 |
* | On some architectures you can get away with using an uninitialised mutex; |  jsing | 2014-01-05 | 1 | -2/+2 |