aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-163-5/+5
* Add an ability to set dumpdev via loader(8) tunable.Andrey V. Elsukov2014-10-081-14/+62
* Fix a bug in r272297 which prevented dumpdev from setting.Hiroki Sato2014-10-031-1/+1
* Be prepared that set_dumper() might fail even when resetting it or prefixPawel Jakub Dawidek2014-09-301-3/+2
* Style fixes.Pawel Jakub Dawidek2014-09-301-10/+8
* Cache GELI passphrases entered at the console during the boot process,Colin Percival2014-09-161-7/+38
* Add device name used in geom_map verbose output. This helps when usingSean Bruno2014-09-111-4/+4
* use a straight buffer instead of an iov w/ 1 segment... The aesniJohn-Mark Gurney2014-09-043-56/+10
* Deal explicitly with possible failures of make_dev_alias_p() in GEOM.Scott Long2014-08-181-3/+5
* Turn off kern.geom.part.mbr.enforce_chs by default.Andrey V. Elsukov2014-08-121-2/+2
* Add sysctl and loader tunable kern.geom.part.mbr.enforce_chs that is setAndrey V. Elsukov2014-08-121-0/+10
* cswitch is unsigned, so don't compare it < 0. Any negative numbersWarner Losh2014-08-071-1/+1
* Unsigned values can never be less than 0.Warner Losh2014-08-071-1/+1
* In r264504, we prevented doing I/O for more than MAXPHYS by makingMarcel Moolenaar2014-07-221-158/+177
* After EFI support was added to the installer, it needed to allow bootNathan Whitehorn2014-07-045-6/+5
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-2822-141/+60
* Revert r267961, r267973:Glen Barber2014-06-2722-60/+141
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-2722-141/+60
* Add disklabel64 support to GEOM_PART class.Andrey V. Elsukov2014-06-111-0/+667
* Allow swapping to DragonFlyBSD's swap partition.Andrey V. Elsukov2014-06-111-1/+2
* Add aliases for DragonFlyBSD's partition types.Andrey V. Elsukov2014-06-114-24/+57
* - Fix the keyfile being cleared prematurely after r259428Brad Davis2014-06-061-1/+1
* Use g_conf_printf_escaped() to escape symbols, which can breakAndrey V. Elsukov2014-05-303-8/+16
* Add a topology trace to the g_spoil_event.Andrey V. Elsukov2014-05-191-0/+2
* We have two functions from where a geom orphan method could be called:Andrey V. Elsukov2014-05-191-0/+8
* Make GEOM DISK to account also BIO_FLUSH operations.Alexander Motin2014-05-171-2/+5
* It is safe to allow shrinking, when aligned size is bigger than current.Andrey V. Elsukov2014-05-073-4/+4
* Make r242379 - the fix for UFS labels disappearing after resizingEdward Tomasz Napierala2014-05-051-2/+4
* Add an advice what to do when partition was automatically resized.Andrey V. Elsukov2014-05-041-2/+4
* Add better error description for case when we are doing resize andAndrey V. Elsukov2014-05-041-1/+3
* Prevent an unexpected shrinking on resizing due to alignment for MBR,Andrey V. Elsukov2014-05-043-3/+18
* For schemes that do an automatic partition aligning move this code toAndrey V. Elsukov2014-05-044-80/+93
* Fix a leak in g_uzip_taste(). After retrieve all the block offsets fromLuiz Otavio O Souza2014-05-011-0/+1
* Actually the FEATURE() macro is defined on sys/sysctl.h.Luiz Otavio O Souza2014-05-011-0/+1
* Some style and whitespace fixes. Reduce the difference between geom_uzip(4)Luiz Otavio O Souza2014-05-012-49/+42
* Remove redundant includeBryan Drewery2014-04-291-1/+0
* Reduce number of opens by REOM RAID during provider taste.Alexander Motin2014-04-287-20/+25
* Keep geom_uncompress(4) in line with geom_uzip(4), bring in the r264504 fix.Luiz Otavio O Souza2014-04-221-5/+23
* Make sure not to do I/O for more than MAXPHYS bytes. Doing so can causeMarcel Moolenaar2014-04-151-5/+22
* Make g_access() KASSERT() more useful.Bryan Drewery2014-04-151-2/+3
* Align and round the partitionable disk space to 4K by default.Marcel Moolenaar2014-04-121-6/+29
* Fix spelling error in g_trace() call.Bryan Drewery2014-04-101-1/+1
* Fix wrong sizes used to access PD_Type and PD_State DDF metadata fields.Alexander Motin2014-04-101-17/+39
* Do not increment bio_data in case of BIO_DELETE.Alexander Motin2014-04-101-3/+10
* An all-or-nothing approach to labels isn't flexible enough. EmbeddedMarcel Moolenaar2014-04-061-2/+6
* Make sure we don't free memory that's already been freed by settingMarcel Moolenaar2014-04-061-1/+4
* Show error code when failing to destroy a mirror on delayBryan Drewery2014-04-051-1/+2
* In g_eli_crypto_hmac_init(), zero out after using the ipad buffer,Xin LI2014-02-081-0/+1
* Fix the build with DEBUG enabled. Where possible, fix style(9) issues.Luiz Otavio O Souza2014-02-072-51/+58
* Fix a logic error. Because of this inflateReset() wasn't being called andLuiz Otavio O Souza2014-02-031-1/+1