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