NetBSD/sys/fs/puffs
pooka b474c785b7 If ubc style write fails, do not extend the file by zero-padding
it.  It might be that the file server is either crashing or just
returning consistent errors.  uiomove() would handle the error,
but if the pages weren't faulted in, memset() to the unfaultable
ubc window would cause a kernel page fault.
2007-04-24 16:29:29 +00:00
..
files.puffs shuffle functions around a bit: move the transport (/dev/puffs) to 2006-12-05 23:41:24 +00:00
Makefile
puffs_msgif.c remember to flag park as done when we're done with it 2007-04-24 09:44:57 +00:00
puffs_msgif.h define PUFFS_KFLAG_WTCACHE, which makes the page cache write-through 2007-04-22 18:02:05 +00:00
puffs_subr.c * abstract ASYNCBIOREAD and let callers freely issue a callback called 2007-03-30 17:48:57 +00:00
puffs_sys.h Give the file server the ability to specify the file handle length 2007-04-16 13:03:26 +00:00
puffs_transport.c fix comment in previous 2007-04-16 14:09:53 +00:00
puffs_vfsops.c Sanity-check & possibly adjust number of hash buckets already before 2007-04-16 13:54:07 +00:00
puffs_vnops.c If ubc style write fails, do not extend the file by zero-padding 2007-04-24 16:29:29 +00:00