no author
|
d0274c3304
|
Renamed 'lladd' directories and python module to 'stasis'
|
2007-06-11 21:36:57 +00:00 |
|
Sears Russell
|
d1aeba8a82
|
Cleaned up obsolete @todo's; fixed inconsistent page file initialization
|
2007-06-01 21:06:18 +00:00 |
|
Sears Russell
|
6e749b93a4
|
bufferHash now seems to be correct, and makes use of the stasis_handle_t
interface.
|
2007-03-13 08:39:29 +00:00 |
|
Sears Russell
|
f620aaedd6
|
Removed some dead code.
|
2006-09-27 20:27:49 +00:00 |
|
Sears Russell
|
ef43a8d54f
|
Added missing declaration of forcePageFile()
|
2006-08-11 02:42:17 +00:00 |
|
Sears Russell
|
f93b2acf69
|
Now, you can set pageFile_isDurable=0 to disable forcing data to the
page file.
Also, -DPAGE_FILE_O_DIRECT switches the page file from using a normal
file handle and fdatasync to use O_DIRECT with no fdatasync.
|
2006-08-10 23:51:15 +00:00 |
|
Sears Russell
|
78eb2cbf6a
|
O_DIRECT (sort of...)
|
2004-07-27 21:30:54 +00:00 |
|
Sears Russell
|
e53117a1a0
|
Implemented (but didn't test) iterator over the records in a page.
|
2004-07-26 22:01:09 +00:00 |
|
Sears Russell
|
490dd86c09
|
pageCache.c is now re-entrant.
|
2004-07-20 00:15:17 +00:00 |
|
Sears Russell
|
12fc5665ab
|
pageCache is now re-entrant, in theory.
|
2004-07-15 00:42:36 +00:00 |
|