| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/geom: spelling fixes in comments. | pfg | 2016-04-29 | 1 | -1/+1 |
* | Bump bio_cmd and bio_*flags from 8 bits to 16. | imp | 2016-04-14 | 1 | -1/+1 |
* | Create an API to reset a struct bio (g_reset_bio). This is mandatory | imp | 2016-02-17 | 1 | -1/+1 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 1 | -1/+1 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -17/+7 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -7/+17 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -17/+7 |
* | Allow to insert new component to geom_raid3 without specifying number. | mav | 2013-01-15 | 1 | -16/+29 |
* | Alike to r242314 for GRAID make GRAID3 more aggressive in marking volumes | mav | 2013-01-15 | 1 | -9/+12 |
* | When synchronizing, include in the config dump amount of | glebius | 2012-09-11 | 1 | -0/+5 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -2/+3 |
* | 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 |
* | Sector size can not be greater than MAXPHYS. Since GRAID3 calculates | ae | 2011-01-12 | 1 | -0/+4 |
* | Move wakeup() out of mutex to reduce contention. | mav | 2010-01-05 | 1 | -3/+3 |
* | Slightly optimize XOR calculation. | mav | 2010-01-05 | 1 | -24/+31 |
* | As soon as geom_raid3 reports it's own stripe as sector size, report largest | mav | 2009-12-24 | 1 | -0/+14 |
* | Make graid3 fallback to malloc() when component request size is bigger | mav | 2009-12-21 | 2 | -9/+15 |
* | 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 | -8/+49 |
* | Change spaces to tabs where needed. | pjd | 2006-11-01 | 2 | -24/+24 |
* | Implement BIO_FLUSH handling by simply passing it down to the components. | pjd | 2006-10-31 | 1 | -0/+47 |
* | Guard against invalid metadata. | pjd | 2006-10-10 | 1 | -0/+6 |
* | One more white space fix. | pjd | 2006-09-30 | 1 | -1/+1 |
* | Remove trailing spaces. | pjd | 2006-09-30 | 1 | -16/+16 |
* | Small fixes after adding __printflike() to gctl_error(). | pjd | 2006-09-16 | 1 | -4/+4 |
* | Fix synchronization in gmirror and graid3 which I broken. Synchronization | pjd | 2006-09-13 | 1 | -2/+5 |
* | move created/detected/activated under debug level 1 to quiet the common case.. | jmg | 2006-09-09 | 1 | -5/+7 |
* | Not only a request from us can be passed to g_{mirror,raid3}_worker() | pjd | 2006-08-09 | 1 | -5/+11 |
* | 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 | -0/+4 |
* | Use proper defines instead of magic values. | pjd | 2006-07-10 | 1 | -2/+2 |
* | When kern.geom.raid3.use_malloc tunnable is set to 1, malloc(9) instead of | pjd | 2006-07-09 | 1 | -43/+88 |
* | Remove bogus assertion. | pjd | 2006-07-07 | 1 | -1/+0 |
* | Allow to close access even if device is already destroyed. | pjd | 2006-07-03 | 1 | -3/+5 |
* | Use G_RAID3_FOREACH_SAFE_BIO() macro instead of G_RAID3_FOREACH_BIO() in | pjd | 2006-05-04 | 1 | -6/+4 |
* | We shouldn't lock the topology here - we will panic on assertion inside | pjd | 2006-04-30 | 1 | -2/+0 |
* | - Don't hold the device sx lock when going to sleep. | pjd | 2006-04-28 | 1 | -6/+23 |
* | - Remove dead code. | pjd | 2006-04-28 | 1 | -9/+9 |
* | Be sure to not destroy device twice. This is not possible in theory, but | pjd | 2006-04-28 | 1 | -2/+13 |
* | Fix storing offset of already synchronized data. Offset in entire array was | pjd | 2006-04-18 | 1 | -3/+5 |
* | Introduce and use delayed-destruction functionality from a pre-sync hook, | pjd | 2006-04-10 | 3 | -55/+82 |
* | Preserve previous behaviour of kern.geom.raid3.n{64,16,4}k tunables were 0 | pjd | 2006-03-28 | 1 | -1/+1 |
* | Increase debug level for "Thread exiting." message. It's not that important | pjd | 2006-03-25 | 1 | -1/+1 |
* | Update copyright for 2006. | pjd | 2006-03-19 | 2 | -2/+2 |