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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Follow up to r225617. In order to maximize the re-usability of kernel code
davide
2014-10-16
1
-1
/
+1
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
4
-53
/
+22
*
Revert r267961, r267973:
gjb
2014-06-27
4
-22
/
+53
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
4
-53
/
+22
*
Reduce number of opens by REOM RAID during provider taste.
mav
2014-04-28
7
-20
/
+25
*
Fix wrong sizes used to access PD_Type and PD_State DDF metadata fields.
mav
2014-04-10
1
-17
/
+39
*
Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this
eadler
2013-11-30
1
-3
/
+3
*
Merge GEOM direct dispatch changes from the projects/camlock branch.
mav
2013-10-22
7
-0
/
+9
*
MFprojects/camlock r256445:
mav
2013-10-16
7
-61
/
+90
*
Return error when opening read-only volumes (like RAID4/5/...) for writing.
mav
2013-08-13
3
-1
/
+8
*
Oops, wrong constant at r254269.
mav
2013-08-13
1
-1
/
+1
*
Fix reasonable but safe Clang warnings.
mav
2013-08-13
1
-2
/
+6
*
Introduce 3 seconds timeout on `graid stop` command (mostly with -f flag).
mav
2013-07-27
2
-11
/
+8
*
Fix vdc->Secondary_Element_Count metadata field access from 16 to 8 bit.
mav
2013-05-20
1
-1
/
+1
*
Return "descr" field alike to "Intel RAID1 volume" for GEOM RAID to make
mav
2013-04-27
1
-0
/
+4
*
Remove extra bio_data and bio_length copying to child request after calling
mav
2013-03-26
1
-2
/
+0
*
Add legacy support to geom raid to create a /dev/arX device for support
sbruno
2013-03-08
1
-0
/
+22
*
Fix panic when Secondary_Element_Count == 1 and Secondary_Element_Seq
mav
2013-03-07
1
-1
/
+4
*
- Fix rebuild position broken at r245522.
mav
2013-01-17
1
-2
/
+5
*
For Promise/AMD metadata add support for disks with capacity above 2TiB
mav
2013-01-17
1
-55
/
+91
*
Recalculate volume size only for real CONCATs. For SINGLE trust volume
mav
2013-01-17
1
-1
/
+2
*
Keep value of orig_config_id metadata field. Windows driver writes there
mav
2013-01-14
1
-2
/
+5
*
Small cosmetic tuning of the IRRT status constants.
mav
2013-01-14
1
-4
/
+7
*
Print some more metadata fields.
mav
2013-01-14
1
-6
/
+12
*
Windows driver writes relative volume IDs to metadata field. Use that value
mav
2013-01-14
1
-1
/
+2
*
- Add checks for Intel metadata version and attributes. Ignore disks with
mav
2013-01-13
1
-7
/
+41
*
Improve support for disabled disks. If disabled disk disconnected and then
mav
2013-01-13
2
-21
/
+23
*
Windows handles INIT and VERIFY as array-wide and it doesn't specify which
mav
2013-01-12
1
-2
/
+15
*
Implement migration from single disk to RAID1/IRRT for Intel metadata.
mav
2013-01-12
1
-6
/
+48
*
Add basic support for Intel Rapid Recover Technology (Intel RRT).
mav
2013-01-12
3
-20
/
+102
*
Minor addition to r242323:
mav
2012-10-29
2
-4
/
+4
*
Add basic BIO_DELETE support to GEOM RAID class for all RAID levels.
mav
2012-10-29
12
-173
/
+91
*
Make GEOM RAID more aggressive in marking volumes as clean on shutdown
mav
2012-10-29
1
-17
/
+20
*
NULL-ify last previously used pointer instead of last possible pointer.
mav
2012-10-10
1
-3
/
+3
*
Make graid command line a bit more friendly by allowing volume name or
mav
2012-10-07
4
-12
/
+83
*
Add global and per-module sysctls/tunables to enable/disable metadata taste.
mav
2012-09-13
13
-31
/
+70
*
Add missing FAILED event to g_raid_subdisk_event2str() to print it properly
mav
2012-08-10
1
-0
/
+2
*
- Prevent error status leak if write to some of the RAID1/1E volume disks
mav
2012-05-11
2
-4
/
+29
*
Remove some hardcoded constants from code.
mav
2012-05-06
1
-8
/
+11
*
Plug small memory leaks.
mav
2012-05-06
2
-1
/
+5
*
Add support for RAID5R. Slightly improve support for RAIDMDF.
mav
2012-05-06
4
-21
/
+60
*
Fix bug causing memory corruption and panics with big-endian metadata.
mav
2012-05-04
1
-1
/
+1
*
Implement read-only support for volumes in optimal state (without using
mav
2012-05-04
2
-36
/
+72
*
Add optional -o argument to the `graid label ` to specify some metadata
mav
2012-05-03
5
-14
/
+63
*
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
2
-0
/
+3245
*
s/gmirror/graid/
mav
2012-04-29
1
-2
/
+2
*
Fix RAID5 level names changed at r234603.
mav
2012-04-27
5
-6
/
+6
[next]