| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the trailing half of a sentence which was clearly superceded | Ceri Davies | 2006-05-24 | 1 | -2/+0 |
* | Use G_RAID3_FOREACH_SAFE_BIO() macro instead of G_RAID3_FOREACH_BIO() in | Pawel Jakub Dawidek | 2006-05-04 | 1 | -6/+4 |
* | We shouldn't lock the topology here - we will panic on assertion inside | Pawel Jakub Dawidek | 2006-04-30 | 1 | -2/+0 |
* | - Don't hold the device sx lock when going to sleep. | Pawel Jakub Dawidek | 2006-04-28 | 1 | -6/+23 |
* | - Remove dead code. | Pawel Jakub Dawidek | 2006-04-28 | 2 | -17/+18 |
* | Be sure to not destroy device twice. This is not possible in theory, but | Pawel Jakub Dawidek | 2006-04-28 | 1 | -2/+13 |
* | Be sure to not destroy device twice. This is not possible in theory, but | Pawel Jakub Dawidek | 2006-04-28 | 1 | -2/+13 |
* | geli(8) provides keys on newsession time, so remove CRD_F_KEY_EXPLICIT flag | Pawel Jakub Dawidek | 2006-04-20 | 2 | -3/+2 |
* | Fix storing offset of already synchronized data. Offset in entire array was | Pawel Jakub Dawidek | 2006-04-18 | 1 | -3/+5 |
* | Correct debug: we are sending child bio here, not parent bio. | Pawel Jakub Dawidek | 2006-04-15 | 1 | -2/+2 |
* | Make CCD be able to read and write Linux software raids. | Martin Cracauer | 2006-04-13 | 1 | -2/+24 |
* | Pass BIO_GETATTR requests down. | Pawel Jakub Dawidek | 2006-04-12 | 1 | -5/+14 |
* | Introduce and use delayed-destruction functionality from a pre-sync hook, | Pawel Jakub Dawidek | 2006-04-10 | 6 | -111/+174 |
* | MFp4: | Marcel Moolenaar | 2006-04-10 | 1 | -20/+169 |
* | Add g_wither_provider() to abstract the details of destroying a | Marcel Moolenaar | 2006-04-10 | 4 | -3/+15 |
* | Change gctl_set_param() to return an error instead of setting an | Marcel Moolenaar | 2006-04-07 | 4 | -17/+34 |
* | Typos. | Pawel Jakub Dawidek | 2006-04-05 | 1 | -1/+1 |
* | Revert previous change, as I fixed MD5(9). | Pawel Jakub Dawidek | 2006-03-30 | 1 | -6/+2 |
* | md_hash field in g_eli_metadata structure is not 4 byte aligned, which | Pawel Jakub Dawidek | 2006-03-30 | 1 | -2/+6 |
* | Protect from creating striped and RAID5 plexes with unequally sized | Lukas Ertl | 2006-03-30 | 5 | -68/+112 |
* | - 'ndisks' variable is not boolean, so compare it with a value. | Pawel Jakub Dawidek | 2006-03-30 | 1 | -1/+1 |
* | Preserve previous behaviour of kern.geom.raid3.n{64,16,4}k tunables were 0 | Pawel Jakub Dawidek | 2006-03-28 | 1 | -1/+1 |
* | Increase debug level for "Thread exiting." message. It's not that important | Pawel Jakub Dawidek | 2006-03-25 | 1 | -1/+1 |
* | Fix whitespace. | Lukas Ertl | 2006-03-23 | 1 | -1/+1 |
* | Implement the 'resetconfig' command. | Lukas Ertl | 2006-03-23 | 3 | -0/+43 |
* | Update copyright for 2006. | Pawel Jakub Dawidek | 2006-03-19 | 5 | -5/+5 |
* | kern.geom.raid3.sync_requests=2 seems to be a better default - it still | Pawel Jakub Dawidek | 2006-03-19 | 1 | -3/+3 |
* | kern.geom.mirror.sync_requests=2 seems to be a better default - it still | Pawel Jakub Dawidek | 2006-03-19 | 1 | -2/+2 |
* | Fix a typo. | Ruslan Ermilov | 2006-03-13 | 1 | -1/+1 |
* | Fix build on 64-bit platforms. | Ruslan Ermilov | 2006-03-13 | 2 | -4/+4 |
* | - Reimplement I/O data allocation to prevent deadlocks. | Pawel Jakub Dawidek | 2006-03-13 | 3 | -352/+672 |
* | - Speed up synchronization process by using configurable number of I/O | Pawel Jakub Dawidek | 2006-03-13 | 3 | -274/+559 |
* | When inserting a new component md_provsize metadata field wasn't set, which | Pawel Jakub Dawidek | 2006-03-10 | 2 | -0/+2 |
* | Allow to dump kernel to gmirror providers. | Pawel Jakub Dawidek | 2006-03-08 | 1 | -0/+37 |
* | We need to check if file system size is equal to provider's size, because | Pawel Jakub Dawidek | 2006-03-04 | 1 | -2/+7 |
* | - Lock Giant if needed around the call to vnode_create_vobject(). This is | Jeff Roberson | 2006-03-02 | 1 | -0/+3 |
* | Assert proper use of bio_caller1, bio_caller2, bio_cflags, bio_driver1, | Pawel Jakub Dawidek | 2006-03-01 | 1 | -0/+23 |
* | Do not use bio structure after g_io_deliver(), it may not longer by valid. | Pawel Jakub Dawidek | 2006-02-22 | 1 | -1/+1 |
* | Inform when label disappears. | Pawel Jakub Dawidek | 2006-02-18 | 1 | -16/+36 |
* | Allow to use g_slice_orphan() from outside. | Pawel Jakub Dawidek | 2006-02-18 | 2 | -2/+2 |
* | - Do not depend on fact that file system covers entire provider. | Pawel Jakub Dawidek | 2006-02-18 | 1 | -19/+13 |
* | This function returns nothing. | Pawel Jakub Dawidek | 2006-02-18 | 1 | -1/+1 |
* | If provider's sector size prevents reading SBLOCKSIZE bytes return | Pawel Jakub Dawidek | 2006-02-18 | 1 | -8/+10 |
* | On component state change to ACTIVE don't forget to update metadata. | Pawel Jakub Dawidek | 2006-02-12 | 2 | -6/+4 |
* | Use time_uptime instead of time_second, as the latter may go backwards. | Pawel Jakub Dawidek | 2006-02-12 | 2 | -8/+8 |
* | Allow to set kern.geom.raid3.disconnect_on_failure from loader.conf. | Pawel Jakub Dawidek | 2006-02-12 | 1 | -0/+2 |
* | - Add kern.geom.raid3.disconnect_on_failure sysctl/tunnable (default to 1 | Pawel Jakub Dawidek | 2006-02-11 | 2 | -31/+76 |
* | - Add kern.geom.mirror.disconnect_on_failure sysctl/tunnable (default to 1 | Pawel Jakub Dawidek | 2006-02-11 | 2 | -10/+47 |
* | Correct typo. 'fbp' is NULL here so this will result in a panic. | Pawel Jakub Dawidek | 2006-02-11 | 1 | -1/+1 |
* | Mark array as CLEAN when there are no write requests in | Pawel Jakub Dawidek | 2006-02-11 | 2 | -101/+53 |