haiku/src/system/kernel/fs
Ingo Weinhold fb5c39cb6d Removed TODO again. I tried a similar event mechanism as used for busy pages
in VMCache, but, if anything, that makes a -j8 build marginally slower. I
guess busy vnodes are encountered so rarely that the additional overhead for
a more intelligent algorithm isn't really worth it. Reduced the wait time,
though.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34845 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-01-01 22:13:13 +00:00
..
EntryCache.h Moved the entry cache implementation into its own file. 2010-01-01 20:51:30 +00:00
fd.cpp Changed the FD selection/deselection handling a bit: 2009-08-15 16:28:15 +00:00
fifo.cpp * All scheduler implementations: 2009-12-13 21:18:27 +00:00
fifo.h * Reorganized the FS interface a little: 2008-04-05 23:05:16 +00:00
Jamfile Make the overlay filesystem a standalone module. It can now be mounted as an 2009-02-14 20:57:15 +00:00
KPath.cpp Normalize() didn't update fPathLength correctly. This did probably screw 2008-09-27 19:11:40 +00:00
node_monitor.cpp Fixed spelling. 2009-11-20 07:10:23 +00:00
rootfs.cpp Replaced the rootfs mutex by an rw_lock. To avoid race conditions in the 2009-12-31 17:11:52 +00:00
socket.cpp * The network syscalls now check if you try to pass a non-userland address to 2009-10-13 07:19:18 +00:00
vfs_boot.cpp * Removed /system/etc directory. 2009-11-10 14:26:42 +00:00
vfs_boot.h [Sorry, couldn't split this one up any further.] 2007-07-15 02:10:15 +00:00
vfs_net_boot.cpp * Removed -Wno-unused from all KernelMergeObjects in kernel Jamfiles. 2008-07-04 23:14:19 +00:00
vfs_net_boot.h [Sorry, couldn't split this one up any further.] 2007-07-15 02:10:15 +00:00
vfs_request_io.cpp - Fix typo that broke the GCC4 build but not the GCC2 build. 2009-10-11 17:31:00 +00:00
vfs.cpp Removed TODO again. I tried a similar event mechanism as used for busy pages 2010-01-01 22:13:13 +00:00