summaryrefslogtreecommitdiff
path: root/sys/tools/vnode_if.awk
AgeCommit message (Expand)Author
2025-09-27vfs: stop using SDT_PROBES_ENABLED in inlined opsMateusz Guzik
2025-08-03vfs: Move DEBUG_VFS_LOCKS checks to INVARIANTSMark Johnston
2025-07-04vfs: Initial revision of inotifyMark Johnston
2025-05-22vnode_if: Remove some branching around SDT probes in VOP wrappersMark Johnston
2024-11-26vnode: Make the vop_vector reference a pointer to constMark Johnston
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16vnode_if: Don't add $FreeBSD$ to the outputWarner Losh
2023-04-06vfs: validate that vop vectors provide all or none fplookup vopsMateusz Guzik
2023-01-18Improve debuggability of VOP_* locking assertionsJason A. Harmening
2020-07-30vfs: inline vops if there are no pre/post associated callsMateusz Guzik
2020-01-26vfs: stop null checking routines in vop wrappersMateusz Guzik
2019-12-16vfs: allow tail call optimisation in vops in the common caseMateusz Guzik
2019-12-16vfs: flatten vop vectorsMateusz Guzik
2019-05-08Avoid literal @generated tag in file-generating scriptsEd Maste
2019-05-07Use @generated tag in generated filesEd Maste
2018-10-23Only call sigdeferstop() for NFS.Konstantin Belousov
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2015-09-28save some bytes by using more concise SDT_PROBE<n> instead of SDT_PROBEAndriy Gapon
2013-11-26dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon
2013-11-25- For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao
2013-02-21Further refine the handling of stop signals in the NFS client. TheJohn Baldwin
2012-12-28Fix build on ARM (and probably other platforms)Oleksandr Tymoshenko
2012-12-19 - Add new machine parsable KTR macros for timing events.Jeff Roberson
2012-02-21Make vnode_if.awk parse vnode operations with underscores, like VOP_FOO_BAR.Mikolaj Golub
2010-08-22Add an extra comment to the SDT probes definition. This allows us to getRui Paulo
2009-03-29Add SDT DTrace probes for VFS vnode operations in the vfs:vopRobert Watson
2008-11-03Remove some unused and broken code that attempted to not invoke lockingJohn Baldwin
2006-05-30- Add two checks for syntax errorsDiomidis Spinellis
2006-05-30Assertion code specifications are introduced using special characterDiomidis Spinellis
2006-05-26Update usage comment to match reality.Diomidis Spinellis
2005-12-14Eradicate caddr_t from the VFS API.Dag-Erling Smørgrav
2005-12-14Nuke vnodeop_desc.vdesc_transports, which has been unused since the dawnDag-Erling Smørgrav
2005-06-09Allow EVFILT_VNODE events to work on every filesystem type, not justSuleiman Souhlal
2005-04-11 - Add the character "E" to the understood lock types. This meansJeff Roberson
2005-02-08Add VOP_FOO_APV() which takes a pointer to the vop_vector.Poul-Henning Kamp
2005-01-13Get rid of the VDESC() macro while the pot is boiling anyway, it isPoul-Henning Kamp
2005-01-13Change the generated VOP_ macro implementations to improve type checkingPoul-Henning Kamp
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-12-13Rather than casting through a (void *) to avoid the aliasing warning,Warner Losh
2004-12-13Cast from the specific vop_*_args to vop_generic_args via a (void *)Warner Losh
2004-12-01Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp
2004-12-01emit a "typedef vop_foo_t(struct vop_foo_args *);" which we can usePoul-Henning Kamp
2004-04-07Remove advertising clause from University of California Regent's license,Warner Losh
2003-06-22Don't check the state of the vnode interlock if the specification saysDon Lewis
2003-06-20The assertions generated to test VFS locking never included checksStefan Eßer
2002-09-26 - Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.cJeff Roberson
2002-09-23 - Automatically generate and insert KTR points in all VOPs.Jeff Roberson
2002-08-21 - Add two new debugging macros: ASSERT_VI_LOCKED and ASSERT_VI_UNLOCKEDJeff Roberson