| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Temporarily introduce a new VOP_SPECSTRATEGY operation while I try | phk | 2003-01-04 | 1 | -0/+9 |
* | Flush vop_refreshlabel() definition, since it is no longer used. | rwatson | 2002-12-24 | 1 | -9/+0 |
* | - We don't need any automated lock checking for vop_islocked. | jeff | 2002-09-26 | 1 | -1/+1 |
* | VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link() | truckman | 2002-09-19 | 1 | -1/+1 |
* | Introduce the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods. | phk | 2002-09-05 | 1 | -0/+19 |
* | - Add two new debugging macros: ASSERT_VI_LOCKED and ASSERT_VI_UNLOCKED | jeff | 2002-08-21 | 1 | -2/+6 |
* | Begin committing support for Mandatory Access Control and extensible | rwatson | 2002-07-30 | 1 | -0/+19 |
* | - Acknowledge recursive vnode locks in the vop_unlock specification. The | jeff | 2002-07-30 | 1 | -1/+1 |
* | - Use the new vop_lookup_{pre,post} instead of simpler locking specification. | jeff | 2002-07-09 | 1 | -2/+4 |
* | - Require locks for getattr. At some point this could only require shared | jeff | 2002-07-07 | 1 | -3/+1 |
* | - Disable original vop_strategy lock specification. | jeff | 2002-07-06 | 1 | -1/+2 |
* | Use the new #! directive for vop_rename. Leave the old lock specification | jeff | 2002-07-06 | 1 | -4/+5 |
* | Make daddr_t and u_daddr_t 64bits wide. | phk | 2002-05-14 | 1 | -2/+2 |
* | Introduce the new 64-bit size disk block, daddr64_t. Change | mckusick | 2002-03-15 | 1 | -2/+2 |
* | Per discussion at BSDCon, note that the vop_getattr locking protocol | rwatson | 2002-02-18 | 1 | -1/+1 |
* | Add a comment indicating that the locking protocol should be updated | rwatson | 2002-02-10 | 1 | -0/+2 |
* | Part I: Update extended attribute API and ABI: | rwatson | 2002-02-10 | 1 | -0/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -20/+20 |
* | correct description of `vpp' for mknod/symlink: they are actually | assar | 2001-07-24 | 1 | -2/+2 |
* | VOP_BALLOC was never really a VOP in the first place, so convert it | phk | 2001-04-29 | 1 | -12/+0 |
* | This patch removes the VOP_BWRITE() vector. | phk | 2001-04-17 | 1 | -8/+0 |
* | o Rename "namespace" argument to "attrnamespace" as namespace is a C++ | rwatson | 2001-03-19 | 1 | -2/+2 |
* | o Change the API and ABI of the Extended Attribute kernel interfaces to | rwatson | 2001-03-15 | 1 | -0/+2 |