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
*
Switch softraid to vnodes to prevent bad things from happening when using
marco
2009-08-09
1
-60
/
+122
*
Factor out code for checking if a chunk is already in use.
jsing
2009-07-31
1
-37
/
+44
*
Adding disabled framework for RAID6
jordan
2009-07-23
1
-1
/
+22
*
Assert copyright.
jsing
2009-07-12
1
-2
/
+3
*
Fix rebuild percentage so that it ranges from 0-99% rather than 1-100%.
jsing
2009-07-12
1
-4
/
+14
*
Add support for global hotspares to softraid.
jsing
2009-07-12
1
-10
/
+413
*
If devices have roamed, complain once then update the metadata, just like
jsing
2009-07-12
1
-3
/
+43
*
Ensure that we hold the appropriate lock before calling
jsing
2009-07-11
1
-1
/
+4
*
Be sure we don't hit a NULL deref. Pointed out by
mglocker
2009-07-09
1
-2
/
+2
*
Overhaul sr_boot_assembly(). The original code had a number of problems,
jsing
2009-06-26
1
-46
/
+148
*
Reset the rebuild counter when initiating a rebuild.
jsing
2009-06-24
1
-1
/
+4
*
Abort the current rebuild if the rebuild chunk disappears. Whilst here also
jsing
2009-06-24
1
-3
/
+4
*
Make sure that the metadata level matches the requested assembly level when
jsing
2009-06-23
1
-2
/
+9
*
Fix some more whitespace issues.
jsing
2009-06-23
1
-10
/
+10
*
Either jordan or jsing left some debug prints behind. tsk tsk.
marco
2009-06-19
1
-3
/
+1
*
Check the set state status rather than always assuming a rebuild has been
jsing
2009-06-18
1
-11
/
+45
*
Fix some typos and whitespace issues.
jsing
2009-06-18
1
-6
/
+6
*
Enabled EXPERIMENTAL RAID4/5 discipline
jordan
2009-06-17
1
-3
/
+1
*
Make openings variable instead of maxwu; needed for more exotic raid sets.
marco
2009-06-17
1
-2
/
+5
*
Force Raid0/4/5 volume size to multiple of stripe size
jordan
2009-06-17
1
-4
/
+6
*
KNF and wrap at 80 columns.
jsing
2009-06-12
1
-5
/
+7
*
Allow chunks marked as offline to be used for rebuild (ie. once disk has
jsing
2009-06-12
1
-2
/
+4
*
Create a hotplug callback mechanism.
marco
2009-06-11
1
-17
/
+72
*
Typo
marco
2009-06-10
1
-2
/
+2
*
Add framework for raid 4 & 5 so that we can work in tree.
marco
2009-06-10
1
-1
/
+29
*
Slay the running out of wu during rebuild dragon and some cleanup
marco
2009-06-03
1
-23
/
+55
*
whitespace. "Sure" marco@
ckuethe
2009-06-03
1
-4
/
+4
*
Oops need to kill the XXX comment that we are not enabling softraid rebuild
marco
2009-06-03
1
-4
/
+1
*
Start using the shiny new function pointer to determine if we have disk
marco
2009-06-03
1
-1
/
+20
*
Make sure we don't stomp on a RAID partition that is already in use.
marco
2009-06-03
1
-93
/
+108
*
Abuse bio layer a little less by marking fake buffers with B_PHYS.
marco
2009-06-02
1
-4
/
+4
*
space
marco
2009-06-02
1
-2
/
+1
*
Make rebuilds restartable over reboots.
marco
2009-06-02
1
-9
/
+46
*
Fix some minor format string problems found in a maze of false positives
deraadt
2009-06-02
1
-2
/
+2
*
Add an identifier that tells us if we can rebuild this discipline.
marco
2009-06-02
1
-5
/
+9
*
First bits for rebuild. Disabled for now.
marco
2009-06-02
1
-34
/
+250
*
Bring up raid sets that have missing memebers.
marco
2009-05-30
1
-30
/
+46
*
When probing for softraid chunks, ensure that a chunk has a valid metadata
jsing
2009-05-11
1
-2
/
+9
*
Move the discipline initialisation code into discipline specific functions,
jsing
2009-05-11
1
-98
/
+8
*
Use NO_CCB when we run out of work units. This way we don't have to care
marco
2009-04-29
1
-2
/
+2
*
Move discipline pointer init into its own function
marco
2009-04-28
1
-114
/
+130
*
Part one of partial bringup volumes. Plenty of rope to kill your data
marco
2009-04-28
1
-31
/
+86
*
KNF, typo and an uninteresting if(&=) instead of if(&) bug in debug code
marco
2009-04-26
1
-6
/
+7
*
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
miod
2009-02-16
1
-3
/
+3
*
This creates the notion of a non-disk softraid device. The aoe target
marco
2008-12-24
1
-92
/
+110
*
Add generic sr_scsi_done function that does the spl dance
marco
2008-11-25
1
-4
/
+14
*
Halt scanning by returning proper sense for illegal LUN.
marco
2008-11-25
1
-1
/
+14
*
softraid support for ata over ethernet (aoe). this includes a client and
tedu
2008-11-23
1
-1
/
+66
*
missing newline in printf; Thomas Pfaff
deraadt
2008-11-23
1
-2
/
+2
*
Fix various printf constructs either missing arguments or format specifiers.
miod
2008-10-11
1
-7
/
+7
[next]