summaryrefslogtreecommitdiffstats
path: root/sys/geom/bde
Commit message (Expand)AuthorAgeFilesLines
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-202-2/+2
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* Kill leading whilespace.sobomax2005-11-301-1/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Comment typophk2005-07-201-1/+1
* stop including rijndael-api-fst.h from rijndael.h.ume2005-03-114-4/+4
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-063-5/+6
* Fix typo in a comment.brueffer2004-12-151-1/+1
* Fix a problem that shows up if less than the full complement ofphk2004-09-111-1/+1
* Respect that G_BDE_MAXKEYS is a compile time variable.phk2004-09-111-4/+3
* Tag all geom classes in the tree with a version number.phk2004-08-081-0/+1
* Use default method initialization on geoms.phk2004-08-081-4/+4
* kthread_exit() no longer requires Giant, so don't force callers to acquirejhb2004-03-051-1/+0
* Do not check error code from closing ->access() calls, we know they succeed.phk2004-02-141-3/+1
* Remove the absolute count g_access_abs() function since experience hasphk2004-02-121-4/+4
* Polish the work/state engine in preparation for HW-crypto support.phk2004-02-081-64/+65
* Add a missing error case return.phk2004-02-081-0/+1
* We don't need to hold Giant to create the worker kthread.phk2004-02-071-2/+0
* Remove the MD5_KEY debugging toolphk2004-01-231-33/+0
* Interior decoration changes.phk2003-10-072-42/+39
* Correct bzero length so we clear the entire key structure.phk2003-09-081-1/+1
* Bzero the right number of bytes.phk2003-09-061-1/+1
* Simplify the GEOM OAM api: Drop the request type, and let everythingphk2003-06-011-28/+30
* Remove unused variable.phk2003-05-311-6/+0
* Don't use & in front of arrays.phk2003-05-311-2/+2
* Remove unused variable.phk2003-05-311-2/+0
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.phk2003-05-311-1/+0
* Re-order the the initialization slightly to improve structure.phk2003-05-051-22/+22
* Use a dedicated malloc(9) bucket for sector storage.phk2003-05-051-7/+9
* Considering that I did cast the arguments to (intmax_t) I must havephk2003-05-021-4/+4
* Fix an obscure fencepost error in GBDE's sector mapping code:phk2003-04-291-0/+26
* Typo in last commit: Do not press xZZ to leave vi(1).phk2003-04-291-1/+1
* When a bio comes back from below with a zero error code, check thatphk2003-04-291-0/+4
* I accidentally leaked this debugging tool in with my last commit.phk2003-04-281-2/+4
* Rename g_bde_get_sector() to g_bde_get_keysector() and pick up thephk2003-04-282-5/+42
* Only attempt total cache-purge once in case of failure.phk2003-04-281-4/+3
* Better criteria for skipping disk reading BIO_READ work packets.phk2003-04-281-1/+2
* Explicitly set the sector state to JUNK if we encounter a read-error.phk2003-04-281-1/+4
* Bail as soon as the first write request has failed, there is no pointphk2003-04-261-2/+11
* Appearantly UFS no longer issues BIO_DELETE requests correctly, andphk2003-04-261-0/+7
* Do an explicit retry after we have dumped the cache, rather than aphk2003-04-251-4/+3
* If on a BIO_READ request, we failed to allocate the bio for readingphk2003-04-251-6/+13
* Fix a problem and slightly improve the ENOMEM handling:phk2003-04-251-11/+12
* Don't count a sector in the cache unless we manage to create it.phk2003-04-251-2/+2
* Rename g_bde_release_sector() to g_bde_release_keysector() and pick upphk2003-04-251-7/+9
* Rename g_bde_read_sector() to g_bde_read_keysector() pick up the offsetphk2003-04-251-5/+5
* Remove all references to BIO_SETATTR. We will not be using it.phk2003-04-031-1/+0
* Use sys/endian.h instead of geom_enc.c for endian-agnostfication.phk2003-04-032-17/+19
* Remove the old config interface now that the new OAM is functional.phk2003-04-011-153/+0
* Add create_geom and destroy_geom methods.phk2003-03-291-0/+159
OpenPOWER on IntegriCloud