| Commit message (Expand) | Author | Age | Files | Lines |
* | Check return value of gctl_get_asciiparam(). | trasz | 2009-05-12 | 1 | -0/+4 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -1/+1 |
* | - Split up the BIO queue into a queue for new and one for completed requests. | lulf | 2009-05-06 | 5 | -86/+98 |
* | - Fix a case where a RAID5 volume would think that it is supposed to grow a new | lulf | 2009-05-06 | 1 | -2/+1 |
* | - Check if any plexes are doing internal maintenance before removing them. | lulf | 2009-05-06 | 1 | -0/+7 |
* | - Add forgotten KASSERT. | lulf | 2009-05-06 | 1 | -0/+1 |
* | - Fix a bug where the bio_data field of the wrong BIO is freed if an error | lulf | 2009-05-06 | 1 | -1/+1 |
* | - GV_BIO_RETRY is not used, and it is actually impossible with more than 8 | lulf | 2009-05-06 | 1 | -1/+0 |
* | - Split the queue mutex into one for the event queue and one for the BIO queue, | lulf | 2009-05-06 | 5 | -39/+60 |
* | - Make the gvinum softc invisible to userland, as it is not needed. | lulf | 2009-05-04 | 1 | -5/+1 |
* | - Remove assertion of topology lock remaining from 7.x gvinum. It is not needed, | lulf | 2009-04-18 | 2 | -4/+2 |
* | Precision '*' expects an int and strlen() returns a size_t. | marcel | 2009-04-16 | 1 | -1/+1 |
* | Add a compat option to the EBR scheme that controls the | marcel | 2009-04-15 | 3 | -44/+65 |
* | - Move out allocation part of different gvinum objects into its own routine and | lulf | 2009-04-10 | 2 | -28/+76 |
* | Revert r190676,190677 | thompsa | 2009-04-10 | 8 | -15/+4 |
* | Don't use hexadecimal in the EBR partition names, because 'a'..'f' | marcel | 2009-04-08 | 1 | -1/+1 |
* | Add interleaving root hold tokens from the CAM probe to disk_create and geom | thompsa | 2009-04-03 | 4 | -0/+11 |
* | Add a how argument to root_mount_hold() so it can be passed NOWAIT and be called | thompsa | 2009-04-03 | 4 | -4/+4 |
* | The 9 bytes immediately prior to the partition table can contain | marcel | 2009-04-03 | 1 | -2/+7 |
* | Sharpen the saw: | marcel | 2009-03-30 | 1 | -3/+2 |
* | Sharpen the saw: | marcel | 2009-03-30 | 1 | -2/+2 |
* | Sharpen the saw: | marcel | 2009-03-30 | 1 | -4/+5 |
* | Sharpen the saw: | marcel | 2009-03-30 | 1 | -0/+4 |
* | - Add files that should have been added in r190507. | lulf | 2009-03-28 | 2 | -0/+831 |
* | Import the gvinum work that have been done during and after Summer of Code 2007. | lulf | 2009-03-28 | 17 | -3371/+3402 |
* | Sharpen the saw: | marcel | 2009-03-27 | 1 | -3/+2 |
* | Sharpen the saw: | marcel | 2009-03-27 | 1 | -2/+10 |
* | Change the priority from high to normal. This makes sure that | marcel | 2009-03-26 | 1 | -1/+1 |
* | Create GEOM labels from UFS IDs, e.g. /dev/ufsid/49c97b1faa2adc43. UFS IDs | ivoras | 2009-03-25 | 3 | -12/+50 |
* | Be more explicit and complain if kernel dumps are perfomed on unsupported | ivoras | 2009-03-22 | 1 | -1/+4 |
* | Make GEOM provider names starting with "/dev/" acceptable as well as their | ivoras | 2009-03-19 | 2 | -5/+17 |
* | Detach GELI providers on shutdown/reboot, which will allow providers underneath | pjd | 2009-03-16 | 1 | -1/+55 |
* | Backout this commit whil a better solution is developed | guido | 2009-03-13 | 1 | -1/+0 |
* | Move the PC98_[MS]ID_* defines from g_part_pc98.c to diskpc98.h. | nyan | 2009-03-11 | 1 | -8/+0 |
* | o disallow write to RedBoot and FIS directory partitions; these are painful | sam | 2009-03-11 | 1 | -2/+23 |
* | When attaching a geli on boot make sure that it is detached | guido | 2009-03-10 | 1 | -0/+1 |
* | Restore the return statement. It was accidentally removed by rev 188429. | nyan | 2009-03-10 | 1 | -0/+1 |
* | add geom_redboot, a geom module that exports RedBoot FIS partitions as named | sam | 2009-03-09 | 1 | -0/+321 |
* | o When creating the EBR scheme, set the number of entries | marcel | 2009-02-21 | 1 | -0/+2 |
* | Add bootcode handling. | marcel | 2009-02-21 | 1 | -13/+46 |
* | Provide compatibility symlink for logical partitions: | marcel | 2009-02-20 | 4 | -1/+81 |
* | Fix an infinite loop created when the last logical partition is | marcel | 2009-02-20 | 1 | -3/+3 |
* | Add a default implementation for pre-check. It should | marcel | 2009-02-17 | 1 | -2/+12 |
* | Remove gpt_offset and related code. It was introduced for use | marcel | 2009-02-17 | 2 | -26/+0 |
* | Add support to add, delete and modify logical partitions, as well | marcel | 2009-02-16 | 1 | -6/+251 |
* | Add method precheck to the g_part interface. The precheck | marcel | 2009-02-15 | 3 | -20/+43 |
* | - Use the correct argument when determining the buffer size. | lulf | 2009-02-11 | 1 | -1/+1 |
* | Fix g_part_dumpconf and g_part_name prototpyes. | imp | 2009-02-10 | 4 | -21/+16 |
* | Add the EBR scheme. The EBR scheme supports the Extended Boot Records | marcel | 2009-02-08 | 2 | -0/+345 |
* | Allow gpe_offset to be set by the scheme. When gpe_offset is zero, | marcel | 2009-02-08 | 1 | -2/+7 |