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_concat.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce minimum allowed number of chunks in a CONCAT volume from 2 to
krw
2020-04-25
1
-4
/
+4
*
Restore calculation of volume size. Accidentally removed in
krw
2017-04-28
1
-1
/
+9
*
No need to rescan chunks in each discipline to find appropriate
krw
2016-04-12
1
-14
/
+1
*
Enable creation of softraid volumes using disks with non-512 byte
krw
2016-04-04
1
-2
/
+8
*
A few more daddr_t fixes. Rename 'phys_off' variables to 'offset'
krw
2015-07-21
1
-14
/
+14
*
Stop adding and subtracting data offset. Just keep to chunk relative
krw
2015-07-19
1
-2
/
+1
*
Stray missing (long long) on a daddr_t variable being printed.
krw
2013-11-22
1
-2
/
+2
*
Don't cast int64_t variables to (long long) when using %lld.
krw
2013-11-21
1
-4
/
+2
*
Change a bunch of daddr_t variables that don't (obviously) contain
krw
2013-11-21
1
-4
/
+5
*
Sprinkle (long long) casts where %lld is being used to print daddr_t
krw
2013-11-01
1
-2
/
+4
*
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
deraadt
2013-06-11
1
-4
/
+4
*
Provide a function that handles the scheduling of work units. This
jsing
2013-05-21
1
-7
/
+3
*
Use consistent error handling when validating the number of chunks
jsing
2013-03-31
1
-2
/
+3
*
More runtime value initialisation functions.
jsing
2013-03-31
1
-4
/
+10
*
Provide default resource allocation and free functions. Convert all
jsing
2013-03-31
1
-38
/
+1
*
Provide a default discipline interrupt handling function and migrate all of
jsing
2013-03-30
1
-23
/
+1
*
sr_alloc_resources() and sr_free_resources() can never be called without
jsing
2013-03-02
1
-8
/
+1
*
Unbreak softraid compilation with debug enabled.
jsing
2013-03-02
1
-2
/
+2
*
Convert softraid concat to new workunit completion functions.
jsing
2013-01-18
1
-41
/
+13
*
Clean up and rework workunit completion for concat. Ensure that we remove
jsing
2013-01-18
1
-31
/
+21
*
Convert softraid concat to the new ccb functions.
jsing
2013-01-17
1
-63
/
+8
*
Set resid to zero if the scsi transfer completed without error.
jsing
2013-01-16
1
-2
/
+1
*
Always initialise the discipline name, not just when we are doing a create.
jsing
2013-01-15
1
-4
/
+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
*
Implement a concatenating discipline for softraid.
jsing
2011-12-31
1
-0
/
+329