NetBSD/sys/ntfs
jdolecek a0e44b481b Fix locking disorder in ntfs_vgetex(), which resulted in deadlock
under heavy vnode usage - vget() must be called with unlocked ntnode!
Actually check the vget() return value and DTRT if it fails (i.e. when
the vnode has been recycled for other use).
2001-06-19 22:14:14 +00:00
..
Makefile
TODO Change MALLOC()/FREE() to malloc()/free() for cases where the size 2001-05-15 22:38:40 +00:00
ntfs.h use _KERNEL_OPT 2001-05-30 11:40:35 +00:00
ntfs_compr.c
ntfs_compr.h
ntfs_conv.c Add the code to recode filenames to utf8 for NTFS. 2001-02-14 08:44:24 +00:00
ntfs_ihash.c Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
ntfs_ihash.h Remove register declarations. 2000-03-30 12:41:09 +00:00
ntfs_inode.h
ntfs_subr.c ntfs_{read|write}vattr_plain(): remove NetBSD-specific code which seems 2001-06-19 22:10:11 +00:00
ntfs_subr.h Add per-mount filename conversion and compare hooks, which can be used 2001-02-13 19:53:52 +00:00
ntfs_vfsops.c Fix locking disorder in ntfs_vgetex(), which resulted in deadlock 2001-06-19 22:14:14 +00:00
ntfs_vfsops.h
ntfs_vnops.c Add per-mount filename conversion and compare hooks, which can be used 2001-02-13 19:53:52 +00:00
ntfsmount.h