summaryrefslogtreecommitdiff
path: root/sys/ntfs/ntfs_vfsops.c
AgeCommit message (Expand)Author
2010-06-29makefstype was only used in ported from freebsd filesystems. fix themTed Unangst
2009-08-13- remove super-obvious comments from vnodeop_entries[]Jasper Lievisse Adriaanse
2009-07-09Remove the VREF() macro and replaces all instances with a call to verf(),Thordur I. Bjornsson
2008-05-13Remove commented out NetBSD __KERNEL_RCSID macro usage.Brad Smith
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2006-04-19Remove unused mount list simple_lock() gooPedro Martelletto
2005-10-10Use 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 truncationBrad Smith
2005-03-08fix a page fault that occurs when a reclaimed vnode is then reused.Patrick Latifi
2005-02-01Before carrying on with the mount request, make sure the process hasPedro Martelletto
2004-12-09* plug memory leak on mount failure.Patrick Latifi
2003-08-14constify vfsops; tedu@ okMichael Shalayeff
2003-05-24rename export to export_info for c++ safety. report by naddy@Ted Unangst
2003-05-20un __PTed Unangst
2003-05-20fix the tagsMichael Shalayeff
2003-05-20by popular request, NTFS support. read only.Ted Unangst