summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* - Check flag with the bitwise operator, not the logical operator.lulf2010-10-012-4/+4
* Some schemes can allocate memory for internal purposes but whenae2010-09-253-0/+3
* Change g_eli_debug to int, so one can turn off any GELI output by settingpjd2010-09-252-3/+3
* Ignore errors from BIO_FLUSH. It might confuse users that provider wasn'tpjd2010-09-251-8/+6
* Allow to configure GPT attributes. It shouldn't be allowed to set bootfailedpjd2010-09-241-0/+85
* Update copyright years.pjd2010-09-237-7/+7
* Add support for AES-XTS. This will be the default now.pjd2010-09-235-10/+73
* Implement switching of data encryption key every 2^20 blocks.pjd2010-09-235-55/+171
* Make the code similar to the code in g_eli_integrity.c.pjd2010-09-231-3/+4
* Define default overwrite count, so that userland can use it.pjd2010-09-232-1/+2
* When trashing metadata, flush after each write.pjd2010-09-231-0/+7
* Support attaching version 4 metadatabrian2010-09-191-2/+4
* Add support for dumping kernel to gconcat.mav2010-09-161-0/+38
* Change message when setting or unsetting attribute less confusing.pjd2010-09-151-2/+3
* Make the message that informs about bootcode being written to disk lesspjd2010-09-151-2/+2
* - Change all places where G_TYPE_ASCNUM is used to G_TYPE_NUMBER.pjd2010-09-141-55/+118
* Simplify the code a bit.pjd2010-09-141-12/+8
* - Remove gc_argname field. It was introduced for gpart(8), but if Ipjd2010-09-131-8/+4
* - Allow to specify value as const pointers.pjd2010-09-132-3/+3
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.gibbs2010-09-022-10/+28
* Correct offset conversion to little endian. It was implemented in version 2,pjd2010-08-282-7/+9
* Remove bintime_cmp() function, unused since r200086.mav2010-08-181-15/+0
* Check that gsp is not NULL before access. It can be NULLae2010-08-031-1/+1
* Check that table is not NULL before access, it can be NULLae2010-08-031-1/+1
* Forward ioctl requests to original geom.ae2010-08-021-0/+19
* Release access for consumers that are opened, but will be destroyedae2010-08-021-0/+4
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers tomav2010-07-252-0/+16
* Prevent access after free to table entry in case whenae2010-07-231-8/+8
* Fixed cache size decoding read from a label.ru2010-07-141-1/+1
* Add NTFS partition type to GEOM_MBR.rpaulo2010-06-263-2/+14
* 'unit' can be negative, so use signed type for it.pjd2010-06-141-1/+1
* BIO_DELETE contains range we want to delete and doesn't provide any usefulpjd2010-06-141-1/+1
* fix a few cases where a string is passed via format argument instead ofavg2010-06-111-1/+1
* Untangle g_print_bio(), silencing Coverity.trasz2010-06-101-8/+7
* Try and narrow the gap in which you act on an event that has been canceled.mjacob2010-06-081-0/+10
* Make sure not to pass NULL to g_orphan_provider().trasz2010-06-051-1/+2
* Don't leak memory on destruction.marius2010-06-022-0/+12
* g_label: fix possible NULL pointer dereferenceavg2010-05-311-4/+2
* Fix some whitespace nits.marius2010-05-241-10/+11
* Teach gpart about bootcode on APM.nwhitehorn2010-05-161-0/+26
* Yet another potential dereference of a dead provider.mjacob2010-05-141-1/+1
* Make sure to check that the active provider pointer points to something beforemjacob2010-05-141-1/+1
* - Don't return EAGAIN from gv_unload(). It was used to work around thejh2010-05-104-5/+20
* In g_zero_destroy_geom(), return 0 instead of EBUSY in the success case.jh2010-05-101-1/+1
* - Remove obsolete flags.lulf2010-05-081-6/+0
* Fix deadlock between GEOM class unloading and withering. Withering can'tjh2010-05-052-47/+54
* Re-calculate a geometry when reprobing as well.marcel2010-04-251-0/+9
* Fix undo for schemes that have internal partitions. Internal partitionsmarcel2010-04-251-1/+14
* Implement the resize verb and add support for resizing partitionsmarcel2010-04-238-4/+222
* Fix ddb(4) "show geom addr" command when INVARIANTS is enabled. Don'tjh2010-04-191-7/+13
OpenPOWER on IntegriCloud