index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
softraid.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
create separate function to validate metadata.
marco
2007-05-24
1
-89
/
+136
*
Remove all vnode dependencies so that we can bootstrap softraid volumes.
marco
2007-05-23
1
-188
/
+94
*
Add initial bits for assembly at boot time.
marco
2007-05-12
1
-2
/
+106
*
Assemble disk from user supplied metadata.
marco
2007-05-08
1
-76
/
+254
*
Make meta_read use the metadata memory that is provided in the discipline.
marco
2007-05-02
1
-13
/
+8
*
Add a function to free all discipline members and the discipline itself.
marco
2007-05-02
1
-12
/
+24
*
Refactor metadata code; this is the first step to be able to bringup
marco
2007-05-01
1
-160
/
+247
*
';;' doesnt work on older gcc..
todd
2007-04-30
1
-2
/
+2
*
Add initial test for existing metadata on chunks.
marco
2007-04-23
1
-4
/
+72
*
Add interesting runtime stats.
marco
2007-04-23
1
-1
/
+47
*
Keep track of coerced chunk sizes.
marco
2007-04-23
1
-6
/
+6
*
Calculate metadata checksums.
marco
2007-04-22
1
-4
/
+27
*
Add more debug output for metadata.
marco
2007-04-22
1
-7
/
+33
*
Don't use SBLOCK_UFS1. Don't call it SKIP either.
marco
2007-04-22
1
-4
/
+4
*
Skip past SBLOCK_UFS1 to make sure that metadata does not destroy anything
marco
2007-04-22
1
-7
/
+8
*
Make sure we don't write too much metadata.
marco
2007-04-21
1
-4
/
+11
*
Remove big endian in metadata; prompted by deraadt.
marco
2007-04-21
1
-6
/
+1
*
Account for mbr and partition table when writing meta data.
marco
2007-04-21
1
-4
/
+5
*
Add volumes to sensors.
marco
2007-04-21
1
-2
/
+82
*
Save volume and chunk metadata as well.
marco
2007-04-19
1
-4
/
+40
*
Add initial metadata write function and hook it up.
marco
2007-04-19
1
-5
/
+129
*
Silly tedu, partitions are measured in blocks not in bytes.
marco
2007-04-19
1
-2
/
+2
*
Whenever there are mutliple outstanding IOs a chunk can transtion multiple
marco
2007-04-17
1
-1
/
+6
*
Shuffle ccb contents and clean up a loop
marco
2007-04-17
1
-19
/
+21
*
shave some blocks off each chunk to make sure disklabel doesn't get eaten
tedu
2007-04-14
1
-4
/
+6
*
Add degraded raid 1 io path code
marco
2007-04-14
1
-29
/
+69
*
Add failure statistics per workunit.
marco
2007-04-12
1
-31
/
+28
*
Remove stale comment.
marco
2007-04-11
1
-2
/
+2
*
Fix thinko where vol was used instead of i (scsibus).
marco
2007-04-11
1
-3
/
+3
*
Add infrastructure to run with multiple openings.
marco
2007-04-11
1
-15
/
+105
*
Move offline state up in priority over degraded.
marco
2007-03-31
1
-11
/
+13
*
Fix bio disk lookup and make it more paranoia with provided parameters.
marco
2007-03-31
1
-7
/
+9
*
Spacing and a stale comment.
marco
2007-03-31
1
-3
/
+1
*
Make volume state transitions work
marco
2007-03-30
1
-12
/
+55
*
Calculate proper offset in partition table.
marco
2007-03-30
1
-5
/
+6
*
First stab at state transition code for volumes and chunks.
marco
2007-03-27
1
-20
/
+244
*
typos in comments
tedu
2007-03-26
1
-3
/
+3
*
fix the vnode locking
tedu
2007-03-24
1
-8
/
+12
*
Hook up sd ioctl.
marco
2007-03-20
1
-2
/
+2
*
Fake out target id for bioc_disk.
marco
2007-03-20
1
-1
/
+2
*
the autoconf glue funcs (match/attach/etc) are only used inside softraid.c,
dlg
2007-03-19
1
-18
/
+20
*
Fix keyword expansion.
mk
2007-03-19
1
-1
/
+1
*
attach softraid to the root of the device tree in a machine independant
dlg
2007-03-19
1
-6
/
+0
*
Add a new device that provides a framework for IO manipulation. A very basic
marco
2007-03-19
1
-0
/
+1307
[prev]