aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/raid3
Commit message (Expand)AuthorAgeFilesLines
* Create an API to reset a struct bio (g_reset_bio). This is mandatoryWarner Losh2016-02-171-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-17/+7
* Revert r267961, r267973:Glen Barber2014-06-271-7/+17
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-17/+7
* Allow to insert new component to geom_raid3 without specifying number.Alexander Motin2013-01-151-16/+29
* Alike to r242314 for GRAID make GRAID3 more aggressive in marking volumesAlexander Motin2013-01-151-9/+12
* When synchronizing, include in the config dump amount ofGleb Smirnoff2012-09-111-0/+5
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-2/+3
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-111-0/+1
* Implement relaxed comparision for hardcoded provider names to make itAlexander Motin2011-04-271-1/+2
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-251-0/+1
* Sector size can not be greater than MAXPHYS. Since GRAID3 calculatesAndrey V. Elsukov2011-01-121-0/+4
* Move wakeup() out of mutex to reduce contention.Alexander Motin2010-01-051-3/+3
* Slightly optimize XOR calculation.Alexander Motin2010-01-051-24/+31
* As soon as geom_raid3 reports it's own stripe as sector size, report largestAlexander Motin2009-12-241-0/+14
* Make graid3 fallback to malloc() when component request size is biggerAlexander Motin2009-12-212-9/+15
* Revert r190676,190677Andrew Thompson2009-04-101-1/+1
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledAndrew Thompson2009-04-031-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-3/+3
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-2/+2
* Now, that we have gjournal in the tree add possibility to configurePawel Jakub Dawidek2006-11-013-8/+49
* Change spaces to tabs where needed.Pawel Jakub Dawidek2006-11-012-24/+24
* Implement BIO_FLUSH handling by simply passing it down to the components.Pawel Jakub Dawidek2006-10-311-0/+47
* Guard against invalid metadata.Pawel Jakub Dawidek2006-10-101-0/+6
* One more white space fix.Pawel Jakub Dawidek2006-09-301-1/+1
* Remove trailing spaces.Pawel Jakub Dawidek2006-09-301-16/+16
* Small fixes after adding __printflike() to gctl_error().Pawel Jakub Dawidek2006-09-161-4/+4
* Fix synchronization in gmirror and graid3 which I broken. SynchronizationPawel Jakub Dawidek2006-09-131-2/+5
* move created/detected/activated under debug level 1 to quiet the common case..John-Mark Gurney2006-09-091-5/+7
* Not only a request from us can be passed to g_{mirror,raid3}_worker()Pawel Jakub Dawidek2006-08-091-5/+11
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* Don't use f-word in comments. We are gentlemans.Pawel Jakub Dawidek2006-08-011-1/+1
* Always allow to specify components with /dev/ prefix.Pawel Jakub Dawidek2006-07-131-0/+4
* Use proper defines instead of magic values.Pawel Jakub Dawidek2006-07-101-2/+2
* When kern.geom.raid3.use_malloc tunnable is set to 1, malloc(9) instead ofPawel Jakub Dawidek2006-07-091-43/+88
* Remove bogus assertion.Pawel Jakub Dawidek2006-07-071-1/+0
* Allow to close access even if device is already destroyed.Pawel Jakub Dawidek2006-07-031-3/+5
* Use G_RAID3_FOREACH_SAFE_BIO() macro instead of G_RAID3_FOREACH_BIO() inPawel Jakub Dawidek2006-05-041-6/+4
* We shouldn't lock the topology here - we will panic on assertion insidePawel Jakub Dawidek2006-04-301-2/+0
* - Don't hold the device sx lock when going to sleep.Pawel Jakub Dawidek2006-04-281-6/+23
* - Remove dead code.Pawel Jakub Dawidek2006-04-281-9/+9
* Be sure to not destroy device twice. This is not possible in theory, butPawel Jakub Dawidek2006-04-281-2/+13
* Fix storing offset of already synchronized data. Offset in entire array wasPawel Jakub Dawidek2006-04-181-3/+5
* Introduce and use delayed-destruction functionality from a pre-sync hook,Pawel Jakub Dawidek2006-04-103-55/+82
* Preserve previous behaviour of kern.geom.raid3.n{64,16,4}k tunables were 0Pawel Jakub Dawidek2006-03-281-1/+1
* Increase debug level for "Thread exiting." message. It's not that importantPawel Jakub Dawidek2006-03-251-1/+1
* Update copyright for 2006.Pawel Jakub Dawidek2006-03-192-2/+2
* kern.geom.raid3.sync_requests=2 seems to be a better default - it stillPawel Jakub Dawidek2006-03-191-3/+3
* Fix build on 64-bit platforms.Ruslan Ermilov2006-03-131-2/+2