aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Remove the trailing half of a sentence which was clearly supercededCeri Davies2006-05-241-2/+0
* 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-282-17/+18
* Be sure to not destroy device twice. This is not possible in theory, butPawel Jakub Dawidek2006-04-281-2/+13
* Be sure to not destroy device twice. This is not possible in theory, butPawel Jakub Dawidek2006-04-281-2/+13
* geli(8) provides keys on newsession time, so remove CRD_F_KEY_EXPLICIT flagPawel Jakub Dawidek2006-04-202-3/+2
* Fix storing offset of already synchronized data. Offset in entire array wasPawel Jakub Dawidek2006-04-181-3/+5
* Correct debug: we are sending child bio here, not parent bio.Pawel Jakub Dawidek2006-04-151-2/+2
* Make CCD be able to read and write Linux software raids.Martin Cracauer2006-04-131-2/+24
* Pass BIO_GETATTR requests down.Pawel Jakub Dawidek2006-04-121-5/+14
* Introduce and use delayed-destruction functionality from a pre-sync hook,Pawel Jakub Dawidek2006-04-106-111/+174
* MFp4:Marcel Moolenaar2006-04-101-20/+169
* Add g_wither_provider() to abstract the details of destroying aMarcel Moolenaar2006-04-104-3/+15
* Change gctl_set_param() to return an error instead of setting anMarcel Moolenaar2006-04-074-17/+34
* Typos.Pawel Jakub Dawidek2006-04-051-1/+1
* Revert previous change, as I fixed MD5(9).Pawel Jakub Dawidek2006-03-301-6/+2
* md_hash field in g_eli_metadata structure is not 4 byte aligned, whichPawel Jakub Dawidek2006-03-301-2/+6
* Protect from creating striped and RAID5 plexes with unequally sizedLukas Ertl2006-03-305-68/+112
* - 'ndisks' variable is not boolean, so compare it with a value.Pawel Jakub Dawidek2006-03-301-1/+1
* 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
* Fix whitespace.Lukas Ertl2006-03-231-1/+1
* Implement the 'resetconfig' command.Lukas Ertl2006-03-233-0/+43
* Update copyright for 2006.Pawel Jakub Dawidek2006-03-195-5/+5
* kern.geom.raid3.sync_requests=2 seems to be a better default - it stillPawel Jakub Dawidek2006-03-191-3/+3
* kern.geom.mirror.sync_requests=2 seems to be a better default - it stillPawel Jakub Dawidek2006-03-191-2/+2
* Fix a typo.Ruslan Ermilov2006-03-131-1/+1
* Fix build on 64-bit platforms.Ruslan Ermilov2006-03-132-4/+4
* - Reimplement I/O data allocation to prevent deadlocks.Pawel Jakub Dawidek2006-03-133-352/+672
* - Speed up synchronization process by using configurable number of I/OPawel Jakub Dawidek2006-03-133-274/+559
* When inserting a new component md_provsize metadata field wasn't set, whichPawel Jakub Dawidek2006-03-102-0/+2
* Allow to dump kernel to gmirror providers.Pawel Jakub Dawidek2006-03-081-0/+37
* We need to check if file system size is equal to provider's size, becausePawel Jakub Dawidek2006-03-041-2/+7
* - Lock Giant if needed around the call to vnode_create_vobject(). This isJeff Roberson2006-03-021-0/+3
* Assert proper use of bio_caller1, bio_caller2, bio_cflags, bio_driver1,Pawel Jakub Dawidek2006-03-011-0/+23
* Do not use bio structure after g_io_deliver(), it may not longer by valid.Pawel Jakub Dawidek2006-02-221-1/+1
* Inform when label disappears.Pawel Jakub Dawidek2006-02-181-16/+36
* Allow to use g_slice_orphan() from outside.Pawel Jakub Dawidek2006-02-182-2/+2
* - Do not depend on fact that file system covers entire provider.Pawel Jakub Dawidek2006-02-181-19/+13
* This function returns nothing.Pawel Jakub Dawidek2006-02-181-1/+1
* If provider's sector size prevents reading SBLOCKSIZE bytes returnPawel Jakub Dawidek2006-02-181-8/+10
* On component state change to ACTIVE don't forget to update metadata.Pawel Jakub Dawidek2006-02-122-6/+4
* Use time_uptime instead of time_second, as the latter may go backwards.Pawel Jakub Dawidek2006-02-122-8/+8
* 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
* - Add kern.geom.mirror.disconnect_on_failure sysctl/tunnable (default to 1Pawel Jakub Dawidek2006-02-112-10/+47
* 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