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 Fixed fatal warnings with ADOSFS_DIAGNOSTIC. 2009-08-30 12:36:38 +00:00
cd9660 Apply a similar fix for mount function from ffs_vfsops.c rev 1.186: 2009-10-19 17:53:36 +00:00
efs Fix utterly botched previous commit. efs compiles now and apprears 2009-07-03 22:25:51 +00:00
filecorefs Where possible, extract the file-system's access() routine to two internal 2009-07-03 21:17:40 +00:00
hfs vrele, not vput for unlocked devvp 2009-12-03 14:29:04 +00:00
msdosfs Where possible, extract the file-system's access() routine to two internal 2009-07-03 21:17:40 +00:00
nilfs Remove closes 3 and 4 from my copyright. 2009-10-22 21:50:01 +00:00
ntfs Set vnode size after creation(*). Fixes cp(1) from ntfs, the 2009-09-01 15:16:41 +00:00
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 Add support for 64 bit file offsets to smbfs_smb_setfsize(), largely 2009-10-20 20:55:01 +00:00
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 Remove closes 3 and 4 from my copyright. 2009-10-22 21:50:01 +00:00
union Convert 67 namei call sites to use namei_simple, in these functions: 2009-06-29 05:08:15 +00:00
unionfs Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
Makefile Import read-only part of the NiLFS (v2) implementation for NetBSD. It has been 2009-07-18 16:31:41 +00:00
unicode.h