| Commit message (Expand) | Author | Age | Files | Lines |
* | Always allow to specify components with /dev/ prefix. | pjd | 2006-07-13 | 2 | -2/+8 |
* | Only check if we're freeing a valid object if we hold the topology lock. | pjd | 2006-07-12 | 1 | -4/+7 |
* | Use proper defines instead of magic values. | pjd | 2006-07-10 | 2 | -4/+4 |
* | When kern.geom.raid3.use_malloc tunnable is set to 1, malloc(9) instead of | pjd | 2006-07-09 | 1 | -43/+88 |
* | Remove bogus assertion. | pjd | 2006-07-07 | 1 | -1/+0 |
* | Allow to close access even if device is already destroyed. | pjd | 2006-07-03 | 2 | -6/+10 |
* | Improve check for protective MBR. Instead of assiming that protective | sobomax | 2006-06-26 | 1 | -5/+24 |
* | In g_dev_strategy(), when failing an IO request with EINVAL due to | simon | 2006-06-18 | 1 | -0/+1 |
* | Allow to use the old -a option to specify an encryption algorithm to use | pjd | 2006-06-06 | 1 | -13/+31 |
* | - Unbreak the build when geli is compiled into the kernel (on as module), | pjd | 2006-06-06 | 1 | -2/+2 |
* | Implement data integrity verification (data authentication) for geli(8). | pjd | 2006-06-05 | 6 | -275/+1101 |
* | Make kern.geom.eli.overwrites sysctl a tunable as well. | pjd | 2006-06-05 | 1 | -0/+1 |
* | Add g_duplicate_bio() function which does the same thing what g_clone_bio() | pjd | 2006-06-05 | 2 | -0/+26 |
* | Fix unaligned memory accesses on Alpha and possible other platforms. | marcel | 2006-06-04 | 1 | -3/+4 |
* | Remove the trailing half of a sentence which was clearly superceded | ceri | 2006-05-24 | 1 | -2/+0 |
* | Use G_RAID3_FOREACH_SAFE_BIO() macro instead of G_RAID3_FOREACH_BIO() in | pjd | 2006-05-04 | 1 | -6/+4 |
* | We shouldn't lock the topology here - we will panic on assertion inside | pjd | 2006-04-30 | 1 | -2/+0 |
* | - Don't hold the device sx lock when going to sleep. | pjd | 2006-04-28 | 1 | -6/+23 |
* | - Remove dead code. | pjd | 2006-04-28 | 2 | -17/+18 |
* | Be sure to not destroy device twice. This is not possible in theory, but | pjd | 2006-04-28 | 1 | -2/+13 |
* | Be sure to not destroy device twice. This is not possible in theory, but | pjd | 2006-04-28 | 1 | -2/+13 |
* | geli(8) provides keys on newsession time, so remove CRD_F_KEY_EXPLICIT flag | pjd | 2006-04-20 | 2 | -3/+2 |
* | Fix storing offset of already synchronized data. Offset in entire array was | pjd | 2006-04-18 | 1 | -3/+5 |
* | Correct debug: we are sending child bio here, not parent bio. | pjd | 2006-04-15 | 1 | -2/+2 |
* | Make CCD be able to read and write Linux software raids. | cracauer | 2006-04-13 | 1 | -2/+24 |
* | Pass BIO_GETATTR requests down. | pjd | 2006-04-12 | 1 | -5/+14 |
* | Introduce and use delayed-destruction functionality from a pre-sync hook, | pjd | 2006-04-10 | 6 | -111/+174 |
* | MFp4: | marcel | 2006-04-10 | 1 | -20/+169 |
* | Add g_wither_provider() to abstract the details of destroying a | marcel | 2006-04-10 | 4 | -3/+15 |
* | Change gctl_set_param() to return an error instead of setting an | marcel | 2006-04-07 | 4 | -17/+34 |
* | Typos. | pjd | 2006-04-05 | 1 | -1/+1 |
* | Revert previous change, as I fixed MD5(9). | pjd | 2006-03-30 | 1 | -6/+2 |
* | md_hash field in g_eli_metadata structure is not 4 byte aligned, which | pjd | 2006-03-30 | 1 | -2/+6 |
* | Protect from creating striped and RAID5 plexes with unequally sized | le | 2006-03-30 | 5 | -68/+112 |
* | - 'ndisks' variable is not boolean, so compare it with a value. | pjd | 2006-03-30 | 1 | -1/+1 |
* | Preserve previous behaviour of kern.geom.raid3.n{64,16,4}k tunables were 0 | pjd | 2006-03-28 | 1 | -1/+1 |
* | Increase debug level for "Thread exiting." message. It's not that important | pjd | 2006-03-25 | 1 | -1/+1 |
* | Fix whitespace. | le | 2006-03-23 | 1 | -1/+1 |
* | Implement the 'resetconfig' command. | le | 2006-03-23 | 3 | -0/+43 |
* | Update copyright for 2006. | pjd | 2006-03-19 | 5 | -5/+5 |
* | kern.geom.raid3.sync_requests=2 seems to be a better default - it still | pjd | 2006-03-19 | 1 | -3/+3 |
* | kern.geom.mirror.sync_requests=2 seems to be a better default - it still | pjd | 2006-03-19 | 1 | -2/+2 |
* | Fix a typo. | ru | 2006-03-13 | 1 | -1/+1 |
* | Fix build on 64-bit platforms. | ru | 2006-03-13 | 2 | -4/+4 |
* | - Reimplement I/O data allocation to prevent deadlocks. | pjd | 2006-03-13 | 3 | -352/+672 |
* | - Speed up synchronization process by using configurable number of I/O | pjd | 2006-03-13 | 3 | -274/+559 |
* | When inserting a new component md_provsize metadata field wasn't set, which | pjd | 2006-03-10 | 2 | -0/+2 |
* | Allow to dump kernel to gmirror providers. | pjd | 2006-03-08 | 1 | -0/+37 |
* | We need to check if file system size is equal to provider's size, because | pjd | 2006-03-04 | 1 | -2/+7 |
* | - Lock Giant if needed around the call to vnode_create_vobject(). This is | jeff | 2006-03-02 | 1 | -0/+3 |