summaryrefslogtreecommitdiffstats
path: root/sys/ntfs/ntfs_inode.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller typeguenther2013-05-301-5/+5
* Constrain the amount of kernel memory used by NTFS. Keep a small cache ofjsing2013-01-181-1/+4
* - remove super-obvious comments from vnodeop_entries[]jasper2009-08-131-36/+1
* convert lockmgr over to rwlock in ntfs, mostly trivial.oga2009-03-251-2/+2
* Remove the i_interlock simplelock from struct ntnodethib2007-04-121-2/+1
* fix the tagsmickey2003-05-201-1/+1
* by popular request, NTFS support. read only.tedu2003-05-201-0/+131