haiku/src/kernel/core/cache
Axel Dörfler 2ef444519e Work-around for buggy device drivers: some drivers (including our current
IDE drivers :-)) don't respect the total amount of bytes to be read in the
former readv() (now read_pages()) call. This can potentially fix all sorts
of strange errors in userland :)
Fixed the debug build.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8938 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-14 17:37:43 +00:00
..
block_cache.cpp Moved the block cache to this file (from ../vm/cache.cpp). 2004-09-03 15:32:20 +00:00
BlockMap.cpp Implemented a "block map" that can efficiently map contiguous blocks to 2004-09-03 15:34:24 +00:00
BlockMap.h Implemented a "block map" that can efficiently map contiguous blocks to 2004-09-03 15:34:24 +00:00
file_cache.cpp Work-around for buggy device drivers: some drivers (including our current 2004-09-14 17:37:43 +00:00
Jamfile Added the file_cache.cpp file to the build. 2004-09-06 22:05:46 +00:00
vnode_store.cpp Added a "cookie" parameter to the vfs_read|write|has_page[s](). 2004-09-06 22:03:47 +00:00
vnode_store.h Added a basic vnode store, more or less the same as the old one. 2004-09-03 17:04:09 +00:00