aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* The canonical way to print __func__ when using KASSERT() is to writeRui Paulo2010-10-133-10/+11
* Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.Andrey V. Elsukov2010-10-092-8/+8
* - Check flag with the bitwise operator, not the logical operator.Ulf Lilleengen2010-10-012-4/+4
* Some schemes can allocate memory for internal purposes but whenAndrey V. Elsukov2010-09-253-0/+3
* Change g_eli_debug to int, so one can turn off any GELI output by settingPawel Jakub Dawidek2010-09-252-3/+3
* Ignore errors from BIO_FLUSH. It might confuse users that provider wasn'tPawel Jakub Dawidek2010-09-251-8/+6
* Allow to configure GPT attributes. It shouldn't be allowed to set bootfailedPawel Jakub Dawidek2010-09-241-0/+85
* Update copyright years.Pawel Jakub Dawidek2010-09-237-7/+7
* Add support for AES-XTS. This will be the default now.Pawel Jakub Dawidek2010-09-235-10/+73
* Implement switching of data encryption key every 2^20 blocks.Pawel Jakub Dawidek2010-09-235-55/+171
* Make the code similar to the code in g_eli_integrity.c.Pawel Jakub Dawidek2010-09-231-3/+4
* Define default overwrite count, so that userland can use it.Pawel Jakub Dawidek2010-09-232-1/+2
* When trashing metadata, flush after each write.Pawel Jakub Dawidek2010-09-231-0/+7
* Support attaching version 4 metadataBrian Somers2010-09-191-2/+4
* Add support for dumping kernel to gconcat.Alexander Motin2010-09-161-0/+38
* Change message when setting or unsetting attribute less confusing.Pawel Jakub Dawidek2010-09-151-2/+3
* Make the message that informs about bootcode being written to disk lessPawel Jakub Dawidek2010-09-151-2/+2
* - Change all places where G_TYPE_ASCNUM is used to G_TYPE_NUMBER.Pawel Jakub Dawidek2010-09-141-55/+118
* Simplify the code a bit.Pawel Jakub Dawidek2010-09-141-12/+8
* - Remove gc_argname field. It was introduced for gpart(8), but if IPawel Jakub Dawidek2010-09-131-8/+4
* - Allow to specify value as const pointers.Pawel Jakub Dawidek2010-09-132-3/+3
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.Justin T. Gibbs2010-09-022-10/+28
* Correct offset conversion to little endian. It was implemented in version 2,Pawel Jakub Dawidek2010-08-282-7/+9
* Remove bintime_cmp() function, unused since r200086.Alexander Motin2010-08-181-15/+0
* Check that gsp is not NULL before access. It can be NULLAndrey V. Elsukov2010-08-031-1/+1
* Check that table is not NULL before access, it can be NULLAndrey V. Elsukov2010-08-031-1/+1
* Forward ioctl requests to original geom.Andrey V. Elsukov2010-08-021-0/+19
* Release access for consumers that are opened, but will be destroyedAndrey V. Elsukov2010-08-021-0/+4
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers toAlexander Motin2010-07-252-0/+16
* Prevent access after free to table entry in case whenAndrey V. Elsukov2010-07-231-8/+8
* Fixed cache size decoding read from a label.Ruslan Ermilov2010-07-141-1/+1
* Add NTFS partition type to GEOM_MBR.Rui Paulo2010-06-263-2/+14
* 'unit' can be negative, so use signed type for it.Pawel Jakub Dawidek2010-06-141-1/+1
* BIO_DELETE contains range we want to delete and doesn't provide any usefulPawel Jakub Dawidek2010-06-141-1/+1
* fix a few cases where a string is passed via format argument instead ofAndriy Gapon2010-06-111-1/+1
* Untangle g_print_bio(), silencing Coverity.Edward Tomasz Napierala2010-06-101-8/+7
* Try and narrow the gap in which you act on an event that has been canceled.Matt Jacob2010-06-081-0/+10
* Make sure not to pass NULL to g_orphan_provider().Edward Tomasz Napierala2010-06-051-1/+2
* Don't leak memory on destruction.Marius Strobl2010-06-022-0/+12
* g_label: fix possible NULL pointer dereferenceAndriy Gapon2010-05-311-4/+2
* Fix some whitespace nits.Marius Strobl2010-05-241-10/+11
* Teach gpart about bootcode on APM.Nathan Whitehorn2010-05-161-0/+26
* Yet another potential dereference of a dead provider.Matt Jacob2010-05-141-1/+1
* Make sure to check that the active provider pointer points to something beforeMatt Jacob2010-05-141-1/+1
* - Don't return EAGAIN from gv_unload(). It was used to work around theJaakko Heinonen2010-05-104-5/+20
* In g_zero_destroy_geom(), return 0 instead of EBUSY in the success case.Jaakko Heinonen2010-05-101-1/+1
* - Remove obsolete flags.Ulf Lilleengen2010-05-081-6/+0
* Fix deadlock between GEOM class unloading and withering. Withering can'tJaakko Heinonen2010-05-052-47/+54
* Re-calculate a geometry when reprobing as well.Marcel Moolenaar2010-04-251-0/+9
* Fix undo for schemes that have internal partitions. Internal partitionsMarcel Moolenaar2010-04-251-1/+14