index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
vinum
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of the last traces of ACTUALLY_LKM_NOT_KERNEL
phk
2000-10-23
1
-2
/
+0
*
Avoid impending world breakage.
bde
2000-10-13
1
-9
/
+2
*
open_drive:
grog
2000-08-16
1
-16
/
+21
*
start_object: Set the revive length correctly.
grog
2000-06-07
1
-3
/
+3
*
revive_block:
grog
2000-06-07
1
-35
/
+36
*
parity ops: Correctly recognize the end of the plex. Previously we
grog
2000-06-05
1
-1
/
+1
*
parityrebuild: write the parity block back to the correct subdisk.
grog
2000-06-02
1
-2
/
+2
*
Remove an incorrect comment, adjust white space.
grog
2000-06-02
1
-2
/
+1
*
Add 'dumpconfig' keyword.
grog
2000-06-02
2
-1
/
+3
*
Remove a redundant statement.
grog
2000-06-02
1
-2
/
+1
*
open_drive: Recognize "wd" device type. This is going away, but it's
grog
2000-06-02
1
-7
/
+6
*
give_sd_to_plex: Initialize sd->plexno correctly. Previously this was
grog
2000-06-02
1
-3
/
+4
*
Don't forget 'stripe' and 'mirror' commands when we turn off
grog
2000-05-20
1
-2
/
+2
*
Allow revive block sizes up to MAXPHYS.
grog
2000-05-11
1
-4
/
+4
*
Rewrite parity maintenance functions.
grog
2000-05-11
1
-99
/
+122
*
Cosmetics.
grog
2000-05-11
2
-15
/
+15
*
vinum_scandisk: Correct error recovery if a configuration is munged.
grog
2000-05-11
1
-3
/
+3
*
Correct a comment.
grog
2000-05-11
1
-6
/
+6
*
Change parity maintenance ioctls.
grog
2000-05-11
1
-4
/
+4
*
Change linkage to parity maintenance operations.
grog
2000-05-11
2
-10
/
+6
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Increase the initial size of a RAID-5 plex lock table to 256 entries,
grog
2000-05-04
1
-2
/
+2
*
requeststatus: Correct check for striped plex.
grog
2000-05-04
1
-2
/
+2
*
Don't hide bio structure behind macros like b_ioflags.
grog
2000-05-04
1
-40
/
+54
*
expand_table: Avoid a race condition which may have been contributing
grog
2000-05-04
1
-1
/
+4
*
lockrange: Avoid a race condition which was causing random corruption,
grog
2000-05-04
1
-6
/
+5
*
remove_drive: correctly obliterate the magic number.
grog
2000-05-04
1
-7
/
+15
*
Don't hide bio structure behind macros like b_ioflags.
grog
2000-05-04
1
-27
/
+35
*
Only wake up one process when we're done configuring.
grog
2000-05-04
1
-2
/
+2
*
s/biowait/bufwait/g
phk
2000-04-29
2
-8
/
+8
*
initsd(): Complete the intention of revision 1.25 and write init data to disk.
grog
2000-04-22
1
-5
/
+6
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
Make vinum compile again using the "cast to buf" workaround.
phk
2000-04-16
3
-20
/
+21
*
open_drive: Add kludges for vn and md.
grog
2000-04-06
1
-0
/
+4
*
(finally!) add keywords raid4 and partition.
grog
2000-04-06
1
-1
/
+3
*
complete_rqe: Remove a race condition in RAID-4 and RAID-5 where a
grog
2000-04-06
1
-2
/
+2
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
5
-37
/
+38
*
repair half-Danish b.b_iocmd damage where writes/reads weren't getting
alfred
2000-03-26
3
-4
/
+7
*
rqe->b.b_flags |= B_READ; became
alfred
2000-03-26
1
-1
/
+1
*
Rename the existing BUF_STRATEGY() to DEV_STRATEGY()
phk
2000-03-20
4
-7
/
+7
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
8
-42
/
+43
*
sdio: If sd I/O fails because of an I/O error, set the sd state
grog
2000-03-12
1
-3
/
+3
*
Fix a problem with device number parsing, which caused da10 to map to
grog
2000-03-02
1
-5
/
+5
*
Set default revive block size to 64 kB.
grog
2000-03-01
1
-1
/
+2
*
Tidy up splbio() protection.
grog
2000-03-01
1
-18
/
+8
*
vinumstrategy: Don't count the read and written bytes before they're
grog
2000-03-01
1
-16
/
+7
*
Add keywords raid4 and partition.
grog
2000-03-01
1
-1
/
+1
*
complete_rqe: Handle volume read stats here with other objects.
grog
2000-03-01
1
-1
/
+5
*
Replace the preprocessor variable names BDEV_MAJOR and CDEV_MAJOR with
grog
2000-02-29
1
-14
/
+19
*
plex_org: Add case for RAID-4.
grog
2000-02-29
1
-14
/
+18
[next]