summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* - Improve error messages, so instead of 'Not fully done', the user will getpjd2010-10-221-17/+21
* Close a race between checking if device is already suspended and suspending it.pjd2010-10-221-9/+9
* Add State tag, so 'geli status' will report active/suspended status, eg:pjd2010-10-221-0/+2
* Encryption keys array might be NULL if device is suspended. Check for this, sopjd2010-10-221-3/+6
* Move sc_akeyctx and sc_ivctx initialization to the g_eli_mkey_propagate()pjd2010-10-223-42/+27
* Free opencrypto sessions on suspend, as they also might keep encryption keys.pjd2010-10-212-35/+81
* Fix a bug introduced in r213067 where we use authentication key beforepjd2010-10-211-9/+10
* Bring in geli suspend/resume functionality (finally).pjd2010-10-205-35/+379
* - Add missing comments.pjd2010-10-203-2/+14
* Use make_dev_p(9) with the MAKEDEV_CHECKNAME flag instead of make_dev(9)jh2010-10-191-2/+10
* The canonical way to print __func__ when using KASSERT() is to writerpaulo2010-10-133-10/+11
* Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.ae2010-10-092-8/+8
* - 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
OpenPOWER on IntegriCloud