summaryrefslogtreecommitdiff
path: root/sys/geom/raid3
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-213-3/+3
* MFC r200821:Alexander Motin2009-12-292-9/+15
* 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
* - Reimplement I/O data allocation to prevent deadlocks.Pawel Jakub Dawidek2006-03-133-352/+672
* When inserting a new component md_provsize metadata field wasn't set, whichPawel Jakub Dawidek2006-03-101-0/+1
* Do not use bio structure after g_io_deliver(), it may not longer by valid.Pawel Jakub Dawidek2006-02-221-1/+1
* On component state change to ACTIVE don't forget to update metadata.Pawel Jakub Dawidek2006-02-121-3/+2
* Use time_uptime instead of time_second, as the latter may go backwards.Pawel Jakub Dawidek2006-02-121-4/+4
* Allow to set kern.geom.raid3.disconnect_on_failure from loader.conf.Pawel Jakub Dawidek2006-02-121-0/+2
* - Add kern.geom.raid3.disconnect_on_failure sysctl/tunnable (default to 1Pawel Jakub Dawidek2006-02-112-31/+76
* Correct typo. 'fbp' is NULL here so this will result in a panic.Pawel Jakub Dawidek2006-02-111-1/+1
* Mark array as CLEAN when there are no write requests inPawel Jakub Dawidek2006-02-112-101/+53
* Remove trailing spaces.Pawel Jakub Dawidek2006-02-013-23/+23
* Fix typo which cased that 64kB elements limit was not set properly andPawel Jakub Dawidek2006-01-301-1/+1
* Remove dead code.Pawel Jakub Dawidek2006-01-181-2/+0
* Check for g_read_data(9) errors properly:Maxim Sobolev2005-11-301-1/+1
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Fix possible live-lock under heavy load where we can't allocate morePawel Jakub Dawidek2005-10-281-1/+12
* Use root_mount KPI for RAID3 to delay root file system mount.Pawel Jakub Dawidek2005-07-272-0/+28
* cp can't be NULL.Pawel Jakub Dawidek2005-05-111-7/+5
* gp can't be NULL.Pawel Jakub Dawidek2005-05-111-10/+8