| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce VOP_UNP_BIND(), VOP_UNP_CONNECT(), and VOP_UNP_DETACH() | trociny | 2012-02-29 | 1 | -0/+20 |
* | Add 5 spare VOPs as placeholders to avoid breaking the KBI in the future | jhb | 2012-01-06 | 1 | -1/+26 |
* | Add post-VOP hooks for VOP_DELETEEXTATTR() and VOP_SETEXTATTR() and use | jhb | 2011-12-23 | 1 | -0/+2 |
* | Add the posix_fadvise(2) system call. It is somewhat similar to | jhb | 2011-11-04 | 1 | -0/+9 |
* | Correctly use INOUT for the offset/len parameters to vop_allocate. As | mdf | 2011-05-13 | 1 | -2/+2 |
* | Allow VOP_ALLOCATE to be iterative, and have kern_posix_fallocate(9) | mdf | 2011-04-19 | 1 | -3/+3 |
* | Add the posix_fallocate(2) syscall. The default implementation in | mdf | 2011-04-18 | 1 | -0/+10 |
* | Add VOP_ADVLOCKPURGE so that the file system is called when purging | zml | 2010-05-12 | 1 | -0/+7 |
* | Add explicit struct ucred * argument for VOP_VPTOCNP, to be used by | kib | 2009-06-21 | 1 | -0/+1 |
* | Stop asserting on exclusive locks in fsync since it can now support | ps | 2009-06-11 | 1 | -1/+1 |
* | Simply shared vnode locking and extend it to also include fsync. | ps | 2009-06-08 | 1 | -1/+1 |
* | Add VOP_ACCESSX, which can be used to query for newly added V* | trasz | 2009-05-30 | 1 | -0/+10 |
* | Remove VOP_LEASE and supporting functions. This hasn't been used since | rwatson | 2009-04-10 | 1 | -10/+0 |
* | Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that a | jhb | 2009-03-11 | 1 | -1/+1 |
* | Move the VA_MARKATIME flag for VOP_SETATTR() out into its own VOP: | jhb | 2009-01-21 | 1 | -0/+5 |
* | Add a new VOP, VOP_VPTOCNP, which translates a vnode to its component name | marcus | 2008-12-12 | 1 | -0/+10 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -1/+1 |
* | - Whitespace fix for vop_poll. | jhb | 2008-10-27 | 1 | -2/+2 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -2/+0 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 1 | -0/+13 |
* | Do not assert any locks for VOP_PRINT. In particular, do not assert that | kib | 2008-02-26 | 1 | -1/+1 |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | attilio | 2008-02-25 | 1 | -1/+0 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -2/+0 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 1 | -1/+1 |
* | Since renaming of vop_lock to _vop_lock, pre- and post-condition | kib | 2007-05-18 | 1 | -3/+3 |
* | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | pjd | 2007-02-15 | 1 | -0/+8 |
* | change vop_lock handling to allowing tracking of callers' file and line for | kmacy | 2006-11-13 | 1 | -1/+3 |
* | Remove two locking assertion entries that: | dds | 2006-05-31 | 1 | -2/+0 |
* | Assertion code specifications are introduced using special character | dds | 2006-05-30 | 1 | -182/+182 |
* | Remove incorrect lock validation specifications that caused | dds | 2006-05-30 | 1 | -7/+0 |
* | Add missing % signs in the lock annotations of the functions: | dds | 2006-05-28 | 1 | -8/+8 |
* | Eradicate caddr_t from the VFS API. | des | 2005-12-14 | 1 | -2/+2 |
* | Allow EVFILT_VNODE events to work on every filesystem type, not just | ssouhlal | 2005-06-09 | 1 | -0/+11 |
* | - Mark the VOPs that require exclusive locks. Those that aren't marked | jeff | 2005-04-11 | 1 | -26/+26 |
* | - CLOSE, REVOKE, INACTIVE, and RECLAIM are not L L L, that's a locked vnode | jeff | 2005-03-13 | 1 | -4/+4 |
* | VOP_DESTROYVOBJECT() is no more. | phk | 2005-02-07 | 1 | -7/+0 |
* | Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now. | phk | 2005-01-25 | 1 | -8/+0 |
* | Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystem | phk | 2005-01-25 | 1 | -9/+0 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | phk | 2005-01-11 | 1 | -1/+0 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Make VOP_BMAP return a struct bufobj for the underlying storage device | phk | 2004-11-15 | 1 | -2/+1 |
* | Remove VOP_SPECSTRATEGY() from the system. | phk | 2004-10-29 | 1 | -9/+0 |
* | Remove the buffercache/vnode side of BIO_DELETE processing in | phk | 2004-09-13 | 1 | -14/+0 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Rename VOP_RMEXTATTR() to VOP_DELETEEXTATTR() for consistency with the | rwatson | 2003-07-28 | 1 | -2/+2 |
* | Call the new argument "fdidx" that is more precise than "fd". | phk | 2003-07-27 | 1 | -1/+1 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 1 | -0/+1 |
* | Expose vop_rmextattr as an explicit operation at the vnode operation | rwatson | 2003-06-22 | 1 | -0/+11 |
* | Add comment about **vpp being special-cased in vnode_if.awk (1.38) | se | 2003-06-20 | 1 | -0/+6 |
* | Add vop_listextattr(), similar to vop_getextattr() but without a | rwatson | 2003-06-05 | 1 | -0/+12 |