| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for RAID5R. Slightly improve support for RAIDMDF. | mav | 2012-05-06 | 1 | -3/+3 |
* | Add description for GEOM RAID tunables/sysctls. | mav | 2012-05-06 | 1 | -1/+28 |
* | Don't ignore start offset value when user specifies it together | ae | 2012-05-04 | 1 | -1/+4 |
* | Implement read-only support for volumes in optimal state (without using | mav | 2012-05-04 | 1 | -4/+6 |
* | Add optional -o argument to the `graid label ` to specify some metadata | mav | 2012-05-03 | 2 | -3/+11 |
* | Add to GEOM RAID class module, supporting the DDF metadata format, as | mav | 2012-04-30 | 1 | -1/+14 |
* | As of r226840, GELI starts one thread per CPU. | gjb | 2012-04-28 | 1 | -2/+1 |
* | Add to GEOM RAID class module for reading non-degraded RAID5 volumes and | mav | 2012-04-19 | 1 | -2/+3 |
* | Some improvements to GEOM MULTIPATH: | mav | 2012-04-18 | 2 | -8/+45 |
* | Remove superfluous paragraph macro. | joel | 2012-03-25 | 3 | -5/+0 |
* | Document GEOM_PART_LDM scheme and partition types. | ae | 2012-03-19 | 1 | -2/+38 |
* | Fix a variety of grammar issues and style nits. | eadler | 2012-03-04 | 1 | -74/+75 |
* | Remove reference to gsched_as module, which doesn't | eadler | 2012-02-22 | 1 | -1/+1 |
* | Provide a better explanation for the sizing of the boot partition, and | des | 2012-01-13 | 1 | -10/+14 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -2/+1 |
* | Add support for >2TB disks in GEOM RAID for Intel metadata format. | jimharris | 2012-01-09 | 1 | -1/+1 |
* | Whitespace-only fix. Translators, please feel free to ignore. | wblock | 2012-01-09 | 1 | -3/+4 |
* | Clarity improvements. | wblock | 2012-01-09 | 1 | -8/+8 |
* | Correct and expand BSD partitioning scheme description. | wblock | 2011-11-21 | 1 | -7/+9 |
* | Fix date. | wblock | 2011-11-21 | 1 | -1/+1 |
* | Add a section that explicitly describes partitioning schemes. Modify | wblock | 2011-11-21 | 1 | -126/+154 |
* | Fix build on some archs after r227464. | mav | 2011-11-12 | 1 | -3/+4 |
* | Fix buildworld breakage due after r227464. | dim | 2011-11-12 | 1 | -1/+1 |
* | Major GEOM MULTIPATH class rewrite: | mav | 2011-11-12 | 2 | -98/+194 |
* | Clarify disks/volumes above 2TiB support in geom_raid: | mav | 2011-10-26 | 1 | -1/+4 |
* | Add support for creating GELI devices with older metadata version for use | pjd | 2011-10-25 | 2 | -7/+84 |
* | Add 'geli version' subcommand, which will print GELI metadata version of each | pjd | 2011-10-25 | 2 | -0/+62 |
* | When we detect GELI metadata version that is newer than the highest we | pjd | 2011-10-25 | 1 | -5/+35 |
* | Simplify eli_resize() function. | pjd | 2011-10-25 | 1 | -10/+4 |
* | Simplify eli_dump() function and allow to dump metadata stored in backup file. | pjd | 2011-10-25 | 1 | -13/+3 |
* | If 'req' is NULL, print error on stderr. | pjd | 2011-10-25 | 1 | -2/+7 |
* | Simplify eli_is_attached() function and make it return boot instead of int. | pjd | 2011-10-25 | 1 | -6/+2 |
* | Simplify eli_backup_create() and eli_backup_restore() functions. | pjd | 2011-10-25 | 1 | -87/+28 |
* | Sort includes. | pjd | 2011-10-25 | 1 | -13/+13 |
* | - change "is is" to "is" or "it is" | eadler | 2011-10-16 | 1 | -1/+1 |
* | Don't use the whole free space when resizing partition to a larger size | ae | 2011-09-08 | 1 | -6/+6 |
* | o Fix mdoc formatting for the '.Fx' macro. [1] | ae | 2011-08-20 | 1 | -3/+13 |
* | Add new section "BOOTSTRAPPING" to the gpart(8), that describes | ae | 2011-08-19 | 1 | -12/+90 |
* | When user specifies the bootcode with size smaller than VTOC_BOOTCODE, | ae | 2011-06-21 | 1 | -1/+4 |
* | Mod the offset padding by alignment. Without this change we may | delphij | 2011-06-21 | 1 | -2/+2 |
* | The "size" param needs no adjusting to stripeoffset. | ae | 2011-06-21 | 1 | -2/+2 |
* | Add "alignment" param to the request before calling gpart_autofill(). | ae | 2011-06-16 | 1 | -0/+1 |
* | Do not use LCM from stripesize and user specified alignment value. | ae | 2011-06-07 | 1 | -7/+4 |
* | Rework parts of this man page to improve grammar. | gavin | 2011-06-06 | 1 | -37/+37 |
* | Remove redundant assignments to WARNS. | ed | 2011-06-06 | 1 | -2/+0 |
* | Generally clean up markup. | ru | 2011-06-03 | 1 | -71/+85 |
* | Always use LCM when stripesize > 0. | ae | 2011-06-02 | 1 | -2/+2 |
* | Use stripesize and stripeoffset in the automatic calculation of | ae | 2011-06-02 | 1 | -18/+33 |
* | mdoc: fix markup | uqs | 2011-06-02 | 1 | -0/+1 |
* | Document kern.geom.part.check_integrity sysctl variable. | ae | 2011-05-30 | 1 | -1/+17 |