| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+2 |
* | Include sys/sbuf.h directly. | ae | 2011-07-11 | 1 | -0/+1 |
* | Implement relaxed comparision for hardcoded provider names to make it | mav | 2011-04-27 | 1 | -1/+2 |
* | Add some FEATURE macros for various GEOM classes. | netchild | 2011-02-25 | 1 | -0/+1 |
* | - Allow to specify value as const pointers. | pjd | 2010-09-13 | 1 | -2/+2 |
* | Remove bintime_cmp() function, unused since r200086. | mav | 2010-08-18 | 1 | -15/+0 |
* | Move wakeup() out of mutex to reduce contention. | mav | 2010-01-05 | 1 | -4/+4 |
* | As soon as mirror has no own stripes, report largest stripe of unrerlying | mav | 2009-12-24 | 1 | -0/+9 |
* | Change 'load' balancing mode algorithm: | mav | 2009-12-03 | 2 | -30/+26 |
* | Add support for changing providers priority. | pjd | 2009-09-06 | 1 | -9/+62 |
* | Revert r190676,190677 | thompsa | 2009-04-10 | 1 | -1/+1 |
* | Add a how argument to root_mount_hold() so it can be passed NOWAIT and be called | thompsa | 2009-04-03 | 1 | -1/+1 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -3/+3 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -2/+2 |
* | Now, that we have gjournal in the tree add possibility to configure | pjd | 2006-11-01 | 3 | -7/+49 |
* | Implement BIO_FLUSH handling by simply passing it down to the components. | pjd | 2006-10-31 | 1 | -0/+45 |
* | Fix synchronization in gmirror and graid3 which I broken. Synchronization | pjd | 2006-09-13 | 1 | -4/+7 |
* | move created/detected/activated under debug level 1 to quiet the common case.. | jmg | 2006-09-09 | 1 | -5/+6 |
* | Not only a request from us can be passed to g_{mirror,raid3}_worker() | pjd | 2006-08-09 | 1 | -5/+12 |
* | Commit the results of the typo hunt by Darren Pilgrim. | yar | 2006-08-04 | 1 | -1/+1 |
* | Don't use f-word in comments. We are gentlemans. | pjd | 2006-08-01 | 1 | -1/+1 |
* | Always allow to specify components with /dev/ prefix. | pjd | 2006-07-13 | 1 | -2/+4 |
* | Use proper defines instead of magic values. | pjd | 2006-07-10 | 1 | -2/+2 |
* | Allow to close access even if device is already destroyed. | pjd | 2006-07-03 | 1 | -3/+5 |
* | - Remove dead code. | pjd | 2006-04-28 | 1 | -8/+9 |
* | Be sure to not destroy device twice. This is not possible in theory, but | pjd | 2006-04-28 | 1 | -2/+13 |
* | Introduce and use delayed-destruction functionality from a pre-sync hook, | pjd | 2006-04-10 | 3 | -56/+92 |
* | - 'ndisks' variable is not boolean, so compare it with a value. | pjd | 2006-03-30 | 1 | -1/+1 |
* | Update copyright for 2006. | pjd | 2006-03-19 | 3 | -3/+3 |
* | kern.geom.mirror.sync_requests=2 seems to be a better default - it still | pjd | 2006-03-19 | 1 | -2/+2 |
* | Fix build on 64-bit platforms. | ru | 2006-03-13 | 1 | -2/+2 |
* | - Speed up synchronization process by using configurable number of I/O | pjd | 2006-03-13 | 3 | -274/+559 |
* | When inserting a new component md_provsize metadata field wasn't set, which | pjd | 2006-03-10 | 1 | -0/+1 |
* | Allow to dump kernel to gmirror providers. | pjd | 2006-03-08 | 1 | -0/+37 |
* | On component state change to ACTIVE don't forget to update metadata. | pjd | 2006-02-12 | 1 | -3/+2 |
* | Use time_uptime instead of time_second, as the latter may go backwards. | pjd | 2006-02-12 | 1 | -4/+4 |
* | - Add kern.geom.mirror.disconnect_on_failure sysctl/tunnable (default to 1 | pjd | 2006-02-11 | 2 | -10/+47 |
* | Mark array as CLEAN when there are no write requests in | pjd | 2006-02-11 | 2 | -103/+54 |
* | Remove trailing spaces. | pjd | 2006-02-01 | 3 | -4/+4 |
* | Remove dead code. | pjd | 2006-01-18 | 1 | -2/+0 |
* | Check for g_read_data(9) errors properly: | sobomax | 2005-11-30 | 1 | -1/+1 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | After provider creation!! | pjd | 2005-05-25 | 1 | -6/+6 |
* | - Call root_mount_rel() when provider IS created, not earlier. | pjd | 2005-05-25 | 1 | -8/+20 |
* | Add some debug code to diagnose root-on-mirror problems with recent -current. | pjd | 2005-05-23 | 1 | -0/+3 |
* | Add KASSERT() to be sure there is an active component. | pjd | 2005-05-11 | 1 | -0/+1 |
* | Fix provider's size check for 'insert' command. | pjd | 2005-04-25 | 1 | -1/+2 |
* | Remove the hack which allowed to use gmirror for root file system, | pjd | 2005-04-19 | 2 | -49/+8 |
* | Make the code more obvious - when an error occurs in g_mirror_connect_disk(), | pjd | 2005-03-26 | 1 | -9/+13 |
* | Check for return values. | pjd | 2005-03-26 | 1 | -0/+12 |