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