summaryrefslogtreecommitdiffstats
path: root/sys/kern/vnode_if.src
Commit message (Expand)AuthorAgeFilesLines
* Add explicit struct ucred * argument for VOP_VPTOCNP, to be used bykib2009-06-211-0/+1
* Stop asserting on exclusive locks in fsync since it can now supportps2009-06-111-1/+1
* Simply shared vnode locking and extend it to also include fsync.ps2009-06-081-1/+1
* Add VOP_ACCESSX, which can be used to query for newly added V*trasz2009-05-301-0/+10
* Remove VOP_LEASE and supporting functions. This hasn't been used sincerwatson2009-04-101-10/+0
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that ajhb2009-03-111-1/+1
* Move the VA_MARKATIME flag for VOP_SETATTR() out into its own VOP:jhb2009-01-211-0/+5
* Add a new VOP, VOP_VPTOCNP, which translates a vnode to its component namemarcus2008-12-121-0/+10
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-1/+1
* - Whitespace fix for vop_poll.jhb2008-10-271-2/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-2/+0
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-0/+13
* Do not assert any locks for VOP_PRINT. In particular, do not assert thatkib2008-02-261-1/+1
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-251-1/+0
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-2/+0
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+1
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionkib2007-05-181-3/+3
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-0/+8
* change vop_lock handling to allowing tracking of callers' file and line forkmacy2006-11-131-1/+3
* Remove two locking assertion entries that:dds2006-05-311-2/+0
* Assertion code specifications are introduced using special characterdds2006-05-301-182/+182
* Remove incorrect lock validation specifications that causeddds2006-05-301-7/+0
* Add missing % signs in the lock annotations of the functions:dds2006-05-281-8/+8
* Eradicate caddr_t from the VFS API.des2005-12-141-2/+2
* Allow EVFILT_VNODE events to work on every filesystem type, not justssouhlal2005-06-091-0/+11
* - Mark the VOPs that require exclusive locks. Those that aren't markedjeff2005-04-111-26/+26
* - CLOSE, REVOKE, INACTIVE, and RECLAIM are not L L L, that's a locked vnodejeff2005-03-131-4/+4
* VOP_DESTROYVOBJECT() is no more.phk2005-02-071-7/+0
* Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now.phk2005-01-251-8/+0
* Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystemphk2005-01-251-9/+0
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-1/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-151-2/+1
* Remove VOP_SPECSTRATEGY() from the system.phk2004-10-291-9/+0
* Remove the buffercache/vnode side of BIO_DELETE processing inphk2004-09-131-14/+0
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Rename VOP_RMEXTATTR() to VOP_DELETEEXTATTR() for consistency with therwatson2003-07-281-2/+2
* Call the new argument "fdidx" that is more precise than "fd".phk2003-07-271-1/+1
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-0/+1
* Expose vop_rmextattr as an explicit operation at the vnode operationrwatson2003-06-221-0/+11
* Add comment about **vpp being special-cased in vnode_if.awk (1.38)se2003-06-201-0/+6
* Add vop_listextattr(), similar to vop_getextattr() but without arwatson2003-06-051-0/+12
* Temporarily introduce a new VOP_SPECSTRATEGY operation while I tryphk2003-01-041-0/+9
* Flush vop_refreshlabel() definition, since it is no longer used.rwatson2002-12-241-9/+0
* - We don't need any automated lock checking for vop_islocked.jeff2002-09-261-1/+1
* VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link()truckman2002-09-191-1/+1
* Introduce the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods.phk2002-09-051-0/+19
* - Add two new debugging macros: ASSERT_VI_LOCKED and ASSERT_VI_UNLOCKEDjeff2002-08-211-2/+6
* Begin committing support for Mandatory Access Control and extensiblerwatson2002-07-301-0/+19
* - Acknowledge recursive vnode locks in the vop_unlock specification. Thejeff2002-07-301-1/+1
OpenPOWER on IntegriCloud