NetBSD/sys/fs
pooka 4d6a407bdd Process flush requests from the file server in a separate thread
context.  This fixes a long-standing but seldomly seen deadlock,
where the kernel was holding pages busy (due to e.g. readahead
request) while waiting for the server to respond, and the server
made a callback into the kernel asking to invalidate those pages.
... or, well, theoretically fixes, since I didn't have any reliable
way of repeating the deadlock and I think I saw it only twice.
2009-12-07 20:57:55 +00:00
..
adosfs
cd9660
efs
filecorefs
hfs vrele, not vput for unlocked devvp 2009-12-03 14:29:04 +00:00
msdosfs
nilfs
ntfs
ptyfs Introduce genfs_statvfs() as pretty much a no-info statvfs and 2009-11-30 10:59:19 +00:00
puffs Process flush requests from the file server in a separate thread 2009-12-07 20:57:55 +00:00
smbfs
sysvbfs Call VOP_CLOSE() in mount error branch with the device locked to 2009-12-01 09:28:02 +00:00
tmpfs Fix panic when trying to delete a directory entry (hi yamt!) by not 2009-11-22 17:09:58 +00:00
udf
union
unionfs
Makefile
unicode.h