summaryrefslogtreecommitdiffstats
path: root/sys/geom/bde
Commit message (Expand)AuthorAgeFilesLines
* 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
* Forward compatibility: NULL check the passed in meta argument.phk2003-03-251-1/+1
* Premptively change initializations of struct g_class to use C99phk2003-03-241-3/+2
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-184-4/+0
* Limit our requests to DFLTPHYS, this is generally a good idea forphk2003-03-071-0/+5
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Typo in last commit.phk2003-02-111-2/+2
* Better names for struct disk elements: d_maxsize, d_stripeoffsetphk2003-02-111-0/+2
* Unconditionally make our provider with G_PF_CANDELETE.phk2003-02-111-0/+1
* Move the g_stat struct to its own .h file, we will export it to other code.phk2003-02-082-2/+0
* Add the new statistics structure, put one in consumers and providers.phk2003-02-071-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Optimize the size of the work-items by letting the mapping functionphk2003-01-023-48/+66
* Solve another bug in the mapping code: correctly skip lock sectors.phk2002-12-181-2/+2
* Fix two blunders in the mapping functions which can lead to corrupt data,phk2002-12-183-44/+15
* Fix spelling in comment.phk2002-12-131-1/+1
* Conceiveably, there may exist an algorithm which can tell if a sequence of bytesphk2002-12-011-0/+7
* Use unsigned for an index.phk2002-12-011-6/+7
* Straighten up the geom.ctl config interface definitions.phk2002-11-061-5/+5
* Run a revision on the GBDE encryption facility.phk2002-11-045-244/+429
* Change the kkey generation cherry-picker to use MD5.phk2002-10-303-42/+26
* Fix a bug in the cherry-picker kkey generator routine.phk2002-10-281-0/+1
* Now that the sectorsize and mediasize are properties of the provider,phk2002-10-201-10/+2
OpenPOWER on IntegriCloud