| Commit message (Expand) | Author | Age | Files | Lines |
* | kthread_exit() no longer requires Giant, so don't force callers to acquire | jhb | 2004-03-05 | 1 | -1/+0 |
* | Do not check error code from closing ->access() calls, we know they succeed. | phk | 2004-02-14 | 1 | -3/+1 |
* | Remove the absolute count g_access_abs() function since experience has | phk | 2004-02-12 | 1 | -4/+4 |
* | Polish the work/state engine in preparation for HW-crypto support. | phk | 2004-02-08 | 1 | -64/+65 |
* | Add a missing error case return. | phk | 2004-02-08 | 1 | -0/+1 |
* | We don't need to hold Giant to create the worker kthread. | phk | 2004-02-07 | 1 | -2/+0 |
* | Remove the MD5_KEY debugging tool | phk | 2004-01-23 | 1 | -33/+0 |
* | Interior decoration changes. | phk | 2003-10-07 | 2 | -42/+39 |
* | Correct bzero length so we clear the entire key structure. | phk | 2003-09-08 | 1 | -1/+1 |
* | Bzero the right number of bytes. | phk | 2003-09-06 | 1 | -1/+1 |
* | Simplify the GEOM OAM api: Drop the request type, and let everything | phk | 2003-06-01 | 1 | -28/+30 |
* | Remove unused variable. | phk | 2003-05-31 | 1 | -6/+0 |
* | Don't use & in front of arrays. | phk | 2003-05-31 | 1 | -2/+2 |
* | Remove unused variable. | phk | 2003-05-31 | 1 | -2/+0 |
* | Remove the G_CLASS_INITIALIZER, we do not need it anymore. | phk | 2003-05-31 | 1 | -1/+0 |
* | Re-order the the initialization slightly to improve structure. | phk | 2003-05-05 | 1 | -22/+22 |
* | Use a dedicated malloc(9) bucket for sector storage. | phk | 2003-05-05 | 1 | -7/+9 |
* | Considering that I did cast the arguments to (intmax_t) I must have | phk | 2003-05-02 | 1 | -4/+4 |
* | Fix an obscure fencepost error in GBDE's sector mapping code: | phk | 2003-04-29 | 1 | -0/+26 |
* | Typo in last commit: Do not press xZZ to leave vi(1). | phk | 2003-04-29 | 1 | -1/+1 |
* | When a bio comes back from below with a zero error code, check that | phk | 2003-04-29 | 1 | -0/+4 |
* | I accidentally leaked this debugging tool in with my last commit. | phk | 2003-04-28 | 1 | -2/+4 |
* | Rename g_bde_get_sector() to g_bde_get_keysector() and pick up the | phk | 2003-04-28 | 2 | -5/+42 |
* | Only attempt total cache-purge once in case of failure. | phk | 2003-04-28 | 1 | -4/+3 |
* | Better criteria for skipping disk reading BIO_READ work packets. | phk | 2003-04-28 | 1 | -1/+2 |
* | Explicitly set the sector state to JUNK if we encounter a read-error. | phk | 2003-04-28 | 1 | -1/+4 |
* | Bail as soon as the first write request has failed, there is no point | phk | 2003-04-26 | 1 | -2/+11 |
* | Appearantly UFS no longer issues BIO_DELETE requests correctly, and | phk | 2003-04-26 | 1 | -0/+7 |
* | Do an explicit retry after we have dumped the cache, rather than a | phk | 2003-04-25 | 1 | -4/+3 |
* | If on a BIO_READ request, we failed to allocate the bio for reading | phk | 2003-04-25 | 1 | -6/+13 |
* | Fix a problem and slightly improve the ENOMEM handling: | phk | 2003-04-25 | 1 | -11/+12 |
* | Don't count a sector in the cache unless we manage to create it. | phk | 2003-04-25 | 1 | -2/+2 |
* | Rename g_bde_release_sector() to g_bde_release_keysector() and pick up | phk | 2003-04-25 | 1 | -7/+9 |
* | Rename g_bde_read_sector() to g_bde_read_keysector() pick up the offset | phk | 2003-04-25 | 1 | -5/+5 |
* | Remove all references to BIO_SETATTR. We will not be using it. | phk | 2003-04-03 | 1 | -1/+0 |
* | Use sys/endian.h instead of geom_enc.c for endian-agnostfication. | phk | 2003-04-03 | 2 | -17/+19 |
* | Remove the old config interface now that the new OAM is functional. | phk | 2003-04-01 | 1 | -153/+0 |
* | Add create_geom and destroy_geom methods. | phk | 2003-03-29 | 1 | -0/+159 |
* | Forward compatibility: NULL check the passed in meta argument. | phk | 2003-03-25 | 1 | -1/+1 |
* | Premptively change initializations of struct g_class to use C99 | phk | 2003-03-24 | 1 | -3/+2 |
* | Including <sys/stdint.h> is (almost?) universally only to be able to use | phk | 2003-03-18 | 4 | -4/+0 |
* | Limit our requests to DFLTPHYS, this is generally a good idea for | phk | 2003-03-07 | 1 | -0/+5 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Typo in last commit. | phk | 2003-02-11 | 1 | -2/+2 |
* | Better names for struct disk elements: d_maxsize, d_stripeoffset | phk | 2003-02-11 | 1 | -0/+2 |
* | Unconditionally make our provider with G_PF_CANDELETE. | phk | 2003-02-11 | 1 | -0/+1 |
* | Move the g_stat struct to its own .h file, we will export it to other code. | phk | 2003-02-08 | 2 | -2/+0 |
* | Add the new statistics structure, put one in consumers and providers. | phk | 2003-02-07 | 1 | -0/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Optimize the size of the work-items by letting the mapping function | phk | 2003-01-02 | 3 | -48/+66 |