]> mj.ucw.cz Git - libucw.git/history - lib/pagecache.c
Split page key to pos and fd. Wastes extra 4 bytes, but simplifies the code a lot.
[libucw.git] / lib / pagecache.c
1999-11-20 Martin MaresSplit page key to pos and fd. Wastes extra 4 bytes...
1999-11-15 Martin MaresImplemented pgc_get_zero().
1999-11-13 Martin MaresPosition caching didn't work with multiple files.
1999-11-13 Martin MaresAdded pgc_page_pos().
1999-11-11 Martin MaresUse pread/pwrite whenever available. In all other cases...
1999-11-09 Martin MaresAllow locked dirty pages. Better debugging. Simplified...
1999-11-08 Martin MaresSquash warnings...
1999-11-08 Martin MaresNew page cache.