| Commit message (Expand) | Author | Age | Files | Lines |
* | - Add shim to simplify migration to the CAM-based ATA. For each new adaX | mav | 2011-04-26 | 1 | -2/+26 |
* | One key is expected from providers smaller than or equal to (2^20)*sectorsize | pjd | 2011-04-24 | 1 | -6/+0 |
* | If number of keys for the given provider doesn't exceed the limit, | pjd | 2011-04-21 | 1 | -0/+20 |
* | Instead of allocating memory for all the keys at device attach, | pjd | 2011-04-21 | 7 | -138/+386 |
* | Reduce geom_raid log verbosity. | mav | 2011-04-18 | 1 | -1/+1 |
* | Remove an incorrect be16toh() that prevented geom_part_apm from working on | gavin | 2011-04-15 | 1 | -1/+1 |
* | Introduce geom_map, a GEOM provider designed for use by | adrian | 2011-04-12 | 1 | -0/+356 |
* | In g_eli_read_done() and g_eli_write_done(), for a bio with | trociny | 2011-04-03 | 1 | -2/+2 |
* | GEOM has an internal mechanism to deal with ENOMEM errors returned via | pjd | 2011-04-02 | 1 | -1/+1 |
* | Bunch of small bugfixes and cleanups. | mav | 2011-03-31 | 8 | -62/+32 |
* | 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 |