aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Time has run from the "run GEOM in userland" harness, and the new regressionPoul-Henning Kamp2003-04-131-11/+0
* If we hit access ahead of a spoil event, we should have negativePoul-Henning Kamp2003-04-121-7/+3
* Change events to have an array of "void *" references, and give thePoul-Henning Kamp2003-04-021-7/+7
* Only orphan things if the open/close actually succeeded.Poul-Henning Kamp2003-04-021-11/+10
* g_class_by_name() was unused too.Poul-Henning Kamp2003-03-251-13/+0
* Remove unuse g_insert_geom().Poul-Henning Kamp2003-03-251-38/+0
* Introduce g_cancel_events() and use it a couple of places where it makesPoul-Henning Kamp2003-03-231-0/+3
* Retire the GEOM private statistics code and use devstat instead.Poul-Henning Kamp2003-03-181-4/+7
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Remove unneeded #include of geom_stats.hPoul-Henning Kamp2003-03-091-1/+0
* Don't use statistics counters to detect outstanding I/O.Poul-Henning Kamp2003-03-091-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-7/+7
* Implement a handle for efficient implementation of perforations inPoul-Henning Kamp2003-02-121-3/+6
* Move the g_stat struct to its own .h file, we will export it to other code.Poul-Henning Kamp2003-02-081-3/+7
* Commit the correct copy of the g_stat structure.Poul-Henning Kamp2003-02-071-3/+5
* Rename bio_linkage to the more obvious bio_parent.Poul-Henning Kamp2003-02-071-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-7/+7
* We should not need to hold Giant for sbuf operations any more.Poul-Henning Kamp2002-12-261-4/+0
* Constification and some s/int/u_int/ changes.Poul-Henning Kamp2002-12-161-7/+7
* Straighten up the geom.ctl config interface definitions.Poul-Henning Kamp2002-11-061-1/+1
* Polish a bit here and there.Poul-Henning Kamp2002-11-041-3/+5
* Use a better test to prevent tasting geom.ctl so we don't screw thePoul-Henning Kamp2002-10-241-1/+1
* Don't taste the first provider, it's /dev/geom.ctl and it's not goingPoul-Henning Kamp2002-10-241-1/+2
* The g_id*() functions are not needed in the userland test-suite soPoul-Henning Kamp2002-10-201-0/+2
* Use %jd instead of %lld now that we have it.Poul-Henning Kamp2002-10-201-2/+3
* Implement the GEOMCONFIGGEOM ioctl which can be used to manually createPoul-Henning Kamp2002-10-141-37/+82
* Add support g_clone_bio() and g_std_done() to spawn multiple childrenPoul-Henning Kamp2002-10-091-4/+6
* Retire g_io_fail() and let g_io_deliver() take an error argument instead.Poul-Henning Kamp2002-09-301-4/+4
* Disable the g_sanity() check unless people ask for it in the debugflags.Poul-Henning Kamp2002-09-301-0/+2
* Remove "magicspace". It looks good on paper, it doesn't work in practice.Poul-Henning Kamp2002-09-061-44/+0
* Improve some on the naming.Poul-Henning Kamp2002-06-091-15/+15
* Change the registration of magic spaces so it does its own memory management.Poul-Henning Kamp2002-06-051-19/+30
* Introduce the concept of "magic spaces", and implement them in most ofPoul-Henning Kamp2002-05-211-0/+33
* Fix a {} bug which doesn't have any effect yet.Poul-Henning Kamp2002-04-271-2/+1
* Introduce some serious paranoia to try to catch a memory overwrite problemPoul-Henning Kamp2002-04-231-2/+46
* Introduce the convenience function g_getattr() and make it DWIM.Poul-Henning Kamp2002-04-091-0/+13
* Move access and orphan member functions from class to geom.Poul-Henning Kamp2002-04-041-4/+5
* s/classs/classes/ to fixup grammer after the previous global renaming.Poul-Henning Kamp2002-04-041-3/+3
* In the absense of any smarter way to do this, cast various printfPoul-Henning Kamp2002-03-281-1/+2
* Eliminate some thread pointers which do not make sense anymore.Poul-Henning Kamp2002-03-261-2/+3
* Cave in to tradition and rename "methods" to "classes".Poul-Henning Kamp2002-03-261-25/+25
* First commit of the GEOM subsystem to make it easier for people toPoul-Henning Kamp2002-03-111-0/+639