summaryrefslogtreecommitdiffstats
path: root/sys/geom/raid
Commit message (Expand)AuthorAgeFilesLines
* MFC r298755:pfg2016-05-122-4/+4
* MFC r298698:pfg2016-05-112-2/+2
* MFC r286615:pfg2015-08-144-4/+4
* MFC r280757: Remove request sorting from GEOM_MIRROR and GEOM_RAID.mav2015-04-101-3/+3
* MFC r279278: Replace constant with proper sizeof().mav2015-03-115-10/+10
* MFC r275503:mav2014-12-192-10/+12
* MFC r275475:mav2014-12-181-8/+115
* MFC r265054:mav2014-05-087-20/+25
* MFC r264318:mav2014-04-241-17/+39
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-3/+3
* MFC Alexander Motin's GEOM direct dispatch work:scottl2014-01-0713-61/+99
* Return error when opening read-only volumes (like RAID4/5/...) for writing.mav2013-08-133-1/+8
* Oops, wrong constant at r254269.mav2013-08-131-1/+1
* Fix reasonable but safe Clang warnings.mav2013-08-131-2/+6
* Introduce 3 seconds timeout on `graid stop` command (mostly with -f flag).mav2013-07-272-11/+8
* Fix vdc->Secondary_Element_Count metadata field access from 16 to 8 bit.mav2013-05-201-1/+1
* Return "descr" field alike to "Intel RAID1 volume" for GEOM RAID to makemav2013-04-271-0/+4
* Remove extra bio_data and bio_length copying to child request after callingmav2013-03-261-2/+0
* Add legacy support to geom raid to create a /dev/arX device for supportsbruno2013-03-081-0/+22
* Fix panic when Secondary_Element_Count == 1 and Secondary_Element_Seqmav2013-03-071-1/+4
* - 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
OpenPOWER on IntegriCloud