jdolecek
52b9123e1a
note lacking sysinst support
2000-03-13 19:00:28 +00:00
jdolecek
49fb5cf837
one more - Windows 2000 NTFS support
2000-02-19 14:42:21 +00:00
jdolecek
e0909d1564
adjust the Unicode support comment
...
NTFS ACL support would be nice, though it's real world usefullnes would
be probably very limited
1999-10-31 18:31:39 +00:00
jdolecek
105c2e3075
ntfs_nt{get|put|rele}() really are necessary, since ntnode may be
...
shared by several fnodes when the file is simultaneonsly opened by
several callers and different "attributes" (a.k.a. resource forks)
are requested. They have been converted to use lockmgr()-style locking.
1999-10-09 14:29:36 +00:00
jdolecek
c8cbfeffb4
mention ntfs_nt{get|put|rele}() staff
1999-09-30 16:59:14 +00:00
jdolecek
bb9c5c97e2
one less - there is not point in optimizing ntfs_ntvattrget(), as the right
...
entry is found in 3rd pass at maximum; the duplicated code has been put
into new function ntfs_findvattr()
1999-09-29 15:31:11 +00:00
jdolecek
993576f366
mountroot support written, need to really implement sync support and
...
add support for NTFS to libsa
1999-09-10 17:32:17 +00:00
jdolecek
d779b91513
make NTFS NFS exportable - that also means getfh(2) and other syscalls
...
using filehandles should work now for NTFS filesystem
some other misc cleanup
1999-09-10 16:14:02 +00:00
jdolecek
23957b8977
next one
1999-09-09 19:17:17 +00:00
jdolecek
1c3be48c62
add pathconf(2) support
1999-09-09 18:10:23 +00:00
jdolecek
cc0fdcd9f1
some more
1999-09-09 07:35:15 +00:00
jdolecek
dd0b9ad4e0
s/ntfs exportable/ntfs nfs exportable
1999-09-05 12:17:22 +00:00
jdolecek
0ba29f45c8
one less: ntfs_read(), ntfs_write() don't use any temporary buffer anymore,
...
the uio struct is passed to appropriate *attr*() functions
1999-09-05 11:19:01 +00:00
jdolecek
f20aa96271
add more items, correct a few sentences
1999-08-30 11:33:41 +00:00
jdolecek
1647f47ddf
list of things which need to be done
1999-08-18 15:05:10 +00:00