| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 1 | -1/+1 |
| * | Revert UF_OPENING workaround for CURRENT. | Konstantin Belousov | 2007-05-31 | 1 | -1/+1 |
| * | Since renaming of vop_lock to _vop_lock, pre- and post-condition | Konstantin Belousov | 2007-05-18 | 1 | -3/+3 |
| * | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | Pawel Jakub Dawidek | 2007-02-15 | 1 | -0/+8 |
| * | change vop_lock handling to allowing tracking of callers' file and line for | Kip Macy | 2006-11-13 | 1 | -1/+3 |
| * | Remove two locking assertion entries that: | Diomidis Spinellis | 2006-05-31 | 1 | -2/+0 |
| * | Assertion code specifications are introduced using special character | Diomidis Spinellis | 2006-05-30 | 1 | -182/+182 |
| * | Remove incorrect lock validation specifications that caused | Diomidis Spinellis | 2006-05-30 | 1 | -7/+0 |
| * | Add missing % signs in the lock annotations of the functions: | Diomidis Spinellis | 2006-05-28 | 1 | -8/+8 |
| * | Eradicate caddr_t from the VFS API. | Dag-Erling Smørgrav | 2005-12-14 | 1 | -2/+2 |
| * | Allow EVFILT_VNODE events to work on every filesystem type, not just | Suleiman Souhlal | 2005-06-09 | 1 | -0/+11 |
| * | - Mark the VOPs that require exclusive locks. Those that aren't marked | Jeff Roberson | 2005-04-11 | 1 | -26/+26 |
| * | - CLOSE, REVOKE, INACTIVE, and RECLAIM are not L L L, that's a locked vnode | Jeff Roberson | 2005-03-13 | 1 | -4/+4 |
| * | VOP_DESTROYVOBJECT() is no more. | Poul-Henning Kamp | 2005-02-07 | 1 | -7/+0 |
| * | Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now. | Poul-Henning Kamp | 2005-01-25 | 1 | -8/+0 |
| * | Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystem | Poul-Henning Kamp | 2005-01-25 | 1 | -9/+0 |
| * | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | Poul-Henning Kamp | 2005-01-11 | 1 | -1/+0 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Make VOP_BMAP return a struct bufobj for the underlying storage device | Poul-Henning Kamp | 2004-11-15 | 1 | -2/+1 |
| * | Remove VOP_SPECSTRATEGY() from the system. | Poul-Henning Kamp | 2004-10-29 | 1 | -9/+0 |
| * | Remove the buffercache/vnode side of BIO_DELETE processing in | Poul-Henning Kamp | 2004-09-13 | 1 | -14/+0 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
| * | Rename VOP_RMEXTATTR() to VOP_DELETEEXTATTR() for consistency with the | Robert Watson | 2003-07-28 | 1 | -2/+2 |
| * | Call the new argument "fdidx" that is more precise than "fd". | Poul-Henning Kamp | 2003-07-27 | 1 | -1/+1 |
| * | Add a "int fd" argument to VOP_OPEN() which in the future will | Poul-Henning Kamp | 2003-07-26 | 1 | -0/+1 |
| * | Expose vop_rmextattr as an explicit operation at the vnode operation | Robert Watson | 2003-06-22 | 1 | -0/+11 |
| * | Add comment about **vpp being special-cased in vnode_if.awk (1.38) | Stefan Eßer | 2003-06-20 | 1 | -0/+6 |
| * | Add vop_listextattr(), similar to vop_getextattr() but without a | Robert Watson | 2003-06-05 | 1 | -0/+12 |
| * | Temporarily introduce a new VOP_SPECSTRATEGY operation while I try | Poul-Henning Kamp | 2003-01-04 | 1 | -0/+9 |
| * | 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 |