Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use hashfree in fs code. from Mathieu - | 2016-09-24 | 1 | -2/+2 | |
| | | | | ok guenther | ||||
* | Remove some includes include-what-you-use claims don't | 2015-03-14 | 1 | -2/+1 | |
| | | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ | ||||
* | rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadt | 2015-01-09 | 1 | -2/+2 | |
| | |||||
* | use siphash for key lookups in all the filesystem hashes. | 2014-11-18 | 1 | -2/+20 | |
| | | | | ok deraadt@ tedu@ | ||||
* | remove uneeded proc.h includes | 2014-09-14 | 1 | -2/+1 | |
| | | | | ok mpi@ kspillner@ | ||||
* | add a size argument to free. will be used soon, but for now default to 0. | 2014-07-12 | 1 | -2/+2 | |
| | | | | after discussions with beck deraadt kettenis. | ||||
* | lazy init nthash to save some memory when it's not used. ok jsing | 2014-01-19 | 1 | -3/+14 | |
| | |||||
* | More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller type | 2013-05-30 | 1 | -2/+2 | |
| | | | | internally, only using ino_t in the VFS layer APIs: vget, readdir, getattr | ||||
* | Ansify and apply style(9) to function definitions. | 2013-01-14 | 1 | -9/+5 | |
| | | | | ok krw@ | ||||
* | Remove code that is not used on OpenBSD. | 2013-01-02 | 1 | -5/+1 | |
| | | | | ok miod@ krw@ | ||||
* | revert previous "simplification". kcornies at gmail says it doesn't work. | 2010-09-04 | 1 | -1/+6 | |
| | |||||
* | the upper case table code was a lot more complicated than it needed to be. | 2010-08-22 | 1 | -6/+1 | |
| | |||||
* | clean up some macro obfuscation and assorted styling problems. | 2010-08-12 | 1 | -2/+2 | |
| | | | | fix a bonus off by one bug. ok matthew | ||||
* | It is about time that we stopped pretending simple_locks are locks. | 2010-04-23 | 1 | -12/+7 | |
| | | | | | | | | | | | replace ntfs_nthash_slock usage with comments prefixed XXXLOCKING (for grepability). This lock looks to be correct, but it could well be the bad way to do it (having a rwlock for inserts to avoid races inserting the same inode but then simple locking on list accesses). approach discussed with deraadt@ | ||||
* | - remove super-obvious comments from vnodeop_entries[] | 2009-08-13 | 1 | -49/+1 | |
| | | | | | | - remove #ifdef someos blocks, makes this a tad easier to read agreed by art@ and thib@ | ||||
* | convert lockmgr over to rwlock in ntfs, mostly trivial. | 2009-03-25 | 1 | -3/+3 | |
| | | | | Tested by a couple of people, no regressions. | ||||
* | Remove commented out NetBSD __KERNEL_RCSID macro usage. | 2008-05-13 | 1 | -6/+1 | |
| | | | | ok dlg@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | fix the tags | 2003-05-20 | 1 | -1/+1 | |
| | |||||
* | by popular request, NTFS support. read only. | 2003-05-20 | 1 | -0/+185 | |
The code comes from NetBSD and was ported by Julian Bordet. ok deraadt@ |