summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
...
* | MFCattilio2011-05-061-209/+246
* | Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-1/+1
|/
* Remove unneeded code.ae2011-05-041-30/+4
* Remove unneeded code.ae2011-05-041-14/+0
* Remove unneeded code.ae2011-05-041-28/+7
* Removed KASSERT, g_new_providerf() can not fail.ae2011-05-041-1/+0
* Remove "for a moment" assignment. struct g_geom zeroed when allocated.ae2011-05-044-8/+0
* Remove unneeded checks, g_new_xxx functions can not fail.ae2011-05-041-31/+6
* When checking existence of providers skip those which are orphaned.ae2011-05-041-0/+2
* Use make_dev_alias_p() added in r221397 to create alias dev entry.mav2011-05-031-1/+2
* Implement relaxed comparision for hardcoded provider names to make itmav2011-04-279-10/+53
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXmav2011-04-261-2/+26
* One key is expected from providers smaller than or equal to (2^20)*sectorsizepjd2011-04-241-6/+0
* If number of keys for the given provider doesn't exceed the limit,pjd2011-04-211-0/+20
* Instead of allocating memory for all the keys at device attach,pjd2011-04-217-138/+386
* Reduce geom_raid log verbosity.mav2011-04-181-1/+1
* Remove an incorrect be16toh() that prevented geom_part_apm from working ongavin2011-04-151-1/+1
* Introduce geom_map, a GEOM provider designed for use byadrian2011-04-121-0/+356
* In g_eli_read_done() and g_eli_write_done(), for a bio withtrociny2011-04-031-2/+2
* GEOM has an internal mechanism to deal with ENOMEM errors returned viapjd2011-04-021-1/+1
* Bunch of small bugfixes and cleanups.mav2011-03-318-62/+32
* Bunch of small bugfixes and cleanups.mav2011-03-316-29/+24
* Remove unneeded checks, g_new_xxx functions can not return NULL.ae2011-03-311-26/+6
* Increase debug level on g_gate device destruction and add message ontrociny2011-03-301-1/+2
* In g_gate_create() there is a window between when g_gate_softc istrociny2011-03-272-2/+6
* MFgraid/head:mav2011-03-2414-0/+15267
* MFgraid/head r218212, r218257:mav2011-03-242-9/+96
* MFgraid/head r217827:mav2011-03-243-14/+15
* Some linux distros put mount point into the ext2fs labels, such as '/', orsobomax2011-03-081-4/+10
* Add the disk ident and a human-meaningful description (here, the disk modelnwhitehorn2011-02-262-0/+3
* Add some FEATURE macros for various GEOM classes.netchild2011-02-2528-0/+68
* Fix typos - remove duplicate "the".brucec2011-02-213-3/+3
* Add support to set a slice name.nyan2011-02-191-11/+37
* 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
OpenPOWER on IntegriCloud