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
/
raid
/
md_ddf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r298755:
pfg
2016-05-12
1
-1
/
+1
*
MFC r265054:
mav
2014-05-08
1
-3
/
+3
*
MFC r264318:
mav
2014-04-24
1
-17
/
+39
*
MFC Alexander Motin's GEOM direct dispatch work:
scottl
2014-01-07
1
-0
/
+1
*
Fix vdc->Secondary_Element_Count metadata field access from 16 to 8 bit.
mav
2013-05-20
1
-1
/
+1
*
Fix panic when Secondary_Element_Count == 1 and Secondary_Element_Seq
mav
2013-03-07
1
-1
/
+4
*
Add basic BIO_DELETE support to GEOM RAID class for all RAID levels.
mav
2012-10-29
1
-27
/
+4
*
Make graid command line a bit more friendly by allowing volume name or
mav
2012-10-07
1
-4
/
+17
*
Add global and per-module sysctls/tunables to enable/disable metadata taste.
mav
2012-09-13
1
-1
/
+2
*
Remove some hardcoded constants from code.
mav
2012-05-06
1
-8
/
+11
*
Plug small memory leaks.
mav
2012-05-06
1
-1
/
+3
*
Add support for RAID5R. Slightly improve support for RAIDMDF.
mav
2012-05-06
1
-7
/
+29
*
Fix bug causing memory corruption and panics with big-endian metadata.
mav
2012-05-04
1
-1
/
+1
*
Add optional -o argument to the `graid label ` to specify some metadata
mav
2012-05-03
1
-8
/
+38
*
Improve spare disks support. Unluckily, for some reason Adaptec 1430SA
mav
2012-05-01
1
-68
/
+134
*
Implement volume deletion if disk has more then one partition.
mav
2012-05-01
1
-30
/
+37
*
Improve DDF metadata writing.
mav
2012-05-01
1
-54
/
+92
*
Add to GEOM RAID class module, supporting the DDF metadata format, as
mav
2012-04-30
1
-0
/
+2900