| Commit message (Expand) | Author | Age | Files | Lines |
| * | Flush vop_refreshlabel() definition, since it is no longer used. | Robert Watson | 2002-12-24 | 1 | -9/+0 |
| * | - We don't need any automated lock checking for vop_islocked. | Jeff Roberson | 2002-09-26 | 1 | -1/+1 |
| * | VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link() | Don Lewis | 2002-09-19 | 1 | -1/+1 |
| * | Introduce the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods. | Poul-Henning Kamp | 2002-09-05 | 1 | -0/+19 |
| * | - Add two new debugging macros: ASSERT_VI_LOCKED and ASSERT_VI_UNLOCKED | Jeff Roberson | 2002-08-21 | 1 | -2/+6 |
| * | Begin committing support for Mandatory Access Control and extensible | Robert Watson | 2002-07-30 | 1 | -0/+19 |
| * | - Acknowledge recursive vnode locks in the vop_unlock specification. The | Jeff Roberson | 2002-07-30 | 1 | -1/+1 |
| * | - Use the new vop_lookup_{pre,post} instead of simpler locking specification. | Jeff Roberson | 2002-07-09 | 1 | -2/+4 |
| * | - Require locks for getattr. At some point this could only require shared | Jeff Roberson | 2002-07-07 | 1 | -3/+1 |
| * | - Disable original vop_strategy lock specification. | Jeff Roberson | 2002-07-06 | 1 | -1/+2 |
| * | Use the new #! directive for vop_rename. Leave the old lock specification | Jeff Roberson | 2002-07-06 | 1 | -4/+5 |
| * | Make daddr_t and u_daddr_t 64bits wide. | Poul-Henning Kamp | 2002-05-14 | 1 | -2/+2 |
| * | Introduce the new 64-bit size disk block, daddr64_t. Change | Kirk McKusick | 2002-03-15 | 1 | -2/+2 |
| * | Per discussion at BSDCon, note that the vop_getattr locking protocol | Robert Watson | 2002-02-18 | 1 | -1/+1 |
| * | Add a comment indicating that the locking protocol should be updated | Robert Watson | 2002-02-10 | 1 | -0/+2 |
| * | Part I: Update extended attribute API and ABI: | Robert Watson | 2002-02-10 | 1 | -0/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -20/+20 |
| * | correct description of `vpp' for mknod/symlink: they are actually | Assar Westerlund | 2001-07-24 | 1 | -2/+2 |
| * | VOP_BALLOC was never really a VOP in the first place, so convert it | Poul-Henning Kamp | 2001-04-29 | 1 | -12/+0 |
| * | This patch removes the VOP_BWRITE() vector. | Poul-Henning Kamp | 2001-04-17 | 1 | -8/+0 |
| * | o Rename "namespace" argument to "attrnamespace" as namespace is a C++ | Robert Watson | 2001-03-19 | 1 | -2/+2 |
| * | o Change the API and ABI of the Extended Attribute kernel interfaces to | Robert Watson | 2001-03-15 | 1 | -0/+2 |
| * | Fixes to track snapshot copy-on-write checking in the specinfo | Kirk McKusick | 2001-03-07 | 1 | -8/+0 |
| * | Extend kqueue down to the device layer. | Jonathan Lemon | 2001-02-15 | 1 | -0/+8 |
| * | Give vop_mmap an untimely death. The opportunity to give it a timely | Eivind Eklund | 2000-11-01 | 1 | -10/+0 |
| * | o Change locking rules for VOP_GETACL() to indicate that vnode locks | Robert Watson | 2000-09-21 | 1 | -1/+1 |
| * | Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT. | Boris Popov | 2000-09-12 | 1 | -0/+24 |
| * | o Correct spelling of ufs_exttatr_find_attr -> ufs_extattr_find_attr | Robert Watson | 2000-08-26 | 1 | -2/+2 |
| * | o Lock vnode before calling extattr_* VOP's, and modify vnode spec to | Robert Watson | 2000-07-26 | 1 | -1/+1 |
| * | Add snapshots to the fast filesystem. Most of the changes support | Kirk McKusick | 2000-07-11 | 1 | -0/+16 |
| * | Second pass commit to introduce new ACL and Extended Attribute system | Robert Watson | 1999-12-19 | 1 | -1/+56 |
| * | Since VOP_LOCK can be used to up and downgrade locks, it is not possible | Eivind Eklund | 1999-12-18 | 1 | -1/+1 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -8/+0 |
| * | Lock reporting and assertion changes. | Eivind Eklund | 1999-12-11 | 1 | -1/+6 |
| * | Remove WILLRELE from VOP_SYMLINK | Eivind Eklund | 1999-11-13 | 1 | -5/+1 |
| * | Remove WILLRELE from VOP_RENAME | Eivind Eklund | 1999-11-12 | 1 | -1/+1 |
| * | Move the vop_islocked declaration to the top, in preparation for committing | Eivind Eklund | 1999-09-26 | 1 | -7/+7 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Add a vnode argument to VOP_BWRITE to get rid of the last vnode | Kirk McKusick | 1999-06-16 | 1 | -5/+6 |
| * | Remove incorrect lock specs for vop_whiteout (introduced by Lite/2). | Eivind Eklund | 1999-03-27 | 1 | -5/+9 |
| * | Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to inform | Poul-Henning Kamp | 1998-09-05 | 1 | -1/+15 |
| * | VOP_STRATEGY grows an (struct vnode *) argument | Julian Elischer | 1998-07-04 | 1 | -4/+5 |
| * | In the words of the submitter: | Mike Smith | 1998-05-07 | 1 | -20/+20 |
| * | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | Julian Elischer | 1998-03-08 | 1 | -1/+13 |
| * | Another VFS cleanup "kilo commit" | Poul-Henning Kamp | 1997-10-16 | 1 | -22/+1 |
| * | VFS mega cleanup commit (x/N) | Poul-Henning Kamp | 1997-10-16 | 1 | -41/+1 |
| * | Change VOP_SELECT to VOP_POLL | Peter Wemm | 1997-09-14 | 1 | -7/+4 |
| * | Add a new vnode op (cachedlookup) so that filesystems can plug into | Poul-Henning Kamp | 1997-08-25 | 1 | -1/+13 |
| * | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -7/+202 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |