summaryrefslogtreecommitdiff
path: root/sys/ntfs/ntfs_subr.h
AgeCommit message (Expand)Author
2024-05-13remove prototypes with no matching functionJonathan Gray
2020-02-27Remove unused "struct proc *" argument from the following functions:Martin Pieuchot
2016-09-01Remove the unused ntfs write code. ok benno beckMartin Natano
2014-01-19lazy init nthash to save some memory when it's not used. ok jsingTed Unangst
2013-12-02Avoid truncating 64-bit on disk attribute values to 32-bits. Otherwise anJoel Sing
2013-05-30More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller typePhilip Guenther
2010-09-04revert previous "simplification". kcornies at gmail says it doesn't work.Ted Unangst
2010-08-22the upper case table code was a lot more complicated than it needed to be.Ted Unangst
2009-08-13- remove super-obvious comments from vnodeop_entries[]Jasper Lievisse Adriaanse
2003-05-20un __PTed Unangst
2003-05-20fix the tagsMichael Shalayeff
2003-05-20by popular request, NTFS support. read only.Ted Unangst