summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Increase debug level for "Thread exiting." message. It's not that importantpjd2006-03-251-1/+1
* Fix whitespace.le2006-03-231-1/+1
* Implement the 'resetconfig' command.le2006-03-233-0/+43
* Update copyright for 2006.pjd2006-03-195-5/+5
* kern.geom.raid3.sync_requests=2 seems to be a better default - it stillpjd2006-03-191-3/+3
* kern.geom.mirror.sync_requests=2 seems to be a better default - it stillpjd2006-03-191-2/+2
* Fix a typo.ru2006-03-131-1/+1
* Fix build on 64-bit platforms.ru2006-03-132-4/+4
* - Reimplement I/O data allocation to prevent deadlocks.pjd2006-03-133-352/+672
* - Speed up synchronization process by using configurable number of I/Opjd2006-03-133-274/+559
* When inserting a new component md_provsize metadata field wasn't set, whichpjd2006-03-102-0/+2
* Allow to dump kernel to gmirror providers.pjd2006-03-081-0/+37
* We need to check if file system size is equal to provider's size, becausepjd2006-03-041-2/+7
* - Lock Giant if needed around the call to vnode_create_vobject(). This isjeff2006-03-021-0/+3
* Assert proper use of bio_caller1, bio_caller2, bio_cflags, bio_driver1,pjd2006-03-011-0/+23
* Do not use bio structure after g_io_deliver(), it may not longer by valid.pjd2006-02-221-1/+1
* Inform when label disappears.pjd2006-02-181-16/+36
* Allow to use g_slice_orphan() from outside.pjd2006-02-182-2/+2
* - Do not depend on fact that file system covers entire provider.pjd2006-02-181-19/+13
* This function returns nothing.pjd2006-02-181-1/+1
* If provider's sector size prevents reading SBLOCKSIZE bytes returnpjd2006-02-181-8/+10
* On component state change to ACTIVE don't forget to update metadata.pjd2006-02-122-6/+4
* Use time_uptime instead of time_second, as the latter may go backwards.pjd2006-02-122-8/+8
* Allow to set kern.geom.raid3.disconnect_on_failure from loader.conf.pjd2006-02-121-0/+2
* - Add kern.geom.raid3.disconnect_on_failure sysctl/tunnable (default to 1pjd2006-02-112-31/+76
* - Add kern.geom.mirror.disconnect_on_failure sysctl/tunnable (default to 1pjd2006-02-112-10/+47
* Correct typo. 'fbp' is NULL here so this will result in a panic.pjd2006-02-111-1/+1
* Mark array as CLEAN when there are no write requests inpjd2006-02-112-101/+53
* Mark array as CLEAN when there are no write requests inpjd2006-02-112-103/+54
* Teach geli how to load keyfiles before root file system is mounted.pjd2006-02-111-19/+106
* Check rootvnode variable to see if we still want to ask for passphrase onpjd2006-02-111-28/+2
* Catch the case when a subdisk has no provider or no consumerle2006-02-081-9/+12
* Clean up some sysctl descriptions, debug messages etc.brueffer2006-02-071-7/+7
* Remove trailing spaces.pjd2006-02-0128-67/+67
* Allow to specify only one disk. This is helpful when we want to extendpjd2006-01-301-3/+3
* Fix typo which cased that 64kB elements limit was not set properly andpjd2006-01-301-1/+1
* Rename geom_uzip class to g_uzip in order to be consistent with the namingfjoe2006-01-221-2/+2
* Fix bio leak in case of malloc(9) failure.pjd2006-01-181-0/+1
* Remove dead code.pjd2006-01-181-2/+0
* Remove dead code.pjd2006-01-181-2/+0
* Style cleanups.pjd2006-01-181-24/+21
* Move $FreeBSD$ from comment to __FBSDID().pjd2006-01-171-2/+3
* - Use better types.pjd2006-01-171-6/+6
* Check return value.pjd2006-01-171-0/+4
* Remove dead code.pjd2006-01-171-2/+0
* Remove unused value.pjd2006-01-171-2/+1
* Log situation when EIO is returned.pjd2006-01-171-0/+1
* Remove bio leak when EIO error is emulated.pjd2006-01-171-5/+5
* Get rid of the gv_bioq hack in most parts of the I/O path andle2006-01-065-81/+89
* MFp4: Typo fix (without it the XML GEOM tree wasn't consistent).pjd2005-12-191-1/+1
OpenPOWER on IntegriCloud