| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make g_attach() return ENXIO for orphaned providers; update various | Edward Tomasz Napierala | 2020-10-18 | 1 | -1/+5 |
| * | Consistently use gctl_get_provider instead of home-grown variants. | Xin LI | 2020-07-22 | 1 | -38/+18 |
| * | sys/geom: consistently use _PATH_DEV instead of hardcoding "/dev/". | Xin LI | 2020-07-09 | 1 | -6/+6 |
| * | geom(4) mirror: Do not panic on gmirror(8) insert, resize | Conrad Meyer | 2020-05-11 | 1 | -2/+59 |
| * | Remove duplicate g_debugflags declaration. | Alexander Motin | 2019-12-05 | 1 | -1/+1 |
| * | GEOM: Reduce unnecessary log interleaving with sbufs | Conrad Meyer | 2019-08-07 | 1 | -0/+1 |
| * | Sort and remove unneeded includes. | Mark Johnston | 2018-01-08 | 1 | -11/+4 |
| * | sys/geom: adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Add `gmirror create` subcommand, alike to gstripe, gconcat, etc. | Alexander Motin | 2016-11-30 | 1 | -11/+212 |
| * | Fix possible geom destruction before final provider close. | Alexander Motin | 2016-10-06 | 1 | -2/+1 |
| * | Add an ability to stop gmirror and clear its metadata in one command. | Andrey V. Elsukov | 2013-12-27 | 1 | -2/+8 |
| * | Prevent users from deactivating the last component of a mirror. | Andrey V. Elsukov | 2013-12-19 | 1 | -1/+12 |
| * | Add "resize" verb to gmirror(8) and such functionality to geom_mirror(4). | Andrey V. Elsukov | 2013-11-19 | 1 | -0/+73 |
| * | Prevent removing of the last active component from a mirror. | Andrey V. Elsukov | 2012-05-18 | 1 | -1/+12 |
| * | - Allow to specify value as const pointers. | Pawel Jakub Dawidek | 2010-09-13 | 1 | -2/+2 |
| * | Add support for changing providers priority. | Pawel Jakub Dawidek | 2009-09-06 | 1 | -9/+62 |
| * | Now, that we have gjournal in the tree add possibility to configure | Pawel Jakub Dawidek | 2006-11-01 | 1 | -2/+30 |
| * | Always allow to specify components with /dev/ prefix. | Pawel Jakub Dawidek | 2006-07-13 | 1 | -2/+4 |
| * | Introduce and use delayed-destruction functionality from a pre-sync hook, | Pawel Jakub Dawidek | 2006-04-10 | 1 | -1/+7 |
| * | Update copyright for 2006. | Pawel Jakub Dawidek | 2006-03-19 | 1 | -1/+1 |
| * | - Speed up synchronization process by using configurable number of I/O | Pawel Jakub Dawidek | 2006-03-13 | 1 | -49/+69 |
| * | When inserting a new component md_provsize metadata field wasn't set, which | Pawel Jakub Dawidek | 2006-03-10 | 1 | -0/+1 |
| * | Remove trailing spaces. | Pawel Jakub Dawidek | 2006-02-01 | 1 | -1/+1 |
| * | Fix provider's size check for 'insert' command. | Pawel Jakub Dawidek | 2005-04-25 | 1 | -1/+2 |
| * | Check for return values. | Pawel Jakub Dawidek | 2005-03-26 | 1 | -0/+12 |
| * | Update copyright in files changed this year. | Pawel Jakub Dawidek | 2005-02-16 | 1 | -1/+1 |
| * | Spoiling is now not possible, because we keep consumers open for writing | Pawel Jakub Dawidek | 2005-01-04 | 1 | -1/+1 |
| * | Fix 'rebuild' command (we ignore retaste event now, so don't relay on it). | Pawel Jakub Dawidek | 2005-01-03 | 1 | -9/+18 |
| * | - Add genid field to the metadata which will allow to improve reliability a bit. | Pawel Jakub Dawidek | 2004-12-22 | 1 | -1/+1 |
| * | Don't quit on first failure, just skip failures. | Pawel Jakub Dawidek | 2004-12-19 | 1 | -6/+6 |
| * | Forgot to commit those: introduce hardcoded provider functionality, | Pawel Jakub Dawidek | 2004-08-10 | 1 | -3/+33 |
| * | Add '-p' option for 'insert' command which allows to specify priority | Pawel Jakub Dawidek | 2004-07-31 | 1 | -0/+7 |
| * | - Check if 'slice' argument was given. | Pawel Jakub Dawidek | 2004-07-31 | 1 | -0/+8 |
| * | Add GEOM_MIRROR class which provide RAID1 functionality and has many useful | Pawel Jakub Dawidek | 2004-07-30 | 1 | -0/+617 |