summaryrefslogtreecommitdiffstats
path: root/sys/ntfs/ntfs_ihash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use hashfree in fs code. from Mathieu -tedu2016-09-241-2/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadttedu2015-01-091-2/+2
* use siphash for key lookups in all the filesystem hashes.dlg2014-11-181-2/+20
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* lazy init nthash to save some memory when it's not used. ok jsingtedu2014-01-191-3/+14
* More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller typeguenther2013-05-301-2/+2
* Ansify and apply style(9) to function definitions.jsing2013-01-141-9/+5
* Remove code that is not used on OpenBSD.jsing2013-01-021-5/+1
* revert previous "simplification". kcornies at gmail says it doesn't work.tedu2010-09-041-1/+6
* the upper case table code was a lot more complicated than it needed to be.tedu2010-08-221-6/+1
* clean up some macro obfuscation and assorted styling problems.tedu2010-08-121-2/+2
* It is about time that we stopped pretending simple_locks are locks.oga2010-04-231-12/+7
* - remove super-obvious comments from vnodeop_entries[]jasper2009-08-131-49/+1
* convert lockmgr over to rwlock in ntfs, mostly trivial.oga2009-03-251-3/+3
* Remove commented out NetBSD __KERNEL_RCSID macro usage.brad2008-05-131-6/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* fix the tagsmickey2003-05-201-1/+1
* by popular request, NTFS support. read only.tedu2003-05-201-0/+185