summaryrefslogtreecommitdiffstats
path: root/sys/geom/mirror
Commit message (Expand)AuthorAgeFilesLines
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Include sys/sbuf.h directly.ae2011-07-111-0/+1
* Implement relaxed comparision for hardcoded provider names to make itmav2011-04-271-1/+2
* Add some FEATURE macros for various GEOM classes.netchild2011-02-251-0/+1
* - Allow to specify value as const pointers.pjd2010-09-131-2/+2
* Remove bintime_cmp() function, unused since r200086.mav2010-08-181-15/+0
* Move wakeup() out of mutex to reduce contention.mav2010-01-051-4/+4
* As soon as mirror has no own stripes, report largest stripe of unrerlyingmav2009-12-241-0/+9
* Change 'load' balancing mode algorithm:mav2009-12-032-30/+26
* Add support for changing providers priority.pjd2009-09-061-9/+62
* Revert r190676,190677thompsa2009-04-101-1/+1
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledthompsa2009-04-031-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-3/+3
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-2/+2
* Now, that we have gjournal in the tree add possibility to configurepjd2006-11-013-7/+49
* Implement BIO_FLUSH handling by simply passing it down to the components.pjd2006-10-311-0/+45
* Fix synchronization in gmirror and graid3 which I broken. Synchronizationpjd2006-09-131-4/+7
* move created/detected/activated under debug level 1 to quiet the common case..jmg2006-09-091-5/+6
* Not only a request from us can be passed to g_{mirror,raid3}_worker()pjd2006-08-091-5/+12
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* Don't use f-word in comments. We are gentlemans.pjd2006-08-011-1/+1
* Always allow to specify components with /dev/ prefix.pjd2006-07-131-2/+4
* Use proper defines instead of magic values.pjd2006-07-101-2/+2
* Allow to close access even if device is already destroyed.pjd2006-07-031-3/+5
* - Remove dead code.pjd2006-04-281-8/+9
* Be sure to not destroy device twice. This is not possible in theory, butpjd2006-04-281-2/+13
* Introduce and use delayed-destruction functionality from a pre-sync hook,pjd2006-04-103-56/+92
* - 'ndisks' variable is not boolean, so compare it with a value.pjd2006-03-301-1/+1
* Update copyright for 2006.pjd2006-03-193-3/+3
* kern.geom.mirror.sync_requests=2 seems to be a better default - it stillpjd2006-03-191-2/+2
* Fix build on 64-bit platforms.ru2006-03-131-2/+2
* - Speed up synchronization process by using configurable number of I/Opjd2006-03-133-274/+559
* When inserting a new component md_provsize metadata field wasn't set, whichpjd2006-03-101-0/+1
* Allow to dump kernel to gmirror providers.pjd2006-03-081-0/+37
* On component state change to ACTIVE don't forget to update metadata.pjd2006-02-121-3/+2
* Use time_uptime instead of time_second, as the latter may go backwards.pjd2006-02-121-4/+4
* - Add kern.geom.mirror.disconnect_on_failure sysctl/tunnable (default to 1pjd2006-02-112-10/+47
* Mark array as CLEAN when there are no write requests inpjd2006-02-112-103/+54
* Remove trailing spaces.pjd2006-02-013-4/+4
* Remove dead code.pjd2006-01-181-2/+0
* Check for g_read_data(9) errors properly:sobomax2005-11-301-1/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* After provider creation!!pjd2005-05-251-6/+6
* - Call root_mount_rel() when provider IS created, not earlier.pjd2005-05-251-8/+20
* Add some debug code to diagnose root-on-mirror problems with recent -current.pjd2005-05-231-0/+3
* Add KASSERT() to be sure there is an active component.pjd2005-05-111-0/+1
* Fix provider's size check for 'insert' command.pjd2005-04-251-1/+2
* Remove the hack which allowed to use gmirror for root file system,pjd2005-04-192-49/+8
* Make the code more obvious - when an error occurs in g_mirror_connect_disk(),pjd2005-03-261-9/+13
* Check for return values.pjd2005-03-261-0/+12
OpenPOWER on IntegriCloud