]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/geom
Some partitioning tools may have a different opinion about disk
[FreeBSD/FreeBSD.git] / sys / geom /
2011-05-27 aeSome partitioning tools may have a different opinion...
2011-05-25 aePrevent non-aligned reading from provider while tasting...
2011-05-25 aeDo not truncate available disk space to the closest...
2011-05-25 aeDo not truncate available disk space to the closest...
2011-05-25 aeDo not truncate available disk space to the closest...
2011-05-24 aeRemove unused variable.
2011-05-24 aeRemove unused variable.
2011-05-23 pjdRecognize BIO_FLUSH requests and pass them to userland.
2011-05-16 aeMake diagnostic messages more specific. With bootverbos...
2011-05-16 aeAdd diagnostic messages for integrity checks.
2011-05-15 aeAdd a sysctl kern.geom.part.check_integrity for those...
2011-05-15 trocinyFix a memory leak possible in g_eli_key_allocate()...
2011-05-11 thompsaMove the three geom kprocs as threads under a single...
2011-05-11 aeAdd basic metadata integrity check. In case when partit...
2011-05-08 aeLimit number of sectors that can be addressed.
2011-05-08 aeLimit number of sectors that can be addressed.
2011-05-08 aeLimit number of sectors that can be addressed.
2011-05-08 aeLimit number of sectors that can be addressed.
2011-05-08 aeReplace UINT_MAX to UINT32_MAX.
2011-05-08 aeLimit number of sectors that can be addressed.
2011-05-08 aeLimit number of sectors that can be addressed.
2011-05-08 pjdExport GELI class version via sysctl kern.geom.eli...
2011-05-08 pjdVersion 6 is compatible with version 5 when it comes...
2011-05-08 pjdDetect and handle metadata of version 6.
2011-05-08 pjdWhen support for multiple encryption keys was committed...
2011-05-08 pjdRemove prototype for a function that no longer exist.
2011-05-08 pjdDrop proper key.
2011-05-08 pjdAdd magic field to the g_eli_key structure to detect...
2011-05-05 adrianUpdates to geom_map from the author.
2011-05-04 aeRemove unneeded code.
2011-05-04 aeRemove unneeded code.
2011-05-04 aeRemove unneeded code.
2011-05-04 aeRemoved KASSERT, g_new_providerf() can not fail.
2011-05-04 aeRemove "for a moment" assignment. struct g_geom zeroed...
2011-05-04 aeRemove unneeded checks, g_new_xxx functions can not...
2011-05-04 aeWhen checking existence of providers skip those which...
2011-05-04 netchildCopy the v4l2 header unchanged from the vendor branch.
2011-05-04 desUpgrade to OpenSSH 5.8p2.
2011-05-03 mavUse make_dev_alias_p() added in r221397 to create alias...
2011-05-02 dimUpgrade our copy of llvm/clang to r130700, from upstrea...
2011-04-27 mavImplement relaxed comparision for hardcoded provider...
2011-04-26 mav - Add shim to simplify migration to the CAM-based...
2011-04-24 pjdOne key is expected from providers smaller than or...
2011-04-21 pjdIf number of keys for the given provider doesn't exceed...
2011-04-21 pjdInstead of allocating memory for all the keys at device...
2011-04-18 mavReduce geom_raid log verbosity.
2011-04-17 nwhitehornUpdate dialog to version 1.1-20110302.
2011-04-15 jkimMerge ACPICA 20110413.
2011-04-15 gavinRemove an incorrect be16toh() that prevented geom_part_...
2011-04-12 adrianIntroduce geom_map, a GEOM provider designed for use by
2011-04-05 obrien* Add the readline(3) API to libedit. The libedit...
2011-04-03 trocinyIn g_eli_read_done() and g_eli_write_done(), for a...
2011-04-02 pjdGEOM has an internal mechanism to deal with ENOMEM...
2011-03-31 mavBunch of small bugfixes and cleanups.
2011-03-31 mavBunch of small bugfixes and cleanups.
2011-03-31 aeRemove unneeded checks, g_new_xxx functions can not...
2011-03-30 trocinyIncrease debug level on g_gate device destruction and...
2011-03-27 trocinyIn g_gate_create() there is a window between when g_gat...
2011-03-24 mavMFgraid/head:
2011-03-24 mavMFgraid/head r218212, r218257:
2011-03-24 mavMFgraid/head r217827:
2011-03-18 umeImport openresolv from vendor branch, actually.
2011-03-12 dasMerge gdtoa-20110304.
2011-03-08 sobomaxSome linux distros put mount point into the ext2fs...
2011-02-27 dimUpdate llvm/clang to trunk r126547.
2011-02-26 nwhitehornAdd the disk ident and a human-meaningful description...
2011-02-25 netchildAdd some FEATURE macros for various GEOM classes.
2011-02-21 brucecFix typos - remove duplicate "the".
2011-02-20 dimUpgrade our copy of llvm/clang to r126079, from upstrea...
2011-02-19 nyanAdd support to set a slice name.
2011-02-18 dimMerge binutils 2.17.50 to head. This brings a number...
2011-02-14 luigiCorrect a subtle bug in the 'gsched_rr' disk scheduler.
2011-02-13 marcelUse the preload_fetch_addr() and preload_fetch_size...
2011-02-12 jkimMerge ACPICA 20110211.
2011-02-11 nyanAdd support to write boot menu.
2011-02-06 dougbUpdate to BIND 9.6.3, the latest from ISC on the 9...
2011-01-28 aeAdd new user-friendly aliases for partition types for...
2011-01-27 aeWhile inspecting the disklabel check that start offset...
2011-01-26 mdfRemove the CTLFLAG_NOLOCK as it seems to be both unused and
2011-01-26 kibTreat async buffer writes from the gjournal switcher...
2011-01-18 aeLimit maximum number of GPT entries to 4k. It is most...
2011-01-13 jkimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2011-01-12 mdfsysctl(9) cleanup checkpoint: amd64 GENERIC builds...
2011-01-12 aeSector size can not be greater than MAXPHYS. Since...
2011-01-12 aeSector size can not be greater than MAXPHYS.
2011-01-11 aeRemove redundant check.
2011-01-11 aeRound GNOP provider's mediasize to its sectorsize....
2011-01-07 mdfFix a memory overflow where the input length to g_gpt_u...
2011-01-06 nwhitehornAdd an entry to the gpart XML to determine if the geom...
2011-01-04 kibFinish r210923, 210926. Mark some devices as eternal.
2010-12-29 kibAdd reporting of GEOM::candelete BIO_GETATTR for md...
2010-12-28 aeAllow destroying EBR in COMPAT (default) mode.
2010-12-28 aeMake EBR probe method less strictly to be able detect...
2010-12-15 jkimMerge ACPICA 20101209.
2010-12-09 dimSync: merge r216133 through r216338 from ^/head.
2010-12-07 brucecDon't warn if a partition appears not to be aligned...
2010-12-04 dougbUpdate to version 9.6-ESV-R3, the latest from ISC,...
2010-12-03 simonMerge OpenSSL 0.9.8q into head.
2010-12-02 dimSync: merge r215944 through r216132 from ^/head.
2010-12-02 ivorasAdd a note about the magic number 20. Actually, 22...
next