index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
geom
/
bde
/
g_bde_work.c
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
*
Polish the work/state engine in preparation for HW-crypto support.
phk
2004-02-08
1
-64
/
+65
*
Remove unused variable.
phk
2003-05-31
1
-2
/
+0
*
Use a dedicated malloc(9) bucket for sector storage.
phk
2003-05-05
1
-7
/
+9
*
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
*
Rename g_bde_get_sector() to g_bde_get_keysector() and pick up the
phk
2003-04-28
1
-5
/
+7
*
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
*
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
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Move the g_stat struct to its own .h file, we will export it to other code.
phk
2003-02-08
1
-1
/
+0
*
Optimize the size of the work-items by letting the mapping function
phk
2003-01-02
1
-9
/
+10
*
Fix two blunders in the mapping functions which can lead to corrupt data,
phk
2002-12-18
1
-42
/
+7
*
Run a revision on the GBDE encryption facility.
phk
2002-11-04
1
-5
/
+46
*
Be consistent about functions being static.
phk
2002-10-20
1
-2
/
+2
*
Add Geom Based Disk Encryption to the tree.
phk
2002-10-19
1
-0
/
+731