| Commit message (Expand) | Author | Age | Files | Lines |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -2/+1 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -1/+2 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -2/+1 |
* | 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 | 4 | -0/+6 |
* | Prevent non-aligned reading from provider while tasting. Reject | ae | 2011-05-25 | 2 | -0/+10 |
* | - Check flag with the bitwise operator, not the logical operator. | lulf | 2010-10-01 | 2 | -4/+4 |
* | - Don't return EAGAIN from gv_unload(). It was used to work around the | jh | 2010-05-10 | 4 | -5/+20 |
* | - Remove obsolete flags. | lulf | 2010-05-08 | 1 | -6/+0 |
* | - Set missing flag when initiating a plex rebuild with the rebuildparity | lulf | 2010-03-08 | 1 | -0/+15 |
* | Remove some pointless variable assignments. | trasz | 2010-01-25 | 2 | -4/+1 |
* | - Improve error message consistency and wording. | lulf | 2009-10-05 | 6 | -21/+21 |
* | - Fix the issue with read access count modification on RAID-5 plexes properly. | lulf | 2009-07-18 | 1 | -4/+6 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 2 | -5/+2 |
* | - Split up the BIO queue into a queue for new and one for completed requests. | lulf | 2009-05-06 | 5 | -86/+98 |
* | - Fix a case where a RAID5 volume would think that it is supposed to grow a new | lulf | 2009-05-06 | 1 | -2/+1 |
* | - Check if any plexes are doing internal maintenance before removing them. | lulf | 2009-05-06 | 1 | -0/+7 |
* | - Add forgotten KASSERT. | lulf | 2009-05-06 | 1 | -0/+1 |
* | - Fix a bug where the bio_data field of the wrong BIO is freed if an error | lulf | 2009-05-06 | 1 | -1/+1 |
* | - GV_BIO_RETRY is not used, and it is actually impossible with more than 8 | lulf | 2009-05-06 | 1 | -1/+0 |
* | - Split the queue mutex into one for the event queue and one for the BIO queue, | lulf | 2009-05-06 | 5 | -39/+60 |
* | - Make the gvinum softc invisible to userland, as it is not needed. | lulf | 2009-05-04 | 1 | -5/+1 |
* | - Remove assertion of topology lock remaining from 7.x gvinum. It is not needed, | lulf | 2009-04-18 | 2 | -4/+2 |
* | - Move out allocation part of different gvinum objects into its own routine and | lulf | 2009-04-10 | 2 | -28/+76 |
* | - Add files that should have been added in r190507. | lulf | 2009-03-28 | 2 | -0/+831 |
* | Import the gvinum work that have been done during and after Summer of Code 2007. | lulf | 2009-03-28 | 17 | -3371/+3402 |
* | - Fix an issue with access permissions to underlying disks used by a gvinum | lulf | 2008-12-27 | 1 | -0/+10 |
* | - Fix a potential NULL pointer reference. Note that this cannot happen in | lulf | 2008-11-25 | 5 | -6/+51 |
* | - Import macros used in gmirror for printing gvinum debug messages and making | lulf | 2008-10-26 | 10 | -72/+94 |
* | - Use the new gv_write_header function to write out the header when removing a | lulf | 2008-10-02 | 1 | -1/+1 |
* | - Remove unneeded macro since the config_length field in the header was changed | lulf | 2008-10-02 | 1 | -5/+0 |
* | - Make gvinum header on-disk structure consistent on all platforms by storing | lulf | 2008-10-01 | 3 | -8/+232 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -1/+2 |
* | - When renaming a drive, also set the drive name in the gvinum header. | lulf | 2008-07-19 | 1 | -0/+1 |
* | - Fix a logic error when updating plex configuration. | lulf | 2008-07-11 | 1 | -1/+2 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 1 | -0/+2 |
* | - Recognize the 'volume' parameter when creating a plex. | lulf | 2008-05-22 | 1 | -1/+2 |
* | - Fix a memory leak when re-discovering a gvinum configuration. | lulf | 2008-03-18 | 1 | -0/+2 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 4 | -18/+18 |
* | -) Correct sdcount for a plex when removing or adding subdisks. | le | 2007-04-12 | 3 | -3/+93 |
* | Avoid infinite loop if the device string given for a drive | le | 2007-04-12 | 1 | -6/+3 |
* | while (0); -> while (0) in multi-line macros | imp | 2006-08-17 | 1 | -1/+1 |
* | Protect from creating striped and RAID5 plexes with unequally sized | le | 2006-03-30 | 5 | -68/+112 |
* | Fix whitespace. | le | 2006-03-23 | 1 | -1/+1 |
* | Implement the 'resetconfig' command. | le | 2006-03-23 | 3 | -0/+43 |
* | Catch the case when a subdisk has no provider or no consumer | le | 2006-02-08 | 1 | -9/+12 |
* | Get rid of the gv_bioq hack in most parts of the I/O path and | le | 2006-01-06 | 5 | -81/+89 |
* | Don't pass error value pointer to g_read_data(9) at all if we don't | sobomax | 2005-11-30 | 1 | -3/+3 |
* | Check for g_read_data(9) errors properly: | sobomax | 2005-11-30 | 1 | -1/+1 |
* | Since we want a vinum geom created anytime the module loads, move | le | 2005-11-24 | 2 | -136/+27 |