| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r234458, r234603, r234610, r234727, r234816, r234848, r234868, | Alexander Motin | 2012-05-24 | 1 | -2/+2 |
| * | MFC r233176: | Andrey V. Elsukov | 2012-04-18 | 2 | -0/+13 |
| * | MFC r219974, r220209, r220210, r220790: | Alexander Motin | 2011-06-17 | 2 | -0/+20 |
| * | MFC geom_sched code, a geom-based disk scheduling framework. | Luigi Rizzo | 2010-04-20 | 5 | -0/+30 |
| * | Add missing reference to GPT support. | Ivan Voras | 2009-07-05 | 1 | -0/+1 |
| * | g_part_ebr.c includes opt_geom.h | Marcel Moolenaar | 2009-05-30 | 1 | -0/+1 |
| * | Import the gvinum work that have been done during and after Summer of Code 2007. | Ulf Lilleengen | 2009-03-28 | 1 | -2/+2 |
| * | Add the EBR scheme. The EBR scheme supports the Extended Boot Records | Marcel Moolenaar | 2009-02-08 | 2 | -0/+13 |
| * | Add support for PC-9800 partition tables. | Marcel Moolenaar | 2008-03-28 | 2 | -0/+13 |
| * | Instead of making a single geom_part.ko module, make a module | Marcel Moolenaar | 2008-03-23 | 6 | -15/+66 |
| * | Remove makefiles for geom_apple and geom_gpt. These are non-existent | Marcel Moolenaar | 2008-03-02 | 2 | -16/+0 |
| * | Add geom_part module. | Marcel Moolenaar | 2008-03-02 | 2 | -0/+19 |
| * | Remove WARNS from here and compile with default kernel flags. | Ruslan Ermilov | 2008-02-21 | 1 | -1/+0 |
| * | geom_lvm(4) is now known as geom_linux_lvm(4). | Andrew Thompson | 2008-02-20 | 1 | -8/+0 |
| * | Rename geom_lvm(4) to geom_linux_lvm(4). | Andrew Thompson | 2008-02-20 | 1 | -1/+1 |
| * | Rename geom_lvm(4) to geom_linux_lvm(4). | Andrew Thompson | 2008-02-20 | 1 | -0/+8 |
| * | Hook geom_lvm(4) up to the build. | Andrew Thompson | 2008-02-11 | 2 | -0/+9 |
| * | Add GEOM VIRSTOR module to the build. | Pawel Jakub Dawidek | 2007-10-26 | 1 | -0/+1 |
| * | Bring in the GEOM Virtualisation class, which allows to create huge GEOM | Pawel Jakub Dawidek | 2007-09-23 | 1 | -0/+8 |
| * | First cut at GEOM based multipath. This is an active/passive{/passive...} | Matt Jacob | 2007-02-27 | 2 | -0/+9 |
| * | Don't recurse into geom_apple and geom_gpt. They have been moved | Marcel Moolenaar | 2007-02-07 | 1 | -3/+1 |
| * | Hook up gjournal bits to the build. | Pawel Jakub Dawidek | 2006-10-31 | 1 | -0/+1 |
| * | Add Makefile for geom_journal kernel module. | Pawel Jakub Dawidek | 2006-10-31 | 1 | -0/+10 |
| * | A GEOM cache can speed up read performance by sending fixed size | Ruslan Ermilov | 2006-10-06 | 2 | -0/+9 |
| * | Don't expect that 'device random' will compile in those files into the | Pawel Jakub Dawidek | 2006-06-09 | 1 | -0/+3 |
| * | Connect new GELI files to the build. | Pawel Jakub Dawidek | 2006-06-05 | 1 | -1/+9 |
| * | Dike out WARNS from kernel module makefiles. Kernels and modules | Ruslan Ermilov | 2006-05-30 | 1 | -1/+0 |
| * | Check rootvnode variable to see if we still want to ask for passphrase on | Pawel Jakub Dawidek | 2006-02-11 | 1 | -1/+1 |
| * | Since we want a vinum geom created anytime the module loads, move | Lukas Ertl | 2005-11-24 | 1 | -1/+1 |
| * | Finally bring in what was produced during Google SoC 2005: | Lukas Ertl | 2005-11-19 | 1 | -1/+2 |
| * | Add -DINVARIANT_SUPPORT -DINVARIANTS | Max Khon | 2005-09-29 | 1 | -1/+1 |
| * | Add geom_bsd_enc.c which we've been wanting to be in geon_bsd. | R. Imura | 2005-09-20 | 1 | -1/+1 |
| * | Shuffle around the order in which the components are compiled. | Lukas Ertl | 2005-08-26 | 1 | -1/+1 |
| * | Add NTFS labeling function. | Takanori Watanabe | 2005-08-26 | 1 | -0/+1 |
| * | Add code for Ext2FS and ReiserFS labels recognition. | Pawel Jakub Dawidek | 2005-08-12 | 1 | -0/+2 |
| * | Connect GEOM_ELI class to the build. | Pawel Jakub Dawidek | 2005-07-27 | 1 | -0/+1 |
| * | Add GEOM_ELI class which provides GEOM providers encryption. | Pawel Jakub Dawidek | 2005-07-27 | 1 | -0/+9 |
| * | Connect GZERO to the build. | Pawel Jakub Dawidek | 2005-07-25 | 1 | -1/+2 |
| * | Add a very simple and small GEOM class - ZERO. | Pawel Jakub Dawidek | 2005-07-25 | 1 | -0/+8 |
| * | Connect SHSEC GEOM class to the build. | Pawel Jakub Dawidek | 2005-01-11 | 1 | -0/+1 |
| * | Introduce a new GEOM class - SHSEC. It provides sharing secret between | Pawel Jakub Dawidek | 2005-01-11 | 1 | -0/+8 |
| * | Do not compile in zlib.c. Add a dependency on module instead. | Max Khon | 2004-09-08 | 1 | -1/+1 |
| * | Connect RAID3 GEOM class to the build. | Pawel Jakub Dawidek | 2004-08-16 | 1 | -0/+1 |
| * | Introduce GEOM RAID3 class, i.e. kernel module, which implements RAID3 | Pawel Jakub Dawidek | 2004-08-16 | 1 | -0/+9 |
| * | Add geom_uzip -- geom class that implements read-only compressed disks. | Max Khon | 2004-08-13 | 2 | -0/+10 |
| * | Due to popular demand, hook up geom_vinum to the build. | Lukas Ertl | 2004-08-07 | 1 | -0/+1 |
| * | Connect GEOM_MIRROR class to the build. | Pawel Jakub Dawidek | 2004-07-30 | 1 | -0/+1 |
| * | Add GEOM_MIRROR class which provide RAID1 functionality and has many useful | Pawel Jakub Dawidek | 2004-07-30 | 1 | -0/+9 |
| * | Introduce GEOM_LABEL class. | Pawel Jakub Dawidek | 2004-07-02 | 2 | -0/+12 |
| * | Add a module directory for geom_vinum. | Lukas Ertl | 2004-06-12 | 1 | -0/+11 |