summaryrefslogtreecommitdiff
path: root/sys/ntfs/ntfs_vnops.c
AgeCommit message (Expand)Author
2024-10-18Put the bowels of the various VOP_PRINT routines underMiod Vallat
2024-09-12Ensure that file names passed back by readdir do not include a '/'Claudio Jeker
2024-05-13vfs: VOP_REMOVE: move vnode unlocking and ref dropping to FS-indep partSebastien Marie
2024-05-12vfs: struct vops: show all members, even if NULLSebastien Marie
2021-10-15vnode: remove vop_generic_{,is,un}lock stub functionsSebastien Marie
2020-02-27Remove unused "struct proc *" argument from the following functions:Martin Pieuchot
2020-01-20struct vops is not modified during runtime so use const which moves eachClaudio Jeker
2018-05-02Remove proc from the parameters of vn_lock(). The parameter isVisa Hankala
2018-04-28Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysVisa Hankala
2016-09-01Remove the unused ntfs write code. ok benno beckMartin Natano
2016-03-19Remove the unused flags argument from VOP_UNLOCK().natano
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-02-10Switch uiomovei(..., sizeof whatever, ...) to uiomove().Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2014-12-16must include lock.h if you want to play with locksTed Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-12-14Zero out dirent structures that will be copied out to avoid leaking garbagePhilip Guenther
2013-12-12Set the d_off member as getdents() expects in ntfs_readdir()Philip Guenther
2013-12-02Use appropriate format specifiers in debug messages. In particular, avoidJoel Sing
2013-11-24Clean up the NTFS debug code - use uppercase names for the debug macros,Joel Sing
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-03-28Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO,Philip Guenther
2013-01-14Free the directory block buffer at the completion of a readdir,Joel Sing
2013-01-13Destatic.Joel Sing
2013-01-03Ensure that a directory link count is always 1 so that things likeJoel 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-04-05Every single vop_default is set to eopnotsupp, so retire itThordur I. Bjornsson
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-07Allow NTFS to compile by cutting it over to the new VOP world order.Thordur I. Bjornsson
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