Age | Commit message (Expand) | Author |
2024-10-18 | Put the bowels of the various VOP_PRINT routines under | Miod Vallat |
2024-09-12 | Ensure that file names passed back by readdir do not include a '/' | Claudio Jeker |
2024-05-13 | vfs: VOP_REMOVE: move vnode unlocking and ref dropping to FS-indep part | Sebastien Marie |
2024-05-12 | vfs: struct vops: show all members, even if NULL | Sebastien Marie |
2021-10-15 | vnode: remove vop_generic_{,is,un}lock stub functions | Sebastien Marie |
2020-02-27 | Remove unused "struct proc *" argument from the following functions: | Martin Pieuchot |
2020-01-20 | struct vops is not modified during runtime so use const which moves each | Claudio Jeker |
2018-05-02 | Remove proc from the parameters of vn_lock(). The parameter is | Visa Hankala |
2018-04-28 | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always | Visa Hankala |
2016-09-01 | Remove the unused ntfs write code. ok benno beck | Martin Natano |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-10 | Switch uiomovei(..., sizeof whatever, ...) to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2014-12-16 | must include lock.h if you want to play with locks | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-12-14 | Zero out dirent structures that will be copied out to avoid leaking garbage | Philip Guenther |
2013-12-12 | Set the d_off member as getdents() expects in ntfs_readdir() | Philip Guenther |
2013-12-02 | Use appropriate format specifiers in debug messages. In particular, avoid | Joel Sing |
2013-11-24 | Clean up the NTFS debug code - use uppercase names for the debug macros, | Joel Sing |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-03-28 | Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO, | Philip Guenther |
2013-01-14 | Free the directory block buffer at the completion of a readdir, | Joel Sing |
2013-01-13 | Destatic. | Joel Sing |
2013-01-03 | Ensure that a directory link count is always 1 so that things like | Joel Sing |
2012-06-20 | Cleanup our filesystem pathconf() code a little bit to make it easier | Matthew Dempsky |
2011-12-20 | respect the MNT_FORCE flag in ntfs_unmount and proceed even if there's | Mike Belopuhov |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-04-05 | Every single vop_default is set to eopnotsupp, so retire it | Thordur I. Bjornsson |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-11-18 | Make sure readdir cookies are actually allocated with the correct size | Miod Vallat |
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-08-12 | clean up some macro obfuscation and assorted styling problems. | Ted Unangst |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | 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 |
2009-06-02 | - make sure biodone() gets run at IPL_BIO | Jasper Lievisse Adriaanse |
2008-05-13 | Remove commented out NetBSD __KERNEL_RCSID macro usage. | Brad Smith |
2007-12-09 | MALLOC/FREE -> malloc/free | Hans-Joerg Hoexer |
2007-06-01 | more vop argument "ap = v" comment removal; ok pedro | Theo de Raadt |
2006-01-09 | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. | Pedro Martelletto |
2005-10-19 | Remove v_vnlock from struct vnode, okay krw@ tedu@ | Pedro Martelletto |
2005-05-21 | fix parenthesis | Brad Smith |
2005-05-21 | - use MIN()/MAX() rather than min()/max(), to avoid possible truncation | Brad Smith |
2005-04-16 | comment out some code which is causing ntfs panics due | Joris Vink |
2005-03-08 | fix a page fault that occurs when a reclaimed vnode is then reused. | Patrick Latifi |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-20 | un __P | Ted Unangst |
2003-05-20 | fix the tags | Michael Shalayeff |