| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixes to track snapshot copy-on-write checking in the specinfo | mckusick | 2001-03-07 | 1 | -8/+0 |
* | Extend kqueue down to the device layer. | jlemon | 2001-02-15 | 1 | -0/+8 |
* | Give vop_mmap an untimely death. The opportunity to give it a timely | eivind | 2000-11-01 | 1 | -10/+0 |
* | o Change locking rules for VOP_GETACL() to indicate that vnode locks | rwatson | 2000-09-21 | 1 | -1/+1 |
* | Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT. | bp | 2000-09-12 | 1 | -0/+24 |
* | o Correct spelling of ufs_exttatr_find_attr -> ufs_extattr_find_attr | rwatson | 2000-08-26 | 1 | -2/+2 |
* | o Lock vnode before calling extattr_* VOP's, and modify vnode spec to | rwatson | 2000-07-26 | 1 | -1/+1 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -0/+16 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 1 | -1/+56 |
* | Since VOP_LOCK can be used to up and downgrade locks, it is not possible | eivind | 1999-12-18 | 1 | -1/+1 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -8/+0 |
* | Lock reporting and assertion changes. | eivind | 1999-12-11 | 1 | -1/+6 |
* | Remove WILLRELE from VOP_SYMLINK | eivind | 1999-11-13 | 1 | -5/+1 |
* | Remove WILLRELE from VOP_RENAME | eivind | 1999-11-12 | 1 | -1/+1 |
* | Move the vop_islocked declaration to the top, in preparation for committing | eivind | 1999-09-26 | 1 | -7/+7 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add a vnode argument to VOP_BWRITE to get rid of the last vnode | mckusick | 1999-06-16 | 1 | -5/+6 |
* | Remove incorrect lock specs for vop_whiteout (introduced by Lite/2). | eivind | 1999-03-27 | 1 | -5/+9 |
* | Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to inform | phk | 1998-09-05 | 1 | -1/+15 |
* | VOP_STRATEGY grows an (struct vnode *) argument | julian | 1998-07-04 | 1 | -4/+5 |
* | In the words of the submitter: | msmith | 1998-05-07 | 1 | -20/+20 |