aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/raid3/g_raid3_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Allow to insert new component to geom_raid3 without specifying number.Alexander Motin2013-01-151-16/+29
* Now, that we have gjournal in the tree add possibility to configurePawel Jakub Dawidek2006-11-011-3/+30
* Change spaces to tabs where needed.Pawel Jakub Dawidek2006-11-011-4/+4
* Small fixes after adding __printflike() to gctl_error().Pawel Jakub Dawidek2006-09-161-4/+4
* Always allow to specify components with /dev/ prefix.Pawel Jakub Dawidek2006-07-131-0/+4
* Remove bogus assertion.Pawel Jakub Dawidek2006-07-071-1/+0
* Introduce and use delayed-destruction functionality from a pre-sync hook,Pawel Jakub Dawidek2006-04-101-1/+7
* Update copyright for 2006.Pawel Jakub Dawidek2006-03-191-1/+1
* - Reimplement I/O data allocation to prevent deadlocks.Pawel Jakub Dawidek2006-03-131-72/+93
* When inserting a new component md_provsize metadata field wasn't set, whichPawel Jakub Dawidek2006-03-101-0/+1
* Remove trailing spaces.Pawel Jakub Dawidek2006-02-011-1/+1
* cp can't be NULL.Pawel Jakub Dawidek2005-05-111-7/+5
* gp can't be NULL.Pawel Jakub Dawidek2005-05-111-10/+8
* Check for return values.Pawel Jakub Dawidek2005-03-261-0/+8
* Update copyright in files changed this year.Pawel Jakub Dawidek2005-02-161-1/+1
* - Fix 'rebuild' command - it can no longer relay on retaste eventPawel Jakub Dawidek2005-01-041-1/+14
* - Add genid field to the metadata which will allow to improve reliability a bit.Pawel Jakub Dawidek2004-12-251-3/+4
* Warn the user if we are not going to use whole provider space.Pawel Jakub Dawidek2004-08-281-4/+12
* Don't allow to insert providers, which are too small.Pawel Jakub Dawidek2004-08-281-0/+4
* Implementation of 'verify reading' algorithm, which uses parity data forPawel Jakub Dawidek2004-08-221-2/+34
* Implement new reading algorithm, which will use parity component for readingPawel Jakub Dawidek2004-08-211-5/+29
* Introduce GEOM RAID3 class, i.e. kernel module, which implements RAID3Pawel Jakub Dawidek2004-08-161-0/+484