summaryrefslogtreecommitdiffstats
path: root/sys/geom/raid/g_raid.c
Commit message (Expand)AuthorAgeFilesLines
* Return error when opening read-only volumes (like RAID4/5/...) for writing.mav2013-08-131-0/+5
* Introduce 3 seconds timeout on `graid stop` command (mostly with -f flag).mav2013-07-271-10/+7
* Return "descr" field alike to "Intel RAID1 volume" for GEOM RAID to makemav2013-04-271-0/+4
* Add legacy support to geom raid to create a /dev/arX device for supportsbruno2013-03-081-0/+22
* Improve support for disabled disks. If disabled disk disconnected and thenmav2013-01-131-1/+1
* Add basic support for Intel Rapid Recover Technology (Intel RRT).mav2013-01-121-1/+5
* Add basic BIO_DELETE support to GEOM RAID class for all RAID levels.mav2012-10-291-1/+56
* Make GEOM RAID more aggressive in marking volumes as clean on shutdownmav2012-10-291-17/+20
* Add global and per-module sysctls/tunables to enable/disable metadata taste.mav2012-09-131-0/+10
* Add missing FAILED event to g_raid_subdisk_event2str() to print it properlymav2012-08-101-0/+2
* Add support for RAID5R. Slightly improve support for RAIDMDF.mav2012-05-061-0/+1
* Implement read-only support for volumes in optimal state (without usingmav2012-05-041-4/+4
* Add optional -o argument to the `graid label ` to specify some metadatamav2012-05-031-3/+4
* s/gmirror/graid/mav2012-04-291-2/+2
* 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-231-17/+147
* Add to GEOM RAID class module for reading non-degraded RAID5 volumes andmav2012-04-191-2/+21
* 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-311-4/+1
* MFgraid/head:mav2011-03-241-0/+2340
OpenPOWER on IntegriCloud