summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Add some spare fields to the g_class and g_geom structures needed to implementpjd2011-07-171-0/+5
* Remove include of sys/sbuf.h from geom/geom.h.ae2011-07-111-1/+0
* Include sys/sbuf.h directly.ae2011-07-1125-0/+27
* Allow disk partitions associated with UFS read-only mountedmckusick2011-07-101-1/+1
* Initialize elements of state array when creating the GPT table.ae2011-06-291-34/+33
* EBR could contain an early stage of boot code. But we do not support it.ae2011-06-271-16/+20
* MS Windows NT+ uses 4 bytes at offset 0x1b8 in the MBR to identifyae2011-06-271-6/+8
* Change the way how we update bootcode for BSD scheme.ae2011-06-201-13/+12
* Plumb device physical path reporting from CAM devices, through GEOM andgibbs2011-06-146-1/+128
* MFCattilio2011-06-032-1/+22
|\
| * Update disk's stripesize and stripeoffset parameters on provider open.mav2011-06-031-0/+6
| * Add diagnostic message about not aligned partitions.ae2011-06-031-1/+16
* | MFCattilio2011-06-021-4/+2
|\ \ | |/
| * Do not hide stripeoffset from libgeom(3), it may be useful even whenae2011-06-021-4/+2
* | MFCattilio2011-05-271-2/+7
|\ \ | |/
| * Some partitioning tools may have a different opinion about diskae2011-05-271-2/+7
* | MFCattilio2011-05-265-19/+17
|\ \ | |/
| * Prevent non-aligned reading from provider while tasting. Rejectae2011-05-252-0/+10
| * Do not truncate available disk space to the closest track boundary.ae2011-05-251-7/+3
| * Do not truncate available disk space to the closest track boundary.ae2011-05-251-2/+1
| * Do not truncate available disk space to the closest track boundary.ae2011-05-251-4/+3
| * Remove unused variable.ae2011-05-241-3/+0
| * Remove unused variable.ae2011-05-241-3/+0
| * Recognize BIO_FLUSH requests and pass them to userland.pjd2011-05-231-0/+3
| * Make diagnostic messages more specific. With bootverbose print outae2011-05-161-42/+83
| * 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
OpenPOWER on IntegriCloud