aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom
Commit message (Expand)AuthorAgeFilesLines
* Document "destroy" as an alias for "stop".Jim Harris2012-08-031-1/+8
* New command "gmultipath prefer" to force selection of a specifiedThomas Quinot2012-08-032-1/+34
* Remove trailing whitespace.Joel Dahl2012-07-301-1/+1
* The ad(4) driver no longer exists in FreeBSD CURRENT or 9, so change theIsabell Long2012-07-261-7/+7
* Improve description of various key used by GELI.Pawel Jakub Dawidek2012-07-041-74/+154
* Use possessive "its", no apostrophe.Warren Block2012-06-271-1/+1
* Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block2012-05-243-5/+6
* Clarify error that geli generatesEitan Adler2012-05-091-0/+3
* Add support for RAID5R. Slightly improve support for RAIDMDF.Alexander Motin2012-05-061-3/+3
* Add description for GEOM RAID tunables/sysctls.Alexander Motin2012-05-061-1/+28
* Don't ignore start offset value when user specifies it togetherAndrey V. Elsukov2012-05-041-1/+4
* Implement read-only support for volumes in optimal state (without usingAlexander Motin2012-05-041-4/+6
* Add optional -o argument to the `graid label ` to specify some metadataAlexander Motin2012-05-032-3/+11
* Add to GEOM RAID class module, supporting the DDF metadata format, asAlexander Motin2012-04-301-1/+14
* As of r226840, GELI starts one thread per CPU.Glen Barber2012-04-281-2/+1
* Add to GEOM RAID class module for reading non-degraded RAID5 volumes andAlexander Motin2012-04-191-2/+3
* Some improvements to GEOM MULTIPATH:Alexander Motin2012-04-182-8/+45
* Remove superfluous paragraph macro.Joel Dahl2012-03-253-5/+0
* Document GEOM_PART_LDM scheme and partition types.Andrey V. Elsukov2012-03-191-2/+38
* Fix a variety of grammar issues and style nits.Eitan Adler2012-03-041-74/+75
* Remove reference to gsched_as module, which doesn'tEitan Adler2012-02-221-1/+1
* Provide a better explanation for the sizing of the boot partition, andDag-Erling Smørgrav2012-01-131-10/+14
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+1
* Add support for >2TB disks in GEOM RAID for Intel metadata format.Jim Harris2012-01-091-1/+1
* Whitespace-only fix. Translators, please feel free to ignore.Warren Block2012-01-091-3/+4
* Clarity improvements.Warren Block2012-01-091-8/+8
* Correct and expand BSD partitioning scheme description.Warren Block2011-11-211-7/+9
* Fix date.Warren Block2011-11-211-1/+1
* Add a section that explicitly describes partitioning schemes. ModifyWarren Block2011-11-211-126/+154
* Fix build on some archs after r227464.Alexander Motin2011-11-121-3/+4
* Fix buildworld breakage due after r227464.Dimitry Andric2011-11-121-1/+1
* Major GEOM MULTIPATH class rewrite:Alexander Motin2011-11-122-98/+194
* Clarify disks/volumes above 2TiB support in geom_raid:Alexander Motin2011-10-261-1/+4
* Add support for creating GELI devices with older metadata version for usePawel Jakub Dawidek2011-10-252-7/+84
* Add 'geli version' subcommand, which will print GELI metadata version of eachPawel Jakub Dawidek2011-10-252-0/+62
* When we detect GELI metadata version that is newer than the highest wePawel Jakub Dawidek2011-10-251-5/+35
* Simplify eli_resize() function.Pawel Jakub Dawidek2011-10-251-10/+4
* Simplify eli_dump() function and allow to dump metadata stored in backup file.Pawel Jakub Dawidek2011-10-251-13/+3
* If 'req' is NULL, print error on stderr.Pawel Jakub Dawidek2011-10-251-2/+7
* Simplify eli_is_attached() function and make it return boot instead of int.Pawel Jakub Dawidek2011-10-251-6/+2
* Simplify eli_backup_create() and eli_backup_restore() functions.Pawel Jakub Dawidek2011-10-251-87/+28
* Sort includes.Pawel Jakub Dawidek2011-10-251-13/+13
* - change "is is" to "is" or "it is"Eitan Adler2011-10-161-1/+1
* Don't use the whole free space when resizing partition to a larger sizeAndrey V. Elsukov2011-09-081-6/+6
* o Fix mdoc formatting for the '.Fx' macro. [1]Andrey V. Elsukov2011-08-201-3/+13
* Add new section "BOOTSTRAPPING" to the gpart(8), that describesAndrey V. Elsukov2011-08-191-12/+90
* When user specifies the bootcode with size smaller than VTOC_BOOTCODE,Andrey V. Elsukov2011-06-211-1/+4
* Mod the offset padding by alignment. Without this change we mayXin LI2011-06-211-2/+2
* The "size" param needs no adjusting to stripeoffset.Andrey V. Elsukov2011-06-211-2/+2
* Add "alignment" param to the request before calling gpart_autofill().Andrey V. Elsukov2011-06-161-0/+1