aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Removed unneeded and dangerous assignment. It would probably cause NULLAlexander Motin2014-01-191-1/+0
* Build the geom_uncompress(4) module by default.Luiz Otavio O Souza2014-01-101-1/+1
* Add an ability to stop gmirror and clear its metadata in one command.Andrey V. Elsukov2013-12-273-4/+13
* Add GPT UUID for VMware vSAN meta-data partition.Dmitry Morozovsky2013-12-263-0/+4
* Prevent users from deactivating the last component of a mirror.Andrey V. Elsukov2013-12-191-1/+12
* Clear some more places with potentially sensitive data.Pawel Jakub Dawidek2013-12-151-0/+2
* Clear content of keyfiles loaded by the loader after processing them.Pawel Jakub Dawidek2013-12-151-0/+1
* Fix bug introduced at r256607. We have to recalculate bp_resid here sinceAlexander Motin2013-12-121-1/+1
* Partially revert r259080. bde@ pointed out that there are a lot more style bugsJustin Hibbits2013-12-082-2/+2
* Fix some integer signs. These unsigned integers should all be signed.Justin Hibbits2013-12-072-2/+2
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-3/+3
* Escape special XML chars, returned by some devices, confusing XML parsers.Alexander Motin2013-11-273-22/+42
* Have the GPT probe return a lower priority when the MBR is not a PMBRMarcel Moolenaar2013-11-211-5/+15
* Add "resize" verb to gmirror(8) and such functionality to geom_mirror(4).Andrey V. Elsukov2013-11-192-5/+106
* In addition to r258220 allow shrinking in "automatic" mode if there isAlexander Motin2013-11-171-35/+47
* Implement automatic live resize support for GEOM MULTIPATH class.Alexander Motin2013-11-162-13/+93
* Add missing line breaks.Andrey V. Elsukov2013-11-111-2/+2
* When zero'ing out a buffer, make sure we are using right size.Xin LI2013-11-021-4/+4
* Reject attempts to attack a disk device that has the old NEEDSGIANTJohn Baldwin2013-10-252-0/+8
* Improve ZFS N-way mirror read performance by using load and localitySteven Hartland2013-10-234-9/+22
* gnop: make sure that newly allocated memory for softc is zeroedMateusz Guzik2013-10-231-1/+1
* Remove Giant-locked drivers support (DISKFLAG_NEEDSGIANT flag) from disk(9).Alexander Motin2013-10-222-29/+0
* Merge GEOM direct dispatch changes from the projects/camlock branch.Alexander Motin2013-10-2228-201/+427
* Fix build with gcc by spelling unused format string as "unused" instead of NULL.Edward Tomasz Napierala2013-10-191-1/+1
* Make geom_label(4) resize-aware. This fixes a situation when "gpart resize"Edward Tomasz Napierala2013-10-182-1/+13
* Add an automatic resize support to the GEOM_PART class.Andrey V. Elsukov2013-10-178-1/+138
* MFprojects/camlock r256445:Alexander Motin2013-10-167-61/+90
* MFprojects/camlock r256371:Alexander Motin2013-10-161-5/+5
* MFprojects/camlock r254907:Alexander Motin2013-10-161-3/+4
* MFprojects/camlock r254905:Alexander Motin2013-10-162-3/+8
* Introduce a kern.geom.notaste sysctl that can be used to temporarilyDag-Erling Smørgrav2013-09-243-1/+8
* Remove stub implementation.Andrey V. Elsukov2013-09-051-11/+0
* Make ELI destruction (including orphanization) less aggressive, making itAlexander Motin2013-09-021-10/+12
* MFprojects/camlock r254895:Alexander Motin2013-08-261-4/+28
* Add new attribute lunname to report only textual LUN-specific device IDs.Alexander Motin2013-08-241-0/+6
* Change the way that unmapped I/O capability is advertised.Kenneth D. Merry2013-08-151-1/+3
* Return error when opening read-only volumes (like RAID4/5/...) for writing.Alexander Motin2013-08-133-1/+8
* Oops, wrong constant at r254269.Alexander Motin2013-08-131-1/+1
* Fix reasonable but safe Clang warnings.Alexander Motin2013-08-131-2/+6
* Fix the formatting of the error message.Ed Schouten2013-08-121-2/+2
* gpt_entries is used as limit for the number of partition entries inAndrey V. Elsukov2013-08-081-2/+3
* Change <sys/diskpc98.h> to not redefine the same symbols that areMarcel Moolenaar2013-08-072-19/+20
* Remove inclusion of <sys/diskmbr.h>. We have no business knowingMarcel Moolenaar2013-08-042-2/+0
* Introduce 3 seconds timeout on `graid stop` command (mostly with -f flag).Alexander Motin2013-07-272-11/+8
* When panicing due to the gjournal overflow, print the geom metadataKonstantin Belousov2013-07-101-1/+3
* There are several code sequences likeKonstantin Belousov2013-07-091-1/+1
* Bump disk(9) ABI version to signify the addition of d_delmaxsize by r249940.Steven Hartland2013-07-032-9/+8
* - Add a general purpose resource allocator, vmem, from NetBSD. It wasJeff Roberson2013-06-281-12/+3
* Fix a mystery cut-n-paste corruption from the previous commit.Scott Long2013-06-191-1/+1
* Mark geom_mirror as capable of unmapped i/oScott Long2013-06-191-5/+18