]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/geom
These need __RMAN_RESOURCE_VISIBLE, too.
[FreeBSD/FreeBSD.git] / sys / geom /
2004-06-29 phkFix regression in last commit.
2004-06-27 phkMake sure to kill the devstat entry for disappearing...
2004-06-27 pjdIntroduce a hack that will make geom_gate to work with...
2004-06-26 rwatsonThe g_up and g_down threads use a local 'mymutex' mutex...
2004-06-26 mbrThis commit was generated by cvs2svn to compensate...
2004-06-25 leMark a plex as 'newborn' when it is created. This...
2004-06-25 marcelThis commit was generated by cvs2svn to compensate...
2004-06-24 pjdDon't force class to give a valid softc to g_slice_new...
2004-06-24 csjpCurrently, if the drives specified for volume creation are
2004-06-23 leAdd a function to clean up RAID5 packets and use it...
2004-06-23 leRemove two debugging printfs that are currently rather...
2004-06-23 leAccept "sd len 0" and auto-size the subdisk correctly.
2004-06-22 leNo need to free the softc, because it wasn't allocated.
2004-06-22 leDon't sleep in the g_down path. More error checks...
2004-06-21 darrenrThis commit was generated by cvs2svn to compensate...
2004-06-21 phkKill g_access_rel() already now before we send it down...
2004-06-21 pjdDon't hold topology lock while calling g_gate_release().
2004-06-20 marcelThis commit was generated by cvs2svn to compensate...
2004-06-20 stefanfThis commit was generated by cvs2svn to compensate...
2004-06-19 phkDuplicate the securelevel check from spec_vnops.c here.
2004-06-18 leClean up allocated ressources when destroying the main...
2004-06-17 phkReduce the thaumaturgical level of root filesystem...
2004-06-17 phkSecond half of the dev_t cleanup.
2004-06-16 mlaierThis commit was generated by cvs2svn to compensate...
2004-06-16 mlaierThis commit was generated by cvs2svn to compensate...
2004-06-16 leHandle dead disks in a somewhat sane way.
2004-06-16 phkDo the dreaded s/dev_t/struct cdev */
2004-06-16 obrienThis commit was generated by cvs2svn to compensate...
2004-06-15 leFix several bugs related to subdisk drive_offset calcul...
2004-06-14 leDon't free a VINUMDRIVE softc when it's orphaned or...
2004-06-14 leCorrectly calculate subdisk offset in RAID5 plexes.
2004-06-14 ruThis commit was generated by cvs2svn to compensate...
2004-06-12 leAdd a first version of a GEOMified vinum.
2004-06-12 mlaierThis commit was generated by cvs2svn to compensate...
2004-06-10 peterThis commit was generated by cvs2svn to compensate...
2004-06-09 phkMake the sysctl kern.geom.collectstats more granular.
2004-06-07 pjdFix format string.
2004-06-07 pjdDon't allow for duplicated entries creation.
2004-06-01 joergAdd SVR4-compatible VTOC-style elements to the Sun...
2004-05-30 phkZap a redundant NULL
2004-05-26 pjdDump some more informations:
2004-05-25 njlThis commit was generated by cvs2svn to compensate...
2004-05-25 njlThis commit was generated by cvs2svn to compensate...
2004-05-21 pjd- Change command name from 'config' to 'configure'.
2004-05-20 pjd- Teach CONCAT class how to talk with geom(8).
2004-05-20 pjdIntroduce STRIPE GEOM class. It implements RAID0 transf...
2004-05-20 pjdIntroduce NOP GEOM class. This is totally transparent...
2004-05-17 joergThis commit was generated by cvs2svn to compensate...
2004-05-11 sosDont try to finish devstat's if the disk pointer is...
2004-05-09 marcelThis commit was generated by cvs2svn to compensate...
2004-05-05 pjdClose some small wakeup<->msleep races.
2004-05-04 pjdFix compilation on 64-bit architectures.
2004-05-03 pjdTurn off debugging by default.
2004-05-03 pjdPrefer signed type over unsigned to be able to assert...
2004-05-03 pjd- Hold g_gate_list_mtx lock while generating/checking...
2004-05-02 pjdMake it compile on 64-bit architectures.
2004-04-30 pjdKernel bits of GEOM Gate.
2004-04-30 marcelAllow disks with a GPT to be used on big-endian machine...
2004-04-27 mikehThis commit was generated by cvs2svn to compensate...
2004-04-20 pjd- Don't check if 'gp' is non-NULL, it always is and...
2004-04-20 desThis commit was generated by cvs2svn to compensate...
2004-04-17 tjrThis commit was generated by cvs2svn to compensate...
2004-04-15 peterThis commit was generated by cvs2svn to compensate...
2004-04-14 hartiThis commit was generated by cvs2svn to compensate...
2004-04-14 njlThis commit was generated by cvs2svn to compensate...
2004-04-05 nectarThis commit was generated by cvs2svn to compensate...
2004-04-04 pjdCalculate bio_completed properly or die!
2004-04-03 nectarThis commit was generated by cvs2svn to compensate...
2004-04-03 nectarThis commit was generated by cvs2svn to compensate...
2004-04-01 grehanMove the name attribute to the end of the conftxt line...
2004-03-31 bmsThis commit was generated by cvs2svn to compensate...
2004-03-31 bmsThis commit was generated by cvs2svn to compensate...
2004-03-29 desThis commit was generated by cvs2svn to compensate...
2004-03-25 desThis commit was generated by cvs2svn to compensate...
2004-03-19 desThis commit was generated by cvs2svn to compensate...
2004-03-18 njlThis commit was generated by cvs2svn to compensate...
2004-03-18 pjdMove "is consumer attached?" check before G_VALID_PROVI...
2004-03-17 nectarThis commit was generated by cvs2svn to compensate...
2004-03-17 nectarThis commit was generated by cvs2svn to compensate...
2004-03-11 desThis commit was generated by cvs2svn to compensate...
2004-03-11 phkBe more insistent on destroying geoms at unload time...
2004-03-10 phkRearrange some of the GEOM debugging tools to be more...
2004-03-09 pjd- Don't take sectorsize from first disk. Calculate...
2004-03-09 pjdPrint a space character between string given as a macro...
2004-03-07 phkDon't panic on providers already withered when we withe...
2004-03-05 jhbkthread_exit() no longer requires Giant, so don't force...
2004-03-04 pjdCorrect year in copyrights.
2004-03-03 pjd- Remove d_valid field, we can use d_consumer field...
2004-03-01 pjdRemoved unused fields.
2004-03-01 pjdWe don't need d_length field.
2004-03-01 acheThis commit was generated by cvs2svn to compensate...
2004-02-28 njlThis commit was generated by cvs2svn to compensate...
2004-02-28 njlThis commit was generated by cvs2svn to compensate...
2004-02-28 mlaierThis commit was generated by cvs2svn to compensate...
2004-02-28 mlaierThis commit was generated by cvs2svn to compensate...
2004-02-27 pjdEven if we're sure that we can't be orphaned here,...
2004-02-27 pjdRemove unused field.
2004-02-26 desThis commit was generated by cvs2svn to compensate...
2004-02-26 mlaierThis commit was generated by cvs2svn to compensate...
2004-02-25 acheThis commit was generated by cvs2svn to compensate...
next