summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Correct a subtle bug in the 'gsched_rr' disk scheduler.luigi2011-02-141-8/+20
* Use the preload_fetch_addr() and preload_fetch_size() conveniencemarcel2011-02-131-13/+12
* Add support to write boot menu.nyan2011-02-111-9/+17
* Add new user-friendly aliases for partition types for the MBR andae2011-01-285-28/+66
* While inspecting the disklabel check that start offset of partition isae2011-01-271-0/+3
* Remove the CTLFLAG_NOLOCK as it seems to be both unused andmdf2011-01-261-1/+2
* Treat async buffer writes from the gjournal switcher thread the same askib2011-01-261-0/+1
* Limit maximum number of GPT entries to 4k. It is most realistic valueae2011-01-181-15/+33
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-122-12/+12
* Sector size can not be greater than MAXPHYS. Since GRAID3 calculatesae2011-01-121-0/+4
* Sector size can not be greater than MAXPHYS.ae2011-01-121-0/+4
* Remove redundant check.ae2011-01-111-2/+1
* Round GNOP provider's mediasize to its sectorsize. This prevents KASSERTae2011-01-111-0/+2
* Fix a memory overflow where the input length to g_gpt_utf8_to_utf16()mdf2011-01-071-2/+4
* Add an entry to the gpart XML to determine if the geom has pending changesnwhitehorn2011-01-061-0/+2
* Finish r210923, 210926. Mark some devices as eternal.kib2011-01-041-1/+1
* Add reporting of GEOM::candelete BIO_GETATTR for md(4) and geom_disk(4).kib2010-12-291-1/+5
* Allow destroying EBR in COMPAT (default) mode.ae2010-12-281-0/+2
* Make EBR probe method less strictly to be able detect EBRs withae2010-12-281-21/+25
* Don't warn if a partition appears not to be aligned on a track boundary.brucec2010-12-071-6/+0
* Add a note about the magic number 20. Actually, 22.75 entries fit inivoras2010-12-021-1/+1
* - Report an error when a label with invalid name is attempted to bejh2010-12-011-4/+6
* Use g_eventlock to protect against losing wakeups in the g_event processjh2010-11-222-32/+37
* Add support for asterisk characters when filling in the GELI passworded2010-11-141-2/+2
* Fix regression introduced in r215088: gpart(8) reportsae2010-11-111-6/+14
* In r212554 name of G_PART_PARM_GEOM and G_PART_PARM_PROVIDERae2010-11-101-1/+1
* Extend the g_eventlock mutex coverage in one_event() to include settingjh2010-11-031-4/+8
* Reimplemented "gpart destroy -F". Now it does all work in kernel.ae2010-10-254-22/+168
* - 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
OpenPOWER on IntegriCloud