index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
ntfs
/
ntfs_vfsops.c
Age
Commit message (
Expand
)
Author
2010-12-21
Bring back the "End the VOP experiment." diff, naddy's issues where
Thordur I. Bjornsson
2010-09-10
Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)
Thordur I. Bjornsson
2010-09-07
Allow NTFS to compile by cutting it over to the new VOP world order.
Thordur I. Bjornsson
2010-09-04
revert previous "simplification". kcornies at gmail says it doesn't work.
Ted Unangst
2010-08-22
the upper case table code was a lot more complicated than it needed to be.
Ted Unangst
2010-08-12
clean up some macro obfuscation and assorted styling problems.
Ted Unangst
2010-08-08
do not unlock vnode before calling vput. should fix ray's panic.
Ted Unangst
2010-07-03
Last bit of thib@ locking diff from long ago. Put proper locking
Kenneth R Westerback
2010-06-29
makefstype was only used in ported from freebsd filesystems. fix them
Ted Unangst
2009-08-13
- remove super-obvious comments from vnodeop_entries[]
Jasper Lievisse Adriaanse
2009-07-09
Remove the VREF() macro and replaces all instances with a call to verf(),
Thordur I. Bjornsson
2008-05-13
Remove commented out NetBSD __KERNEL_RCSID macro usage.
Brad Smith
2007-09-17
Only the most obvious bzero() -> M_ZERO changes. No cast changes, no
Kenneth R Westerback
2006-04-19
Remove unused mount list simple_lock() goo
Pedro Martelletto
2005-10-10
Use free(9) to free memory allocated with malloc(9), okay krw@, marius@
Pedro Martelletto
2005-05-21
- use MIN()/MAX() rather than min()/max(), to avoid possible truncation
Brad Smith
2005-03-08
fix a page fault that occurs when a reclaimed vnode is then reused.
Patrick Latifi
2005-02-01
Before carrying on with the mount request, make sure the process has
Pedro Martelletto
2004-12-09
* plug memory leak on mount failure.
Patrick Latifi
2003-08-14
constify vfsops; tedu@ ok
Michael Shalayeff
2003-05-24
rename export to export_info for c++ safety. report by naddy@
Ted Unangst
2003-05-20
un __P
Ted Unangst
2003-05-20
fix the tags
Michael Shalayeff
2003-05-20
by popular request, NTFS support. read only.
Ted Unangst