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
2017-09-06
In the case that we want to force a new RAID assembly and the metadata
Patrick Wildt
2017-08-30
Report the rebuild state properly, so that in the case of a rebuild
Patrick Wildt
2017-07-24
tweak malloc(9) flags: since that M_NOWAIT might return NULL hence it
Gleydson Soares
2017-06-12
Upon failure, only return zero from the softraid ioctl handler when there
Joel Sing
2017-06-06
Provide sufficient info in error messages to identify
Kenneth R Westerback
2017-04-14
Avoid some false positives with cppcheck. No binary change.
Alexander Bluhm
2017-03-27
If the sub-device of a softraid lacks a side-effect io function, return
Theo de Raadt
2017-03-19
Restore behavior from before r1.376: only set bv_percent if a rebuild is
Theo Buehler
2016-07-20
Plug potential leak of device list.
Kenneth R Westerback
2016-05-31
Provide a function for calculting the rebuild percentage, rather than
Joel Sing
2016-04-29
Panic when attempting to execute a scsi command with no discipline
Kenneth R Westerback
2016-04-26
Display correct value in error message.
Kenneth R Westerback
2016-04-26
Do NOT attempt a rebuild using a hot spare with a sector size
Kenneth R Westerback
2016-04-26
Restore intro comment to sr_hotspare_rebuild(), which was erroneously
Kenneth R Westerback
2016-04-19
Use consistent intro comment when searching for the first offline
Kenneth R Westerback
2016-04-19
Use variable 'cid' in for(;;) rather than 'i' with an assignment
Kenneth R Westerback
2016-04-19
Change a variable name (chunk_no -> cid) to make a couple of code
Kenneth R Westerback
2016-04-12
No need to rescan chunks in each discipline to find appropriate
Kenneth R Westerback
2016-04-04
Enable creation of softraid volumes using disks with non-512 byte
Kenneth R Westerback
2016-02-14
Avoid using uninitialized variables in two corner cases. In one
Kenneth R Westerback
2015-12-29
Remove NULL-checks before free().
mmcc
2015-08-19
Stop passing around constants for metadata size and location. Just
Kenneth R Westerback
2015-07-29
Zap a SLIST in a more obviously correct/safe way.
Kenneth R Westerback
2015-07-28
Tweak a couple of [SLIST|TAILQ]_REMOVE() usages in loops to a more
Kenneth R Westerback
2015-07-27
zap trailing linefeeds from sr_error() and panic() calls
Alexander Hall
2015-07-21
A few more daddr_t fixes. Rename 'phys_off' variables to 'offset'
Kenneth R Westerback
2015-07-20
fix spacing
Mike Larkin
2015-07-19
Stop passing daddr_t parameters for lengths. Use long since that's the type
Kenneth R Westerback
2015-07-19
Change some obviously incorrect usages of daddr_t (a DEV_BSIZE
Kenneth R Westerback
2015-07-19
Stop adding and subtracting data offset. Just keep to chunk relative
Kenneth R Westerback
2015-07-19
Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK()
Kenneth R Westerback
2015-05-29
Nuke annoying whitespace nits to shrink some future diffs.
Kenneth R Westerback
2015-05-20
Signed types are bad array indicies - let it panic instead.
Martin Pelikan
2015-05-11
Make softraid(4) compile with SR_DEBUG by fixing __kprintf__ specifiers.
Martin Pelikan
2015-04-11
Directly handle ioctls issued to a SCSI device associated with a softraid
Joel Sing
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-02-09
we want to defer work traditionally (in openbsd) handled in an
David Gwynne
2015-01-27
remove the second void * argument on tasks.
David Gwynne
2014-12-19
bcopy to memcpy. ok deraadt millert
Ted Unangst
2014-12-16
only need lock.h here, not all of uvm_extern.h
Ted Unangst
2014-12-16
primary change: move uvm_vnode out of vnode, keeping only a pointer.
Ted Unangst
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-10-30
muliply to get correct size for free. reported by kspillner
Ted Unangst
2014-10-30
add some sizes to free()
Ted Unangst
2014-10-07
remove preliminary AOE (ata over ethernet) support. not finished after
Ted Unangst
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-09-13
Replace all queue *_END macro calls except CIRCLEQ_END with NULL.
Doug Hogan
2014-08-01
When attempting to rebuild a softraid volume, use the actual data offset
Joel Sing
2014-07-20
spacing glitches
Theo de Raadt
2014-07-20
Support hibernating to softraid crypto volumes.
Mike Larkin
[next]