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_raid1.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
No need to rescan chunks in each discipline to find appropriate
krw
2016-04-12
1
-10
/
+1
*
Enable creation of softraid volumes using disks with non-512 byte
krw
2016-04-04
1
-1
/
+10
*
A few more daddr_t fixes. Rename 'phys_off' variables to 'offset'
krw
2015-07-21
1
-5
/
+5
*
Remove unneeded #include <disklabel.h>.
krw
2015-07-19
1
-2
/
+1
*
Stop adding and subtracting data offset. Just keep to chunk relative
krw
2015-07-19
1
-4
/
+1
*
remove #include <sys/workq.h>. it wont exist anymore soon.
dlg
2015-01-27
1
-2
/
+1
*
move arc4random prototype to systm.h. more appropriate for most code
tedu
2014-11-18
1
-2
/
+1
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
essentially mechanical conversion of softraid rebuild from
blambert
2014-07-12
1
-2
/
+2
*
Switch metadata saves from the system workq to the system taskq.
jsing
2014-01-22
1
-2
/
+4
*
Order the volume state transitions by state value.
jsing
2014-01-21
1
-10
/
+10
*
Sprinkle (long long) casts where %lld is being used to print daddr_t
krw
2013-11-01
1
-3
/
+3
*
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
deraadt
2013-06-11
1
-2
/
+2
*
Provide a function that handles the scheduling of work units. This
jsing
2013-05-21
1
-22
/
+4
*
Use a state to indicate that a work unit should only be constructed and not
jsing
2013-05-21
1
-3
/
+3
*
Convert RAID1 to the new work unit completion functions and generic
jsing
2013-04-21
1
-71
/
+26
*
Use consistent error handling when validating the number of chunks
jsing
2013-03-31
1
-3
/
+3
*
More runtime value initialisation functions.
jsing
2013-03-31
1
-4
/
+8
*
Provide default resource allocation and free functions. Convert all
jsing
2013-03-31
1
-38
/
+1
*
Properly release ccbs when restarting a work unit.
jsing
2013-03-29
1
-3
/
+2
*
Decouple wakeups on work unit completion from the type of I/O being
jsing
2013-03-29
1
-9
/
+6
*
sd_wu_pending is only decremented when scsi_done() or scsi_io_put() are
jsing
2013-03-29
1
-4
/
+1
*
Rewrite the work unit handling code in the RAID 1/4/5/6 interrupt handlers.
jsing
2013-03-27
1
-69
/
+52
*
Factor out the code that is used to recreate work units - one copy of the
jsing
2013-03-25
1
-24
/
+2
*
sr_alloc_resources() and sr_free_resources() can never be called without
jsing
2013-03-02
1
-7
/
+1
*
Convert RAID1 to new ccb functions.
jsing
2013-01-18
1
-69
/
+8
*
Restructure the RAID1 I/O path so that we only get a ccb once we are
jsing
2013-01-17
1
-49
/
+48
*
Consistently call sr_scsi_done instead of scsi_done.
jsing
2013-01-16
1
-3
/
+3
*
Add a new capability flag to identify disciplines where read failures are
jsing
2013-01-16
1
-2
/
+2
*
Set resid to zero if the scsi transfer completed without error.
jsing
2013-01-16
1
-2
/
+1
*
Factor out code used to release ccbs from a workunit.
jsing
2013-01-16
1
-9
/
+2
*
Always initialise the discipline name, not just when we are doing a create.
jsing
2013-01-15
1
-3
/
+2
*
Keep a function pointer to the per-discipline I/O interrupt handler in the
jsing
2013-01-15
1
-1
/
+2
*
Provide a mechanism for the kernel to pass data through to the discipline
jsing
2012-10-08
1
-3
/
+3
*
Convert softraid(4) to new bio(4) status interface. This allows bioctl(8)
jsing
2012-01-22
1
-2
/
+4
*
Provide default set chunk state and set volume state functions which
jsing
2011-12-26
1
-1
/
+3
*
Initialise discipline function pointers with defaults and only override
jsing
2011-12-25
1
-11
/
+4
*
Move chunk state debugging code to a more useful location.
jsing
2011-12-25
1
-7
/
+8
*
Iopoolification. Testing by marco@.
krw
2011-04-05
1
-5
/
+1
*
Move raid1 and crypto io to a workq. This is to avoid a potential VOP_
marco
2010-11-06
1
-1
/
+8
*
Determine the data offset using a variable specified within the softraid
jsing
2010-07-02
1
-2
/
+2
*
make sure that buf's on the stack set the b_bq to NULL.
thib
2010-07-01
1
-1
/
+2
*
Add storage for the boot block and boot loader to the softraid metadata.
jsing
2010-03-26
1
-2
/
+2
*
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
krw
2010-01-09
1
-3
/
+1
*
Factor out discipline specific create/assemble code.
jsing
2009-12-15
1
-2
/
+33
*
Define discipline capabilities using a set of flags.
jsing
2009-12-07
1
-2
/
+3
*
Switch softraid to vnodes to prevent bad things from happening when using
marco
2009-08-09
1
-27
/
+31
*
Clean up debug droppings in sr_raid1_set_vol_state().
jsing
2009-07-12
1
-5
/
+9
*
Enable hotspare rebuilds for softraid RAID1.
jsing
2009-07-12
1
-1
/
+5
*
Abort the current rebuild if the rebuild chunk disappears. Whilst here also
jsing
2009-06-24
1
-1
/
+4
[next]