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_raid0.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-25
Add missing %s in sr_error, otherwise 'sd->sd_name' is not printed.
tobhe
1
-2
/
+2
2016-04-12
No need to rescan chunks in each discipline to find appropriate
krw
1
-11
/
+1
2016-04-04
Enable creation of softraid volumes using disks with non-512 byte
krw
1
-1
/
+11
2015-07-21
A few more daddr_t fixes. Rename 'phys_off' variables to 'offset'
krw
1
-15
/
+15
2015-07-19
Remove unneeded #include <disklabel.h>.
krw
1
-2
/
+1
2015-07-19
Stop adding and subtracting data offset. Just keep to chunk relative
krw
1
-3
/
+2
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
tedu
1
-2
/
+1
2014-09-14
remove uneeded proc.h includes
jsg
1
-2
/
+1
2013-11-21
Don't cast int64_t variables to (long long) when using %lld.
krw
1
-5
/
+3
2013-11-21
Change a bunch of daddr_t variables that don't (obviously) contain
krw
1
-4
/
+6
2013-11-05
Fix RAID levels 0, 4, 5, and 6 with partitions larger than 2TB.
reyk
1
-2
/
+3
2013-11-01
Sprinkle (long long) casts where %lld is being used to print daddr_t
krw
1
-4
/
+6
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
-9
/
+3
2013-03-31
Use consistent error handling when validating the number of chunks
jsing
1
-2
/
+3
2013-03-31
Provide default resource allocation and free functions. Convert all
jsing
1
-38
/
+1
2013-03-31
Pull the initialisation of runtime values out into a separate init
jsing
1
-12
/
+15
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
-7
/
+1
2013-03-02
Unbreak softraid compilation with debug enabled.
jsing
1
-2
/
+2
2013-01-18
Convert softraid RAID 0 to new workunit completion functions
jsing
1
-41
/
+7
2013-01-18
Clean up and rework workunit completion for RAID 0. Ensure that we remove
jsing
1
-31
/
+21
2013-01-17
Convert softraid RAID 0 to the new ccb functions.
jsing
1
-63
/
+15
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
-2
/
+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
-3
/
+4
2011-12-26
Provide default set chunk state and set volume state functions which
jsing
1
-111
/
+1
2011-12-25
Initialise discipline function pointers with defaults and only override
jsing
1
-11
/
+4
2011-04-05
Iopoolification. Testing by marco@.
krw
1
-4
/
+1
2010-07-02
Determine the data offset using a variable specified within the softraid
jsing
1
-2
/
+3
2010-07-01
make sure that buf's on the stack set the b_bq to NULL.
thib
1
-1
/
+2
2010-03-26
Add storage for the boot block and boot loader to the softraid metadata.
jsing
1
-3
/
+2
2010-01-09
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
krw
1
-3
/
+1
2009-12-15
Factor out discipline specific create/assemble code.
jsing
1
-4
/
+43
2009-12-07
Define discipline capabilities using a set of flags.
jsing
1
-1
/
+2
2009-08-09
Switch softraid to vnodes to prevent bad things from happening when using
marco
1
-2
/
+4
2009-06-02
Abuse bio layer a little less by marking fake buffers with B_PHYS.
marco
1
-2
/
+2
2009-06-02
marco needs to learn how to do his range checks better, found by Parfait
deraadt
1
-2
/
+2
2009-05-11
Move the discipline initialisation code into discipline specific functions,
jsing
1
-2
/
+36
2009-04-28
Part one of partial bringup volumes. Plenty of rope to kill your data
marco
1
-2
/
+2
2008-11-25
Add generic sr_scsi_done function that does the spl dance
marco
1
-3
/
+3
2008-10-04
Remove bogus code from the error path in sr_raid0_rw(); ok marco@
miod
1
-2
/
+1
2008-07-19
Full rewrite of metadata handling. This fixes power failures and crashes
marco
1
-33
/
+30
2008-02-05
Shave off a few more bytes by moving IO collision detection into a generic
marco
1
-19
/
+3
2008-02-05
Create a generic function to validate IO instead of copying and pasting
marco
1
-44
/
+3
2008-01-26
Fix some debug prints
marco
1
-5
/
+7
2008-01-24
Create chunk and state transition functions for RAID 0.
marco
1
-1
/
+107
2008-01-24
Bring softraid into the world of 16 byte commands; this allows for > 2TB disks
marco
1
-1
/
+3
[next]