NetBSD/sys/fs/ntfs
pooka 3a1b983101 Set vnode size after creation(*). Fixes cp(1) from ntfs, the
complaint in the "ntfs ubc_uiomove error" (ubc_uiomove error was
not coming from ntfs but instead the "to" file system) and PR
kern/38531 (well, I assume the submitter wanted cp(1) working on
ntfs instead of mangling ntfs the way the PR title suggests).  Yes,
mmap works on ntfs like it always has.

*) well, um, and in other places too ... uuuh ... no comments.
but I guess this works as long as in-kernel ntfs doesn't grow write
support.
2009-09-01 15:16:41 +00:00
..
Makefile
TODO
files.ntfs
ntfs.h - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
ntfs_compr.c bzero -> memset 2009-03-18 16:00:08 +00:00
ntfs_compr.h
ntfs_conv.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
ntfs_ihash.c ansify function definitions 2009-03-15 17:14:40 +00:00
ntfs_ihash.h
ntfs_inode.h Nuke #ifdef __OtherOS__ clutter to make maintaining slightly easier. 2008-01-29 18:21:10 +00:00
ntfs_subr.c Set vnode size after creation(*). Fixes cp(1) from ntfs, the 2009-09-01 15:16:41 +00:00
ntfs_subr.h
ntfs_vfsops.c Set vnode size after creation(*). Fixes cp(1) from ntfs, the 2009-09-01 15:16:41 +00:00
ntfs_vfsops.h Create sysctl entries during module initialisation and destroy them 2008-06-28 01:34:05 +00:00
ntfs_vnops.c Where possible, extract the file-system's access() routine to two internal 2009-07-03 21:17:40 +00:00
ntfsmount.h