| Commit message (Expand) | Author | Age | Files | Lines |
* | Removal of Giant droping wrappers for GEOM classes. | kib | 2016-05-20 | 1 | -2/+0 |
* | sys/geom: spelling fixes in comments. | pfg | 2016-04-29 | 1 | -2/+2 |
* | geom: unsign some types to match their definitions and avoid overflows. | pfg | 2016-04-27 | 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 |
* | Remove extra semicolon. | mav | 2015-03-27 | 1 | -1/+1 |
* | Remove request sorting from GEOM_MIRROR and GEOM_RAID. | mav | 2015-03-27 | 1 | -4/+4 |
* | Fix bug on memory allocation error in split method. | mav | 2015-03-27 | 1 | -3/+2 |
* | Fix couple BIO_DELETE bugs in geom_mirror. | mav | 2015-03-12 | 1 | -2/+24 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -10/+4 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -4/+10 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -10/+4 |
* | Show error code when failing to destroy a mirror on delay | bdrewery | 2014-04-05 | 1 | -1/+2 |
* | Add an ability to stop gmirror and clear its metadata in one command. | ae | 2013-12-27 | 1 | -2/+4 |
* | Add "resize" verb to gmirror(8) and such functionality to geom_mirror(4). | ae | 2013-11-19 | 1 | -5/+33 |
* | Merge GEOM direct dispatch changes from the projects/camlock branch. | mav | 2013-10-22 | 1 | -23/+35 |
* | Fix the formatting of the error message. | ed | 2013-08-12 | 1 | -2/+2 |
* | Fix a mystery cut-n-paste corruption from the previous commit. | scottl | 2013-06-19 | 1 | -1/+1 |
* | Mark geom_mirror as capable of unmapped i/o | scottl | 2013-06-19 | 1 | -5/+18 |
* | g_mirror: g_getattr() failure should not be fatal | avg | 2013-01-26 | 1 | -3/+1 |
* | Alike to r242314 for GRAID make GMIRROR 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 |
* | Make geom_mirror more friendly to SSDs. To properly support TRIM, | glebius | 2012-07-01 | 1 | -2/+12 |
* | In g_mirror_regular_request() upon successful delivery treat | glebius | 2012-07-01 | 1 | -1/+2 |
* | Introduce new device flag G_MIRROR_DEVICE_FLAG_TASTING. It should | ae | 2012-05-18 | 1 | -0/+9 |
* | 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 |
* | 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 | 1 | -28/+24 |
* | 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 | 1 | -1/+9 |
* | 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 |
* | 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 | 1 | -54/+80 |