summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* By default, when doing crypto work in software, start as many threadspjd2005-08-211-5/+10
* Remove stale comment (we now always start worker thread).pjd2005-08-211-5/+0
* Back-out the change from revision 1.14 and allow for '/' in labels again.pjd2005-08-201-8/+0
* Add a __packed keyword to g_eli_metadata struct definition, sopjd2005-08-201-1/+1
* Allow to change number of iterations for PKCS#5v2. It can only be usedpjd2005-08-191-2/+21
* - Add a missing period.pjd2005-08-191-3/+3
* Avoid code duplication and implement bitcount32() function in systm.h only.pjd2005-08-192-7/+1
* Always run dedicated kernel thread (even when we have hardware support).pjd2005-08-171-114/+37
* We should now return 0.pjd2005-08-171-1/+1
* Even if crypto_dispatch() return an error, request is not canceled andpjd2005-08-171-12/+2
* We don't need to clear allocated memory. This will speed-up things a bit.pjd2005-08-171-1/+1
* remove stale commentsphk2005-08-161-2/+0
* Make it possible to remove stale, left-over subdisks.le2005-08-162-10/+11
* Fix a stupid logic bug introduced in geom_vinum_drive.c rev 1.18:le2005-08-153-1/+9
* Because code paths for I/O requests are quite complex, add comments abovepjd2005-08-131-0/+12
* Provide more complete "How to add a new file system to glabel." list.pjd2005-08-121-3/+7
* Add code for Ext2FS and ReiserFS labels recognition.pjd2005-08-124-0/+206
* Avoid creating directories in devfs by changing all '/' in labels to '_'.pjd2005-08-121-0/+8
* GELI doesn't need cryptodev.pjd2005-08-111-1/+0
* Be case-insensitive when dealing with algorithm names.pjd2005-08-081-4/+5
* MFp4: Export more informations about encrypted providers.pjd2005-07-271-0/+32
* Reduce default debug level to 0.pjd2005-07-271-1/+1
* Add GEOM_ELI class which provides GEOM providers encryption.pjd2005-07-277-0/+2757
* Use root_mount KPI for RAID3 to delay root file system mount.pjd2005-07-272-0/+28
* By design I left a tiny race in updating the I/O statistics based onphk2005-07-251-8/+14
* Add a very simple and small GEOM class - ZERO.pjd2005-07-251-0/+113
* Comment typophk2005-07-201-1/+1
* Before calling g_orphan_provider(), add G_PF_WITHER flag, so GEOM will knowpjd2005-07-172-0/+2
* Merged from geom_mbr.c revisions 1.62 and 1.66.nyan2005-07-151-6/+68
* *) Implement round-robin reads for multiplex volumes.le2005-07-152-25/+36
* Implement a gctl handler and the verb "write MBR" which can be used tophk2005-07-151-5/+55
* Add CANCEL command which allows to remove one request from the queue orpjd2005-07-082-4/+53
* After provider creation!!pjd2005-05-251-6/+6
* - Call root_mount_rel() when provider IS created, not earlier.pjd2005-05-251-8/+20
* Add some debug code to diagnose root-on-mirror problems with recent -current.pjd2005-05-231-0/+3
* Correct typo.pjd2005-05-181-1/+1
* When a drive dies, don't call g_wither_geom() directly, but insteadle2005-05-171-46/+71
* cp can't be NULL.pjd2005-05-111-7/+5
* gp can't be NULL.pjd2005-05-111-10/+8
* Add KASSERT() to be sure there is an active component.pjd2005-05-111-0/+1
* Check return value.pjd2005-05-111-0/+4
* Fix signed vs unsigned warning.nyan2005-05-011-2/+2
* Only allow RAID5 plexes to be parity checked.le2005-04-281-0/+4
* Fix provider's size check for 'insert' command.pjd2005-04-251-1/+2
* The size of a filesystem may be less than the size of the provider itwollman2005-04-191-2/+2
* Remove the hack which allowed to use gmirror for root file system,pjd2005-04-192-49/+8
* Call g_waitidle() instead of GEOM using the root_mount_hold() KPI.phk2005-04-191-6/+0
* Add a named reference-count KPI to hold off mounting of the root filesystem.phk2005-04-181-0/+6
* Protect against recursive labels creation in simlar way as it is donepjd2005-04-121-6/+46
* Fix a long-standing bug. Error string has to be copyied from the userpjd2005-04-081-5/+9
OpenPOWER on IntegriCloud