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