haiku/src/system/kernel/cache
Axel Dörfler 6eabbacd70 * Fixed compare_blocks() function; it actually gets cached_block**.
* Added block_writer thread that continuously writes back blocks for all current
  block caches.
* A block cache now maintains the number of dirty blocks if it doesn't use
  transactions. That knowledge could also be used in block_cache_sync()...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23698 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-01-22 08:16:04 +00:00
..
block_cache_private.h * Fixed compare_blocks() function; it actually gets cached_block**. 2008-01-22 08:16:04 +00:00
block_cache.cpp * Fixed compare_blocks() function; it actually gets cached_block**. 2008-01-22 08:16:04 +00:00
BlockMap.cpp Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
BlockMap.h Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
file_cache.cpp read_from_file() and write_to_file() did not take the pageOffset into account. 2007-11-26 13:38:32 +00:00
file_map.cpp * Fixed a big bug in common_file_io_vec_pages(): vecOffset was not correctly 2008-01-06 14:04:15 +00:00
Jamfile * Replaced my block allocator code in favour of Hugo's slab allocator 2008-01-16 20:43:12 +00:00
vnode_store.cpp * Extracted file_map API out of the file cache - it's now an optional service 2007-11-10 21:19:52 +00:00
vnode_store.h * Added a acquire_unreferenced_ref() to vm_store 2007-10-06 15:35:38 +00:00