| Commit message (Expand) | Author | Age | Files | Lines |
* | Bunch of small bugfixes and cleanups. | mav | 2011-03-31 | 6 | -29/+24 |
* | Remove unneeded checks, g_new_xxx functions can not return NULL. | ae | 2011-03-31 | 1 | -26/+6 |
* | Increase debug level on g_gate device destruction and add message on | trociny | 2011-03-30 | 1 | -1/+2 |
* | In g_gate_create() there is a window between when g_gate_softc is | trociny | 2011-03-27 | 2 | -2/+6 |
* | MFgraid/head: | mav | 2011-03-24 | 14 | -0/+15267 |
* | MFgraid/head r218212, r218257: | mav | 2011-03-24 | 2 | -9/+96 |
* | MFgraid/head r217827: | mav | 2011-03-24 | 3 | -14/+15 |
* | Some linux distros put mount point into the ext2fs labels, such as '/', or | sobomax | 2011-03-08 | 1 | -4/+10 |
* | Add the disk ident and a human-meaningful description (here, the disk model | nwhitehorn | 2011-02-26 | 2 | -0/+3 |
* | Add some FEATURE macros for various GEOM classes. | netchild | 2011-02-25 | 28 | -0/+68 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 3 | -3/+3 |
* | Add support to set a slice name. | nyan | 2011-02-19 | 1 | -11/+37 |
* | Correct a subtle bug in the 'gsched_rr' disk scheduler. | luigi | 2011-02-14 | 1 | -8/+20 |
* | Use the preload_fetch_addr() and preload_fetch_size() convenience | marcel | 2011-02-13 | 1 | -13/+12 |
* | Add support to write boot menu. | nyan | 2011-02-11 | 1 | -9/+17 |
* | Add new user-friendly aliases for partition types for the MBR and | ae | 2011-01-28 | 5 | -28/+66 |
* | While inspecting the disklabel check that start offset of partition is | ae | 2011-01-27 | 1 | -0/+3 |
* | Remove the CTLFLAG_NOLOCK as it seems to be both unused and | mdf | 2011-01-26 | 1 | -1/+2 |
* | Treat async buffer writes from the gjournal switcher thread the same as | kib | 2011-01-26 | 1 | -0/+1 |
* | Limit maximum number of GPT entries to 4k. It is most realistic value | ae | 2011-01-18 | 1 | -15/+33 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 2 | -12/+12 |
* | Sector size can not be greater than MAXPHYS. Since GRAID3 calculates | ae | 2011-01-12 | 1 | -0/+4 |
* | Sector size can not be greater than MAXPHYS. | ae | 2011-01-12 | 1 | -0/+4 |
* | Remove redundant check. | ae | 2011-01-11 | 1 | -2/+1 |
* | Round GNOP provider's mediasize to its sectorsize. This prevents KASSERT | ae | 2011-01-11 | 1 | -0/+2 |
* | Fix a memory overflow where the input length to g_gpt_utf8_to_utf16() | mdf | 2011-01-07 | 1 | -2/+4 |
* | Add an entry to the gpart XML to determine if the geom has pending changes | nwhitehorn | 2011-01-06 | 1 | -0/+2 |
* | Finish r210923, 210926. Mark some devices as eternal. | kib | 2011-01-04 | 1 | -1/+1 |
* | Add reporting of GEOM::candelete BIO_GETATTR for md(4) and geom_disk(4). | kib | 2010-12-29 | 1 | -1/+5 |
* | Allow destroying EBR in COMPAT (default) mode. | ae | 2010-12-28 | 1 | -0/+2 |
* | Make EBR probe method less strictly to be able detect EBRs with | ae | 2010-12-28 | 1 | -21/+25 |
* | Don't warn if a partition appears not to be aligned on a track boundary. | brucec | 2010-12-07 | 1 | -6/+0 |
* | Add a note about the magic number 20. Actually, 22.75 entries fit in | ivoras | 2010-12-02 | 1 | -1/+1 |
* | - Report an error when a label with invalid name is attempted to be | jh | 2010-12-01 | 1 | -4/+6 |
* | Use g_eventlock to protect against losing wakeups in the g_event process | jh | 2010-11-22 | 2 | -32/+37 |
* | Add support for asterisk characters when filling in the GELI password | ed | 2010-11-14 | 1 | -2/+2 |
* | Fix regression introduced in r215088: gpart(8) reports | ae | 2010-11-11 | 1 | -6/+14 |
* | In r212554 name of G_PART_PARM_GEOM and G_PART_PARM_PROVIDER | ae | 2010-11-10 | 1 | -1/+1 |
* | Extend the g_eventlock mutex coverage in one_event() to include setting | jh | 2010-11-03 | 1 | -4/+8 |
* | Reimplemented "gpart destroy -F". Now it does all work in kernel. | ae | 2010-10-25 | 4 | -22/+168 |
* | - Improve error messages, so instead of 'Not fully done', the user will get | pjd | 2010-10-22 | 1 | -17/+21 |
* | Close a race between checking if device is already suspended and suspending it. | pjd | 2010-10-22 | 1 | -9/+9 |
* | Add State tag, so 'geli status' will report active/suspended status, eg: | pjd | 2010-10-22 | 1 | -0/+2 |
* | Encryption keys array might be NULL if device is suspended. Check for this, so | pjd | 2010-10-22 | 1 | -3/+6 |
* | Move sc_akeyctx and sc_ivctx initialization to the g_eli_mkey_propagate() | pjd | 2010-10-22 | 3 | -42/+27 |
* | Free opencrypto sessions on suspend, as they also might keep encryption keys. | pjd | 2010-10-21 | 2 | -35/+81 |
* | Fix a bug introduced in r213067 where we use authentication key before | pjd | 2010-10-21 | 1 | -9/+10 |
* | Bring in geli suspend/resume functionality (finally). | pjd | 2010-10-20 | 5 | -35/+379 |
* | - Add missing comments. | pjd | 2010-10-20 | 3 | -2/+14 |
* | Use make_dev_p(9) with the MAKEDEV_CHECKNAME flag instead of make_dev(9) | jh | 2010-10-19 | 1 | -2/+10 |