summaryrefslogtreecommitdiffstats
path: root/sys/geom/raid/md_ddf.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r265054:mav2014-05-081-3/+3
* MFC r264318:mav2014-04-241-17/+39
* MFC Alexander Motin's GEOM direct dispatch work:scottl2014-01-071-0/+1
* Fix vdc->Secondary_Element_Count metadata field access from 16 to 8 bit.mav2013-05-201-1/+1
* Fix panic when Secondary_Element_Count == 1 and Secondary_Element_Seqmav2013-03-071-1/+4
* Add basic BIO_DELETE support to GEOM RAID class for all RAID levels.mav2012-10-291-27/+4
* Make graid command line a bit more friendly by allowing volume name ormav2012-10-071-4/+17
* Add global and per-module sysctls/tunables to enable/disable metadata taste.mav2012-09-131-1/+2
* Remove some hardcoded constants from code.mav2012-05-061-8/+11
* Plug small memory leaks.mav2012-05-061-1/+3
* Add support for RAID5R. Slightly improve support for RAIDMDF.mav2012-05-061-7/+29
* Fix bug causing memory corruption and panics with big-endian metadata.mav2012-05-041-1/+1
* Add optional -o argument to the `graid label ` to specify some metadatamav2012-05-031-8/+38
* Improve spare disks support. Unluckily, for some reason Adaptec 1430SAmav2012-05-011-68/+134
* Implement volume deletion if disk has more then one partition.mav2012-05-011-30/+37
* Improve DDF metadata writing.mav2012-05-011-54/+92
* Add to GEOM RAID class module, supporting the DDF metadata format, asmav2012-04-301-0/+2900
OpenPOWER on IntegriCloud