summaryrefslogtreecommitdiffstats
path: root/sys/geom/raid
Commit message (Expand)AuthorAgeFilesLines
* - Fix rebuild position broken at r245522.mav2013-01-171-2/+5
* For Promise/AMD metadata add support for disks with capacity above 2TiBmav2013-01-171-55/+91
* Recalculate volume size only for real CONCATs. For SINGLE trust volumemav2013-01-171-1/+2
* Keep value of orig_config_id metadata field. Windows driver writes theremav2013-01-141-2/+5
* Small cosmetic tuning of the IRRT status constants.mav2013-01-141-4/+7
* Print some more metadata fields.mav2013-01-141-6/+12
* Windows driver writes relative volume IDs to metadata field. Use that valuemav2013-01-141-1/+2
* - Add checks for Intel metadata version and attributes. Ignore disks withmav2013-01-131-7/+41
* Improve support for disabled disks. If disabled disk disconnected and thenmav2013-01-132-21/+23
* Windows handles INIT and VERIFY as array-wide and it doesn't specify whichmav2013-01-121-2/+15
* Implement migration from single disk to RAID1/IRRT for Intel metadata.mav2013-01-121-6/+48
* Add basic support for Intel Rapid Recover Technology (Intel RRT).mav2013-01-123-20/+102
* Minor addition to r242323:mav2012-10-292-4/+4
* Add basic BIO_DELETE support to GEOM RAID class for all RAID levels.mav2012-10-2912-173/+91
* Make GEOM RAID more aggressive in marking volumes as clean on shutdownmav2012-10-291-17/+20
* NULL-ify last previously used pointer instead of last possible pointer.mav2012-10-101-3/+3
* Make graid command line a bit more friendly by allowing volume name ormav2012-10-074-12/+83
* Add global and per-module sysctls/tunables to enable/disable metadata taste.mav2012-09-1313-31/+70
* Add missing FAILED event to g_raid_subdisk_event2str() to print it properlymav2012-08-101-0/+2
* - Prevent error status leak if write to some of the RAID1/1E volume disksmav2012-05-112-4/+29
* Remove some hardcoded constants from code.mav2012-05-061-8/+11
* Plug small memory leaks.mav2012-05-062-1/+5
* Add support for RAID5R. Slightly improve support for RAIDMDF.mav2012-05-064-21/+60
* Fix bug causing memory corruption and panics with big-endian metadata.mav2012-05-041-1/+1
* Implement read-only support for volumes in optimal state (without usingmav2012-05-042-36/+72
* Add optional -o argument to the `graid label ` to specify some metadatamav2012-05-035-14/+63
* 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-302-0/+3245
* s/gmirror/graid/mav2012-04-291-2/+2
* Fix RAID5 level names changed at r234603.mav2012-04-275-6/+6
* Fix copy-paste typo in r234603.mav2012-04-231-2/+2
* Add names for all primary RAID levels defined by DDF 2.0 specification.mav2012-04-234-19/+180
* Add sos@ copyrights to RAID metadata modules, respecting his efforts inmav2012-04-235-0/+5
* Add to GEOM RAID class module for reading non-degraded RAID5 volumes andmav2012-04-198-29/+468
* Add support for >2TB disks in GEOM RAID for Intel metadata format.jimharris2012-01-091-49/+122
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-072-2/+2
* Clarify disks/volumes above 2TiB support in geom_raid:mav2011-10-263-23/+66
* Include sys/sbuf.h directly.ae2011-07-111-0/+1
* Reduce geom_raid log verbosity.mav2011-04-181-1/+1
* Bunch of small bugfixes and cleanups.mav2011-03-318-62/+32
* Bunch of small bugfixes and cleanups.mav2011-03-316-29/+24
* MFgraid/head:mav2011-03-2414-0/+15267
OpenPOWER on IntegriCloud