| Commit message (Expand) | Author | Age | Files | Lines |
* | Sector size can not be greater than MAXPHYS. Since GRAID3 calculates | ae | 2011-01-12 | 1 | -0/+4 |
* | Move wakeup() out of mutex to reduce contention. | mav | 2010-01-05 | 1 | -3/+3 |
* | Slightly optimize XOR calculation. | mav | 2010-01-05 | 1 | -24/+31 |
* | As soon as geom_raid3 reports it's own stripe as sector size, report largest | mav | 2009-12-24 | 1 | -0/+14 |
* | Make graid3 fallback to malloc() when component request size is bigger | mav | 2009-12-21 | 2 | -9/+15 |
* | Revert r190676,190677 | thompsa | 2009-04-10 | 1 | -1/+1 |
* | Add a how argument to root_mount_hold() so it can be passed NOWAIT and be called | thompsa | 2009-04-03 | 1 | -1/+1 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -3/+3 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -2/+2 |
* | Now, that we have gjournal in the tree add possibility to configure | pjd | 2006-11-01 | 3 | -8/+49 |
* | Change spaces to tabs where needed. | pjd | 2006-11-01 | 2 | -24/+24 |
* | Implement BIO_FLUSH handling by simply passing it down to the components. | pjd | 2006-10-31 | 1 | -0/+47 |
* | Guard against invalid metadata. | pjd | 2006-10-10 | 1 | -0/+6 |
* | One more white space fix. | pjd | 2006-09-30 | 1 | -1/+1 |
* | Remove trailing spaces. | pjd | 2006-09-30 | 1 | -16/+16 |
* | Small fixes after adding __printflike() to gctl_error(). | pjd | 2006-09-16 | 1 | -4/+4 |
* | Fix synchronization in gmirror and graid3 which I broken. Synchronization | pjd | 2006-09-13 | 1 | -2/+5 |
* | move created/detected/activated under debug level 1 to quiet the common case.. | jmg | 2006-09-09 | 1 | -5/+7 |
* | Not only a request from us can be passed to g_{mirror,raid3}_worker() | pjd | 2006-08-09 | 1 | -5/+11 |
* | Commit the results of the typo hunt by Darren Pilgrim. | yar | 2006-08-04 | 1 | -1/+1 |
* | Don't use f-word in comments. We are gentlemans. | pjd | 2006-08-01 | 1 | -1/+1 |
* | Always allow to specify components with /dev/ prefix. | pjd | 2006-07-13 | 1 | -0/+4 |
* | Use proper defines instead of magic values. | pjd | 2006-07-10 | 1 | -2/+2 |
* | 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 | 1 | -3/+5 |
* | 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 | 1 | -9/+9 |
* | Be sure to not destroy device twice. This is not possible in theory, but | pjd | 2006-04-28 | 1 | -2/+13 |
* | Fix storing offset of already synchronized data. Offset in entire array was | pjd | 2006-04-18 | 1 | -3/+5 |
* | Introduce and use delayed-destruction functionality from a pre-sync hook, | pjd | 2006-04-10 | 3 | -55/+82 |
* | 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 |
* | Update copyright for 2006. | pjd | 2006-03-19 | 2 | -2/+2 |
* | kern.geom.raid3.sync_requests=2 seems to be a better default - it still | pjd | 2006-03-19 | 1 | -3/+3 |
* | Fix build on 64-bit platforms. | ru | 2006-03-13 | 1 | -2/+2 |
* | - Reimplement I/O data allocation to prevent deadlocks. | pjd | 2006-03-13 | 3 | -352/+672 |
* | When inserting a new component md_provsize metadata field wasn't set, which | pjd | 2006-03-10 | 1 | -0/+1 |
* | Do not use bio structure after g_io_deliver(), it may not longer by valid. | pjd | 2006-02-22 | 1 | -1/+1 |
* | On component state change to ACTIVE don't forget to update metadata. | pjd | 2006-02-12 | 1 | -3/+2 |
* | Use time_uptime instead of time_second, as the latter may go backwards. | pjd | 2006-02-12 | 1 | -4/+4 |
* | Allow to set kern.geom.raid3.disconnect_on_failure from loader.conf. | pjd | 2006-02-12 | 1 | -0/+2 |
* | - Add kern.geom.raid3.disconnect_on_failure sysctl/tunnable (default to 1 | pjd | 2006-02-11 | 2 | -31/+76 |
* | Correct typo. 'fbp' is NULL here so this will result in a panic. | pjd | 2006-02-11 | 1 | -1/+1 |
* | Mark array as CLEAN when there are no write requests in | pjd | 2006-02-11 | 2 | -101/+53 |
* | Remove trailing spaces. | pjd | 2006-02-01 | 3 | -23/+23 |
* | Fix typo which cased that 64kB elements limit was not set properly and | pjd | 2006-01-30 | 1 | -1/+1 |
* | Remove dead code. | pjd | 2006-01-18 | 1 | -2/+0 |