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
/
geom
/
raid3
/
g_raid3_ctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now, that we have gjournal in the tree add possibility to configure
pjd
2006-11-01
1
-3
/
+30
*
Change spaces to tabs where needed.
pjd
2006-11-01
1
-4
/
+4
*
Small fixes after adding __printflike() to gctl_error().
pjd
2006-09-16
1
-4
/
+4
*
Always allow to specify components with /dev/ prefix.
pjd
2006-07-13
1
-0
/
+4
*
Remove bogus assertion.
pjd
2006-07-07
1
-1
/
+0
*
Introduce and use delayed-destruction functionality from a pre-sync hook,
pjd
2006-04-10
1
-1
/
+7
*
Update copyright for 2006.
pjd
2006-03-19
1
-1
/
+1
*
- Reimplement I/O data allocation to prevent deadlocks.
pjd
2006-03-13
1
-72
/
+93
*
When inserting a new component md_provsize metadata field wasn't set, which
pjd
2006-03-10
1
-0
/
+1
*
Remove trailing spaces.
pjd
2006-02-01
1
-1
/
+1
*
cp can't be NULL.
pjd
2005-05-11
1
-7
/
+5
*
gp can't be NULL.
pjd
2005-05-11
1
-10
/
+8
*
Check for return values.
pjd
2005-03-26
1
-0
/
+8
*
Update copyright in files changed this year.
pjd
2005-02-16
1
-1
/
+1
*
- Fix 'rebuild' command - it can no longer relay on retaste event
pjd
2005-01-04
1
-1
/
+14
*
- Add genid field to the metadata which will allow to improve reliability a bit.
pjd
2004-12-25
1
-3
/
+4
*
Warn the user if we are not going to use whole provider space.
pjd
2004-08-28
1
-4
/
+12
*
Don't allow to insert providers, which are too small.
pjd
2004-08-28
1
-0
/
+4
*
Implementation of 'verify reading' algorithm, which uses parity data for
pjd
2004-08-22
1
-2
/
+34
*
Implement new reading algorithm, which will use parity component for reading
pjd
2004-08-21
1
-5
/
+29
*
Introduce GEOM RAID3 class, i.e. kernel module, which implements RAID3
pjd
2004-08-16
1
-0
/
+484