summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
...
| * Add diagnostic messages for integrity checks.ae2011-05-161-0/+20
| * Add a sysctl kern.geom.part.check_integrity for those who has corruptae2011-05-151-3/+14
* | MFCattilio2011-05-231-0/+3
* | MFCattilio2011-05-161-19/+91
* | MFCattilio2011-05-151-0/+1
|\ \ | |/
| * Fix a memory leak possible in g_eli_key_allocate() if the key with thetrociny2011-05-151-0/+1
* | MFCattilio2011-05-122-47/+73
|\ \ | |/
| * Move the three geom kprocs as threads under a single pid.thompsa2011-05-111-46/+25
| * Add basic metadata integrity check. In case when partition table wasae2011-05-111-1/+48
* | MFCattilio2011-05-0811-31/+73
|\ \ | |/
| * Limit number of sectors that can be addressed.ae2011-05-081-5/+2
| * Limit number of sectors that can be addressed.ae2011-05-081-2/+2
| * Limit number of sectors that can be addressed.ae2011-05-081-2/+5
| * Limit number of sectors that can be addressed.ae2011-05-081-2/+2
| * Replace UINT_MAX to UINT32_MAX.ae2011-05-082-4/+4
| * Limit number of sectors that can be addressed.ae2011-05-081-2/+2
| * Limit number of sectors that can be addressed.ae2011-05-081-2/+2
| * Export GELI class version via sysctl kern.geom.eli.version.pjd2011-05-081-0/+3
| * Version 6 is compatible with version 5 when it comes to control commands.pjd2011-05-081-1/+6
| * Detect and handle metadata of version 6.pjd2011-05-081-8/+9
| * When support for multiple encryption keys was committed, GELI integrity modepjd2011-05-083-3/+26
| * Remove prototype for a function that no longer exist.pjd2011-05-081-2/+0
| * Drop proper key.pjd2011-05-081-1/+1
| * Add magic field to the g_eli_key structure to detect if we are reallypjd2011-05-081-1/+13
| * Updates to geom_map from the author.adrian2011-05-051-209/+246
* | MFCattilio2011-05-061-209/+246
* | Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-1/+1
|/
* Remove unneeded code.ae2011-05-041-30/+4
* Remove unneeded code.ae2011-05-041-14/+0
* Remove unneeded code.ae2011-05-041-28/+7
* Removed KASSERT, g_new_providerf() can not fail.ae2011-05-041-1/+0
* Remove "for a moment" assignment. struct g_geom zeroed when allocated.ae2011-05-044-8/+0
* Remove unneeded checks, g_new_xxx functions can not fail.ae2011-05-041-31/+6
* When checking existence of providers skip those which are orphaned.ae2011-05-041-0/+2
* Use make_dev_alias_p() added in r221397 to create alias dev entry.mav2011-05-031-1/+2
* Implement relaxed comparision for hardcoded provider names to make itmav2011-04-279-10/+53
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXmav2011-04-261-2/+26
* One key is expected from providers smaller than or equal to (2^20)*sectorsizepjd2011-04-241-6/+0
* If number of keys for the given provider doesn't exceed the limit,pjd2011-04-211-0/+20
* Instead of allocating memory for all the keys at device attach,pjd2011-04-217-138/+386
* Reduce geom_raid log verbosity.mav2011-04-181-1/+1
* Remove an incorrect be16toh() that prevented geom_part_apm from working ongavin2011-04-151-1/+1
* Introduce geom_map, a GEOM provider designed for use byadrian2011-04-121-0/+356
* In g_eli_read_done() and g_eli_write_done(), for a bio withtrociny2011-04-031-2/+2
* GEOM has an internal mechanism to deal with ENOMEM errors returned viapjd2011-04-021-1/+1
* Bunch of small bugfixes and cleanups.mav2011-03-318-62/+32
* Bunch of small bugfixes and cleanups.mav2011-03-316-29/+24
* Remove unneeded checks, g_new_xxx functions can not return NULL.ae2011-03-311-26/+6
* Increase debug level on g_gate device destruction and add message ontrociny2011-03-301-1/+2
* In g_gate_create() there is a window between when g_gate_softc istrociny2011-03-272-2/+6
OpenPOWER on IntegriCloud