haiku/src/system/kernel/cache
Axel Dörfler 16d8ff2dad * Added a TRANSACTION_IDLE notification that is sent when the transaction
hasn't been used for more than 2 seconds.
* Replaced the block_cache::lock benaphore with a recursive lock, so that
  you can call cache functions from within the notification listeners.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24737 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-04-02 09:37:22 +00:00
..
block_cache_private.h * Added a TRANSACTION_IDLE notification that is sent when the transaction 2008-04-02 09:37:22 +00:00
block_cache.cpp * Added a TRANSACTION_IDLE notification that is sent when the transaction 2008-04-02 09:37:22 +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 Fixed warning. 2008-03-25 20:29:49 +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 store_acquire_unreferenced_ref() saves the pointer of the vnode it got 2008-03-13 23:41:14 +00:00
vnode_store.h * Added a acquire_unreferenced_ref() to vm_store 2007-10-06 15:35:38 +00:00