]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/geom
Remove unused iir_watchdog().
[FreeBSD/FreeBSD.git] / sys / geom /
2010-01-06 mavChange the way in which zero stripesize is handled...
2010-01-05 mavMove wakeup() out of mutex to reduce contention.
2010-01-05 mavMove wakeup() out of mutex to reduce contention.
2010-01-05 mavSlightly optimize XOR calculation.
2010-01-02 marcelProperly return the UUID represented by the alias.
2009-12-30 mavCall wakeup() only for the first request on the queue.
2009-12-28 antoine(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an...
2009-12-28 mavAdd BIO_DELETE support to ada(4):
2009-12-24 mavMake geom_concat to passthrough stripe parameters of...
2009-12-24 mavAs soon as geom_raid3 reports it's own stripe as sector...
2009-12-24 mavAs soon as mirror has no own stripes, report largest...
2009-12-24 mavAdd two disk ioctls, giving user-level tools informatio...
2009-12-24 mavMake geom_stripe report it's stripe size to upper layers.
2009-12-21 mavMake graid3 fallback to malloc() when component request...
2009-12-15 robertoMerge 4.2.4p8 into contrib (r200452 & r200454).
2009-12-14 rpauloAdd Microsoft and NetBSD partition types handling.
2009-12-14 rpauloSimplify partition type parsing by using a data-oriente...
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-12-03 mavChange 'load' balancing mode algorithm:
2009-11-28 traszProvide a set of sysctls and tunables to disable device...
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-12 rpauloAdd a missing check for Apple HFS partitions.
2009-11-12 rnolandWe need to allocate space for the header in the create...
2009-11-07 rnolandFix handling of GPT headers when size is > 92 bytes.
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-14 rnolandSet the active flag in the PMBR when we install bootcod...
2009-10-09 pjdIf provider is open for writing when we taste it, skip...
2009-10-05 lulf- Improve error message consistency and wording.
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-28 marcelThe first 96 bytes may not be zeroes. It can contain...
2009-09-24 marcelDon't create more partitions than can fit in the table...
2009-09-11 jkimMFV: r196804
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-08 traszRemove unused variable.
2009-09-08 mavDo not check proper request alignment here in geom_dev...
2009-09-06 mavMFp4:
2009-09-06 pjdAdd support for changing providers priority.
2009-09-04 mavRemove artificial MAX_IO_SIZE constant, equal to DFLTPH...
2009-09-04 pjdSimplify g_disk_ident_adjust() function and allow any...
2009-08-27 pjdThere's no need for checking result of M_WAITOK allocation.
2009-08-27 pjdFix an obvious topology lock leak.
2009-08-17 marcelThe start of the EFI GPT partition in the PMBR can...
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-18 lulf- Fix the issue with read access count modification...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-08 marcelRevert revisions 188839 and 188868. Use of the ioctl...
2009-07-01 traszFix a panic which (reportedly) can happen when unmounti...
2009-06-30 traszMake gjournal work with kernel compiled with "options...
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-24 lulf- Apply the same naming rules of LVM names as done...
2009-06-24 jhayDo not stop the loop when an empty or deleted directory...
2009-06-18 ivorasFix tabs, slightly improve comments.
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-13 ivorasAdd support for labels derived from GPT metadata.
2009-06-11 luigiAs discussed in the devsummit, introduce two fields...
2009-06-05 pjdSimplify.
2009-06-02 jkimMFV: ACPICA 20090521
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-30 dougbCrank the debug level necessary to display the "Label...
2009-05-29 jamiePlace hostnames and similar information fully under...
2009-05-27 edUpdate ee(1) in the base system to version 1.5.0.
2009-05-26 edCopy ee 1.4.2 into the contrib directory.
2009-05-26 lulf- Unbreak 64 bit platforms by casting off_t to intmax.
2009-05-26 lulf- Fix wrong print on BIO_DONE.
2009-05-26 lulf- Add 'show bio' DDB command.
2009-05-22 desUpgrade to OpenSSH 5.2p1.
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-12 traszCheck return value of gctl_get_asciiparam().
2009-05-11 attilioRemove the thread argument from the FSD (File-System...
2009-05-06 lulf- Split up the BIO queue into a queue for new and one...
2009-05-06 lulf- Fix a case where a RAID5 volume would think that...
2009-05-06 lulf- Check if any plexes are doing internal maintenance...
2009-05-06 lulf- Add forgotten KASSERT.
2009-05-06 lulf- Fix a bug where the bio_data field of the wrong BIO...
2009-05-06 lulf- GV_BIO_RETRY is not used, and it is actually impossib...
2009-05-06 lulf- Split the queue mutex into one for the event queue...
2009-05-04 lulf- Make the gvinum softc invisible to userland, as it...
2009-05-04 obrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-04-19 rwatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-18 lulf- Remove assertion of topology lock remaining from...
2009-04-16 marcelPrecision '*' expects an int and strlen() returns a...
2009-04-15 marcelAdd a compat option to the EBR scheme that controls the
2009-04-10 lulf- Move out allocation part of different gvinum objects...
2009-04-10 thompsaRevert r190676,190677
2009-04-08 marcelDon't use hexadecimal in the EBR partition names, becau...
2009-04-03 thompsaAdd interleaving root hold tokens from the CAM probe...
2009-04-03 thompsaAdd a how argument to root_mount_hold() so it can be...
2009-04-03 marcelThe 9 bytes immediately prior to the partition table...
2009-03-30 marcelSharpen the saw:
2009-03-30 marcelSharpen the saw:
2009-03-30 marcelSharpen the saw:
2009-03-30 marcelSharpen the saw:
2009-03-28 lulf- Add files that should have been added in r190507.
2009-03-28 lulfImport the gvinum work that have been done during and...
2009-03-27 marcelSharpen the saw:
2009-03-27 marcelSharpen the saw:
2009-03-26 marcelChange the priority from high to normal. This makes...
2009-03-25 ivorasCreate GEOM labels from UFS IDs, e.g. /dev/ufsid/49c97b...
2009-03-22 ivorasBe more explicit and complain if kernel dumps are perfo...
2009-03-21 rpauloMerge libpcap 1.0.0.
next