summaryrefslogtreecommitdiff
path: root/sys/ntfs
AgeCommit message (Expand)Author
2013-01-03Correct error handling in two hard to hit ENOTDIR error cases. These wouldJoel Sing
2013-01-03Ensure that a directory link count is always 1 so that things likeJoel Sing
2013-01-02Remove code that is not used on OpenBSD.Joel Sing
2012-09-10Cleanup VFS mount string handling:Joel Sing
2012-06-20Cleanup our filesystem pathconf() code a little bit to make it easierMatthew Dempsky
2011-12-20respect the MNT_FORCE flag in ntfs_unmount and proceed even if there'sMike Belopuhov
2011-07-04move the specfs code to a place people can see it; ok guenther thib krwTheo de Raadt
2011-07-04bread does nothing with its ucred argument. remove it. ok matthewTed Unangst
2011-04-05Every single vop_default is set to eopnotsupp, so retire itThordur I. Bjornsson
2011-04-03Teach ntfs_mount() how to handle disklabel UIDs.Joel Sing
2010-12-21Bring back the "End the VOP experiment." diff, naddy's issues whereThordur I. Bjornsson
2010-11-18Make sure readdir cookies are actually allocated with the correct sizeMiod Vallat
2010-09-10Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)Thordur I. Bjornsson
2010-09-09nessesary -> necessary.Miod Vallat
2010-09-07Allow NTFS to compile by cutting it over to the new VOP world order.Thordur I. Bjornsson
2010-09-04revert previous "simplification". kcornies at gmail says it doesn't work.Ted Unangst
2010-08-22the upper case table code was a lot more complicated than it needed to be.Ted Unangst
2010-08-12these files don't need to include nearly so many headersTed Unangst
2010-08-12clean up some macro obfuscation and assorted styling problems.Ted Unangst
2010-08-08do not unlock vnode before calling vput. should fix ray's panic.Ted Unangst
2010-08-06Every time you ignore uiomove() return value, $DEITY kills a littleMiod Vallat
2010-07-03Last bit of thib@ locking diff from long ago. Put proper lockingKenneth R Westerback
2010-06-29keeping a TODO file here implies somebody caresTed Unangst
2010-06-29makefstype was only used in ported from freebsd filesystems. fix themTed Unangst
2010-06-06simething -> somethingMiod Vallat
2010-04-23It is about time that we stopped pretending simple_locks are locks.Owain Ainsworth
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-03-01- properly spell 'exception' in commentsJasper Lievisse Adriaanse
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
2009-03-25convert lockmgr over to rwlock in ntfs, mostly trivial.Owain Ainsworth
2008-09-01Avoid #pragma pack(1) and unify everything towards using __packed.Theo de Raadt
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-05-13Remove commented out NetBSD __KERNEL_RCSID macro usage.Brad Smith
2007-12-09MALLOC/FREE -> malloc/freeHans-Joerg Hoexer
2007-10-06Oops. Forgot to do FREE -> free when I did MALLOC -> malloc.Kenneth R Westerback
2007-10-03MALLOC+bzero -> malloc+M_ZERO.Kenneth R Westerback
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-06-02do the daddr_t -> daddr64_t or int32_t dance here as wellTheo de Raadt
2007-06-01more vop argument "ap = v" comment removal; ok pedroTheo de Raadt
2007-04-12Remove the i_interlock simplelock from struct ntnodeThordur I. Bjornsson
2007-02-11Remove _KERNEL_OPT leftovers.Miod Vallat
2006-05-29Remove unused NetBSD new-style %b strings.Miod Vallat
2006-04-19Remove unused mount list simple_lock() gooPedro Martelletto
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2006-01-13sysinst my ass.Miod Vallat
2006-01-09Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks.Pedro Martelletto
2005-11-19Remove unnecessary lockmgr() archaism that was costing too much in termsPedro Martelletto
2005-10-19Remove v_vnlock from struct vnode, okay krw@ tedu@Pedro Martelletto