| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement GEOM::rotation_rate for gmirror | Alan Somers | 2023-09-06 | 1 | -0/+1 |
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 1 | -1/+1 |
* | gmirror: Pre-allocate the timeout event structure | Mark Johnston | 2021-03-18 | 1 | -0/+1 |
* | GEOM: Reduce unnecessary log interleaving with sbufs | Conrad Meyer | 2019-08-07 | 1 | -22/+4 |
* | gmirror: Relocate DEVICE_FLAGS to adjacent lines | Conrad Meyer | 2019-01-23 | 1 | -6/+6 |
* | gmirror: Evaluate mirror components against newest metadata copy | Conrad Meyer | 2018-12-07 | 1 | -0/+4 |
* | Revert r341665 due to tinderbox breakage | Conrad Meyer | 2018-12-07 | 1 | -4/+0 |
* | gmirror: Evaluate mirror components against newest metadata copy | Conrad Meyer | 2018-12-06 | 1 | -0/+4 |
* | Clarify the use of the gmirror flag mask constants. | Mark Johnston | 2018-01-10 | 1 | -0/+4 |
* | Avoid using bioq_* in gmirror. | Mark Johnston | 2017-12-19 | 1 | -9/+6 |
* | Update gmirror metadata less frequently when synchronizing. | Mark Johnston | 2017-11-30 | 1 | -0/+1 |
* | sys/geom: adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Allow kern.geom.mirror.debug to be negative. | Mark Johnston | 2017-11-23 | 1 | -1/+1 |
* | gmirror: treat ENXIO as disk disconnect, not media error | Andriy Gapon | 2017-09-15 | 1 | -2/+4 |
* | Rename two gmirror state flags to make their meanings slightly clearer. | Mark Johnston | 2017-04-14 | 1 | -2/+2 |
* | Add `gmirror create` subcommand, alike to gstripe, gconcat, etc. | Alexander Motin | 2016-11-30 | 1 | -0/+8 |
* | Use providergone method to cover race between destroy and g_access(). | Alexander Motin | 2016-11-13 | 1 | -0/+1 |
* | Fix possible geom destruction before final provider close. | Alexander Motin | 2016-10-06 | 1 | -0/+1 |
* | Add an ability to stop gmirror and clear its metadata in one command. | Andrey V. Elsukov | 2013-12-27 | 1 | -0/+1 |
* | Merge GEOM direct dispatch changes from the projects/camlock branch. | Alexander Motin | 2013-10-22 | 1 | -0/+2 |
* | Make geom_mirror more friendly to SSDs. To properly support TRIM, | Gleb Smirnoff | 2012-07-01 | 1 | -1/+3 |
* | Introduce new device flag G_MIRROR_DEVICE_FLAG_TASTING. It should | Andrey V. Elsukov | 2012-05-18 | 1 | -0/+1 |
* | Change 'load' balancing mode algorithm: | Alexander Motin | 2009-12-03 | 1 | -2/+2 |
* | Now, that we have gjournal in the tree add possibility to configure | Pawel Jakub Dawidek | 2006-11-01 | 1 | -4/+10 |
* | Introduce and use delayed-destruction functionality from a pre-sync hook, | Pawel Jakub Dawidek | 2006-04-10 | 1 | -1/+5 |
* | 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 | -5/+14 |
* | - Add kern.geom.mirror.disconnect_on_failure sysctl/tunnable (default to 1 | Pawel Jakub Dawidek | 2006-02-11 | 1 | -0/+1 |
* | Mark array as CLEAN when there are no write requests in | Pawel Jakub Dawidek | 2006-02-11 | 1 | -0/+2 |
* | Remove trailing spaces. | Pawel Jakub Dawidek | 2006-02-01 | 1 | -1/+1 |
* | Remove the hack which allowed to use gmirror for root file system, | Pawel Jakub Dawidek | 2005-04-19 | 1 | -0/+2 |
* | - Add md_provsize field to metadata, which will help with | Pawel Jakub Dawidek | 2005-02-27 | 1 | -3/+44 |
* | 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 | -7/+2 |
* | Fix 'rebuild' command (we ignore retaste event now, so don't relay on it). | Pawel Jakub Dawidek | 2005-01-03 | 1 | -0/+3 |
* | - Add genid field to the metadata which will allow to improve reliability a bit. | Pawel Jakub Dawidek | 2004-12-22 | 1 | -19/+88 |
* | MFp4: | Pawel Jakub Dawidek | 2004-11-05 | 1 | -0/+1 |
* | Just use MAXPHYS as maximum I/O request size, instead of using my own | Pawel Jakub Dawidek | 2004-09-28 | 1 | -2/+0 |
* | Forgot to commit addition of ds_resync field. | Pawel Jakub Dawidek | 2004-09-26 | 1 | -0/+1 |
* | MFp4: Simplify code a bit: | Pawel Jakub Dawidek | 2004-08-11 | 1 | -6/+6 |
* | Actually, HARDCODED flag isn't stored in metadata, so don't bother | Pawel Jakub Dawidek | 2004-08-11 | 1 | -2/+0 |
* | - Fix typo. | Pawel Jakub Dawidek | 2004-08-11 | 1 | -1/+3 |
* | - Introduce option for hardcoding providers' names into metadata. | Pawel Jakub Dawidek | 2004-08-09 | 1 | -5/+10 |
* | - Add two fields to bio structure: 'bio_cflags' which can be used by | Pawel Jakub Dawidek | 2004-08-04 | 1 | -0/+3 |
* | - Add "prefer" balance algorithm. When used, only disk with the biggest | Pawel Jakub Dawidek | 2004-08-04 | 1 | -3/+6 |
* | Remove unused field. | Pawel Jakub Dawidek | 2004-07-31 | 1 | -1/+0 |
* | Add GEOM_MIRROR class which provide RAID1 functionality and has many useful | Pawel Jakub Dawidek | 2004-07-30 | 1 | -0/+350 |