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