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
*
Correct free size. Fixes a panic when detaching crypto volumes.
tim
2019-05-18
1
-2
/
+3
*
Fix free(9) sizes in softraid(4)
jan
2019-05-15
1
-26
/
+28
*
Remove proc from the parameters of vn_lock(). The parameter is
visa
2018-05-02
1
-3
/
+2
*
sr_quiesce() is a new approach for ensuring that softraid drains
deraadt
2018-02-08
1
-1
/
+19
*
Use duid_format() instead of rolling one locally.
krw
2018-02-07
1
-13
/
+5
*
Two width specifiers changed from %02 to %0 in previous. Change them back.
tb
2017-12-21
1
-2
/
+2
*
Do not use %hx for chars, ok kettenis
deraadt
2017-12-21
1
-3
/
+3
*
Add a sanity check on the number of chunks being
krw
2017-12-20
1
-1
/
+8
*
Don't bother using DETACH_FORCE for the softraid luns at reboot
deraadt
2017-12-14
1
-10
/
+11
*
In the case that we want to force a new RAID assembly and the metadata
patrick
2017-09-06
1
-2
/
+2
*
Report the rebuild state properly, so that in the case of a rebuild
patrick
2017-08-30
1
-1
/
+6
*
tweak malloc(9) flags: since that M_NOWAIT might return NULL hence it
gsoares
2017-07-24
1
-6
/
+6
*
Upon failure, only return zero from the softraid ioctl handler when there
jsing
2017-06-12
1
-2
/
+5
*
Provide sufficient info in error messages to identify
krw
2017-06-06
1
-5
/
+5
*
Avoid some false positives with cppcheck. No binary change.
bluhm
2017-04-14
1
-2
/
+3
*
If the sub-device of a softraid lacks a side-effect io function, return
deraadt
2017-03-27
1
-1
/
+3
*
Restore behavior from before r1.376: only set bv_percent if a rebuild is
tb
2017-03-19
1
-2
/
+3
*
Plug potential leak of device list.
krw
2016-07-20
1
-2
/
+6
*
Provide a function for calculting the rebuild percentage, rather than
jsing
2016-05-31
1
-25
/
+19
*
Panic when attempting to execute a scsi command with no discipline
krw
2016-04-29
1
-6
/
+4
*
Display correct value in error message.
krw
2016-04-26
1
-2
/
+2
*
Do NOT attempt a rebuild using a hot spare with a sector size
krw
2016-04-26
1
-2
/
+8
*
Restore intro comment to sr_hotspare_rebuild(), which was erroneously
krw
2016-04-26
1
-1
/
+5
*
Use consistent intro comment when searching for the first offline
krw
2016-04-19
1
-5
/
+2
*
Use variable 'cid' in for(;;) rather than 'i' with an assignment
krw
2016-04-19
1
-6
/
+4
*
Change a variable name (chunk_no -> cid) to make a couple of code
krw
2016-04-19
1
-5
/
+5
*
No need to rescan chunks in each discipline to find appropriate
krw
2016-04-12
1
-2
/
+7
*
Enable creation of softraid volumes using disks with non-512 byte
krw
2016-04-04
1
-33
/
+27
*
Avoid using uninitialized variables in two corner cases. In one
krw
2016-02-14
1
-4
/
+7
*
Remove NULL-checks before free().
mmcc
2015-12-29
1
-28
/
+15
*
Stop passing around constants for metadata size and location. Just
krw
2015-08-19
1
-12
/
+9
*
Zap a SLIST in a more obviously correct/safe way.
krw
2015-07-29
1
-3
/
+2
*
Tweak a couple of [SLIST|TAILQ]_REMOVE() usages in loops to a more
krw
2015-07-28
1
-15
/
+15
*
zap trailing linefeeds from sr_error() and panic() calls
halex
2015-07-27
1
-5
/
+5
*
A few more daddr_t fixes. Rename 'phys_off' variables to 'offset'
krw
2015-07-21
1
-38
/
+38
*
fix spacing
mlarkin
2015-07-20
1
-2
/
+2
*
Stop passing daddr_t parameters for lengths. Use long since that's the type
krw
2015-07-19
1
-3
/
+3
*
Change some obviously incorrect usages of daddr_t (a DEV_BSIZE
krw
2015-07-19
1
-13
/
+41
*
Stop adding and subtracting data offset. Just keep to chunk relative
krw
2015-07-19
1
-2
/
+2
*
Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK()
krw
2015-07-19
1
-28
/
+30
*
Nuke annoying whitespace nits to shrink some future diffs.
krw
2015-05-29
1
-6
/
+5
*
Signed types are bad array indicies - let it panic instead.
pelikan
2015-05-20
1
-2
/
+3
*
Make softraid(4) compile with SR_DEBUG by fixing __kprintf__ specifiers.
pelikan
2015-05-11
1
-18
/
+17
*
Directly handle ioctls issued to a SCSI device associated with a softraid
jsing
2015-04-11
1
-48
/
+75
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-3
/
+1
*
we want to defer work traditionally (in openbsd) handled in an
dlg
2015-02-09
1
-2
/
+2
*
remove the second void * argument on tasks.
dlg
2015-01-27
1
-13
/
+14
*
bcopy to memcpy. ok deraadt millert
tedu
2014-12-19
1
-33
/
+33
*
only need lock.h here, not all of uvm_extern.h
tedu
2014-12-16
1
-3
/
+2
*
primary change: move uvm_vnode out of vnode, keeping only a pointer.
tedu
2014-12-16
1
-1
/
+3
[next]