| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix so that when a slice or a partition is removed through g_slice_config(), | rodrigc | 2005-09-14 | 1 | -0/+1 |
* | Stop wasting a bootverbose line on all geom slices. | phk | 2004-11-03 | 1 | -1/+1 |
* | Do not override the class provided dumpconf function. | phk | 2004-08-18 | 1 | -1/+2 |
* | Check for a NULL pointer before dereferencing it. | le | 2004-07-25 | 1 | -0/+2 |
* | We only need to check for overlaps if we increasing access counts. | phk | 2004-07-04 | 1 | -17/+19 |
* | Free only if pointer isn't NULL. | pjd | 2004-07-01 | 1 | -1/+2 |
* | Don't force class to give a valid softc to g_slice_new(), it is not always | pjd | 2004-06-24 | 1 | -2/+6 |
* | Remove the absolute count g_access_abs() function since experience has | phk | 2004-02-12 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+2 |
* | Add missing va_end() calls. | phk | 2003-06-07 | 1 | -1/+2 |
* | Add a destroy_geom method to the slice "library". | phk | 2003-05-31 | 1 | -2/+11 |
* | Use a more tailored spoil routine for slices, and take advantage of | phk | 2003-05-02 | 1 | -15/+19 |
* | Rename g_slice_init() to the more appropriate g_slice_alloc() and give | phk | 2003-05-02 | 1 | -4/+14 |
* | Rename g_call_me() to g_post_event(), and give it a flag | phk | 2003-04-23 | 1 | -1/+2 |
* | Do not mandate that slicers have a private ->start(), they may not need | phk | 2003-04-22 | 1 | -1/+4 |
* | Make more of the "hotspot" stuff generic: | phk | 2003-04-19 | 1 | -21/+54 |
* | Create a dedicated structure for holding hotspot information rather than | phk | 2003-04-19 | 1 | -11/+12 |
* | Time has run from the "run GEOM in userland" harness, and the new regression | phk | 2003-04-13 | 1 | -11/+0 |
* | Retire the "frontstuff" record keeping, it was no match for the | phk | 2003-04-12 | 1 | -22/+1 |
* | Remove all references to BIO_SETATTR. We will not be using it. | phk | 2003-04-03 | 1 | -1/+0 |
* | Including <sys/stdint.h> is (almost?) universally only to be able to use | phk | 2003-03-18 | 1 | -1/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -4/+4 |
* | Don't divide by zero if there is no stripewidth specified. | phk | 2003-02-11 | 1 | -2/+4 |
* | Better names for struct disk elements: d_maxsize, d_stripeoffset | phk | 2003-02-11 | 1 | -3/+5 |
* | Propagate G_PF_CANDELETE to our own providers from the provider we attach to. | phk | 2003-02-11 | 1 | -0/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -4/+4 |
* | Add a check for negative offset locations and return EINVAL for them. | phk | 2002-12-17 | 1 | -0/+5 |
* | Get rid of g_slice_addslice() and use g_slice_config() instead. | phk | 2002-12-16 | 1 | -32/+0 |
* | Constification and some s/int/u_int/ changes. | phk | 2002-12-16 | 1 | -34/+35 |
* | Don't interpret the hotspots relative to all slices on a slicer, but | phk | 2002-12-13 | 1 | -2/+3 |
* | Add a simplified version of the hot-spot code to enable us to protect | phk | 2002-12-02 | 1 | -4/+86 |
* | Remember to update the providers idea of its size when we reconfigure | phk | 2002-11-20 | 1 | -0/+1 |
* | Add the remaning part of the new libdisk interaction. | phk | 2002-10-28 | 1 | -0/+6 |
* | Reduce the GEOM verbosity under bootverbose to something more sufferable. | phk | 2002-10-25 | 1 | -5/+20 |
* | Now that the sectorsize and mediasize are properties of the provider, | phk | 2002-10-20 | 1 | -6/+5 |
* | Make the sectorsize a property of providers so we can include it in the XML | phk | 2002-10-20 | 1 | -3/+8 |
* | Use %jd instead of %lld now that we have it. | phk | 2002-10-20 | 1 | -10/+11 |
* | Remove a bogus local variable. | phk | 2002-10-14 | 1 | -2/+0 |
* | Retire g_io_fail() and let g_io_deliver() take an error argument instead. | phk | 2002-09-30 | 1 | -7/+6 |
* | Style, whitespace and lint fixes. | phk | 2002-09-28 | 1 | -1/+1 |
* | First confirmed kill from my Flexelint license: Check return value | phk | 2002-09-28 | 1 | -0/+4 |
* | Add the new g_slice_config() call, which can add/delete/change a slice, | phk | 2002-09-27 | 1 | -2/+57 |
* | Add checks for g_clone_bio() returning NULL, it will be possible RSN. | phk | 2002-09-27 | 1 | -1/+6 |
* | Improve some on the naming. | phk | 2002-06-09 | 1 | -3/+3 |
* | Include needed #include for regression tests. | phk | 2002-05-19 | 1 | -2/+1 |
* | Implement the GEOMGETCONF ioctl which returns vital stats for the | phk | 2002-04-23 | 1 | -1/+1 |
* | All in a days work: make a function static. | phk | 2002-04-23 | 1 | -1/+1 |
* | Introduce some serious paranoia to try to catch a memory overwrite problem | phk | 2002-04-23 | 1 | -0/+2 |
* | Make kernel dumps work with GEOM. | phk | 2002-04-19 | 1 | -0/+9 |
* | Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the start | phk | 2002-04-09 | 1 | -3/+26 |