summaryrefslogtreecommitdiffstats
path: root/sys/geom/raid
Commit message (Expand)AuthorAgeFilesLines
* Removal of Giant droping wrappers for GEOM classes.kib2016-05-201-2/+0
* sys/geom: spelling fixes in comments.pfg2016-04-292-4/+4
* sys/geom: spelling fixes.pfg2016-04-282-4/+4
* geom: unsign some types to match their definitions and avoid overflows.pfg2016-04-272-2/+2
* sys: extend use of the howmany() macro when available.pfg2016-04-262-32/+32
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Create an API to reset a struct bio (g_reset_bio). This is mandatoryimp2016-02-171-1/+1
* Remove compatibility shims for legacy ATA device names.mav2015-10-111-20/+0
* Clean out some externally visible "more then" grammarpfg2015-08-114-4/+4
* Remove request sorting from GEOM_MIRROR and GEOM_RAID.mav2015-03-271-3/+3
* Replace constant with proper sizeof().mav2015-02-255-10/+10
* Avoid unneeded malloc/memcpy/free if there is no metadata on disk.mav2014-12-052-10/+12
* Decode some binary fields of Intel metadata.mav2014-12-041-8/+115
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-284-53/+22
* Revert r267961, r267973:gjb2014-06-274-22/+53
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-274-53/+22
* Reduce number of opens by REOM RAID during provider taste.mav2014-04-287-20/+25
* Fix wrong sizes used to access PD_Type and PD_State DDF metadata fields.mav2014-04-101-17/+39
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-3/+3
* Merge GEOM direct dispatch changes from the projects/camlock branch.mav2013-10-227-0/+9
* MFprojects/camlock r256445:mav2013-10-167-61/+90
* 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
OpenPOWER on IntegriCloud