summaryrefslogtreecommitdiff
path: root/sys/ntfs/ntfs_vnops.c
AgeCommit message (Expand)Author
2010-08-12clean up some macro obfuscation and assorted styling problems.Ted Unangst
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed 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
2009-06-02- make sure biodone() gets run at IPL_BIOJasper Lievisse Adriaanse
2008-05-13Remove commented out NetBSD __KERNEL_RCSID macro usage.Brad Smith
2007-12-09MALLOC/FREE -> malloc/freeHans-Joerg Hoexer
2007-06-01more vop argument "ap = v" comment removal; ok pedroTheo de Raadt
2006-01-09Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks.Pedro Martelletto
2005-10-19Remove v_vnlock from struct vnode, okay krw@ tedu@Pedro Martelletto
2005-05-21fix parenthesisBrad Smith
2005-05-21- use MIN()/MAX() rather than min()/max(), to avoid possible truncationBrad Smith
2005-04-16comment out some code which is causing ntfs panics dueJoris Vink
2005-03-08fix a page fault that occurs when a reclaimed vnode is then reused.Patrick Latifi
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-20un __PTed Unangst
2003-05-20fix the tagsMichael Shalayeff
2003-05-20by popular request, NTFS support. read only.Ted Unangst