index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
ntfs
/
ntfs.h
Age
Commit message (
Expand
)
Author
2013-11-24
Clean up the NTFS debug code - use uppercase names for the debug macros,
Joel Sing
2013-06-11
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
Theo de Raadt
2013-05-30
More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller type
Philip Guenther
2013-01-25
Add _KERNEL guard to hide dprintf macro from userland.
Brad Smith
2013-01-18
Constrain the amount of kernel memory used by NTFS. Keep a small cache of
Joel Sing
2010-12-21
Bring back the "End the VOP experiment." diff, naddy's issues where
Thordur I. Bjornsson
2010-09-10
Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)
Thordur I. Bjornsson
2010-09-07
Allow NTFS to compile by cutting it over to the new VOP world order.
Thordur I. Bjornsson
2010-08-12
clean up some macro obfuscation and assorted styling problems.
Ted Unangst
2010-06-06
simething -> something
Miod Vallat
2009-08-13
- remove super-obvious comments from vnodeop_entries[]
Jasper Lievisse Adriaanse
2008-09-01
Avoid #pragma pack(1) and unify everything towards using __packed.
Theo de Raadt
2007-06-02
do the daddr_t -> daddr64_t or int32_t dance here as well
Theo de Raadt
2007-02-11
Remove _KERNEL_OPT leftovers.
Miod Vallat
2003-05-20
un __P
Ted Unangst
2003-05-20
fix the tags
Michael Shalayeff
2003-05-20
by popular request, NTFS support. read only.
Ted Unangst