summaryrefslogtreecommitdiffstats
path: root/sys/ntfs/ntfs_ihash.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kill stale prototypes.natano2016-08-101-4/+1
| | | | ok deraadt millert stefan
* More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller typeguenther2013-05-301-3/+3
| | | | internally, only using ino_t in the VFS layer APIs: vget, readdir, getattr
* convert lockmgr over to rwlock in ntfs, mostly trivial.oga2009-03-251-2/+2
| | | | Tested by a couple of people, no regressions.
* un __Ptedu2003-05-201-8/+8
|
* fix the tagsmickey2003-05-201-1/+1
|
* by popular request, NTFS support. read only.tedu2003-05-201-0/+39
The code comes from NetBSD and was ported by Julian Bordet. ok deraadt@