index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
softraid.c
Age
Commit message (
Expand
)
Author
2009-06-24
Reset the rebuild counter when initiating a rebuild.
Joel Sing
2009-06-24
Abort the current rebuild if the rebuild chunk disappears. Whilst here also
Joel Sing
2009-06-23
Make sure that the metadata level matches the requested assembly level when
Joel Sing
2009-06-23
Fix some more whitespace issues.
Joel Sing
2009-06-19
Either jordan or jsing left some debug prints behind. tsk tsk.
Marco Peereboom
2009-06-18
Check the set state status rather than always assuming a rebuild has been
Joel Sing
2009-06-18
Fix some typos and whitespace issues.
Joel Sing
2009-06-17
Enabled EXPERIMENTAL RAID4/5 discipline
Jordan Hargrave
2009-06-17
Make openings variable instead of maxwu; needed for more exotic raid sets.
Marco Peereboom
2009-06-17
Force Raid0/4/5 volume size to multiple of stripe size
Jordan Hargrave
2009-06-12
KNF and wrap at 80 columns.
Joel Sing
2009-06-12
Allow chunks marked as offline to be used for rebuild (ie. once disk has
Joel Sing
2009-06-11
Create a hotplug callback mechanism.
Marco Peereboom
2009-06-10
Typo
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-03
whitespace. "Sure" marco@
Chris Kuethe
2009-06-03
Oops need to kill the XXX comment that we are not enabling softraid rebuild
Marco Peereboom
2009-06-03
Start using the shiny new function pointer to determine if we have disk
Marco Peereboom
2009-06-03
Make sure we don't stomp on a RAID partition that is already in use.
Marco Peereboom
2009-06-02
Abuse bio layer a little less by marking fake buffers with B_PHYS.
Marco Peereboom
2009-06-02
space
Marco Peereboom
2009-06-02
Make rebuilds restartable over reboots.
Marco Peereboom
2009-06-02
Fix some minor format string problems found in a maze of false positives
Theo de Raadt
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-30
Bring up raid sets that have missing memebers.
Marco Peereboom
2009-05-11
When probing for softraid chunks, ensure that a chunk has a valid metadata
Joel Sing
2009-05-11
Move the discipline initialisation code into discipline specific functions,
Joel Sing
2009-04-29
Use NO_CCB when we run out of work units. This way we don't have to care
Marco Peereboom
2009-04-28
Move discipline pointer init into its own function
Marco Peereboom
2009-04-28
Part one of partial bringup volumes. Plenty of rope to kill your data
Marco Peereboom
2009-04-26
KNF, typo and an uninteresting if(&=) instead of if(&) bug in debug code
Marco Peereboom
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2008-12-24
This creates the notion of a non-disk softraid device. The aoe target
Marco Peereboom
2008-11-25
Add generic sr_scsi_done function that does the spl dance
Marco Peereboom
2008-11-25
Halt scanning by returning proper sense for illegal LUN.
Marco Peereboom
2008-11-23
softraid support for ata over ethernet (aoe). this includes a client and
Ted Unangst
2008-11-23
missing newline in printf; Thomas Pfaff
Theo de Raadt
2008-10-11
Fix various printf constructs either missing arguments or format specifiers.
Miod Vallat
2008-09-22
Make sure some possibly uninitialized local variables are assigned correct
Miod Vallat
2008-07-21
Add curproc to ioctl call.
Marco Peereboom
2008-07-20
fill in variant and version components of the UUID
Damien Miller
2008-07-19
Full rewrite of metadata handling. This fixes power failures and crashes
Marco Peereboom
2008-06-25
use pools for the uio and iovec allocations in sr_crypto_getcryptop()
Thordur I. Bjornsson
2008-06-14
Provide a status field for operations on the bc_opaque data. Now we're
Hans-Joerg Hoexer
2008-06-14
Update bioctl(8) and softraid(4) to recent changes and enable softraid
Hans-Joerg Hoexer
2008-06-13
When assembling an already initialized crytpo softraid, correctly copy in
Hans-Joerg Hoexer
2008-06-12
make sure to check that a crypto volume is not yet assembled when
Hans-Joerg Hoexer
2008-06-12
Clead discipline pointer after delete. Found by hshoexer
Marco Peereboom
[next]