summaryrefslogtreecommitdiffstats
path: root/sys/geom/bde/g_bde_work.c
Commit message (Expand)AuthorAgeFilesLines
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-1/+1
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* stop including rijndael-api-fst.h from rijndael.h.ume2005-03-111-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+2
* kthread_exit() no longer requires Giant, so don't force callers to acquirejhb2004-03-051-1/+0
* Polish the work/state engine in preparation for HW-crypto support.phk2004-02-081-64/+65
* Remove unused variable.phk2003-05-311-2/+0
* Use a dedicated malloc(9) bucket for sector storage.phk2003-05-051-7/+9
* 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
* Rename g_bde_get_sector() to g_bde_get_keysector() and pick up thephk2003-04-281-5/+7
* 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
* 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
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Move the g_stat struct to its own .h file, we will export it to other code.phk2003-02-081-1/+0
* Optimize the size of the work-items by letting the mapping functionphk2003-01-021-9/+10
* Fix two blunders in the mapping functions which can lead to corrupt data,phk2002-12-181-42/+7
* Run a revision on the GBDE encryption facility.phk2002-11-041-5/+46
* Be consistent about functions being static.phk2002-10-201-2/+2
* Add Geom Based Disk Encryption to the tree.phk2002-10-191-0/+731
OpenPOWER on IntegriCloud