| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow VOP_ALLOCATE to be iterative, and have kern_posix_fallocate(9) | Matthew D Fleming | 2011-04-19 | 1 | -3/+3 |
* | Add the posix_fallocate(2) syscall. The default implementation in | Matthew D Fleming | 2011-04-18 | 1 | -0/+10 |
* | Add VOP_ADVLOCKPURGE so that the file system is called when purging | Zachary Loafman | 2010-05-12 | 1 | -0/+7 |
* | Add explicit struct ucred * argument for VOP_VPTOCNP, to be used by | Konstantin Belousov | 2009-06-21 | 1 | -0/+1 |
* | Stop asserting on exclusive locks in fsync since it can now support | Paul Saab | 2009-06-11 | 1 | -1/+1 |
* | Simply shared vnode locking and extend it to also include fsync. | Paul Saab | 2009-06-08 | 1 | -1/+1 |
* | Add VOP_ACCESSX, which can be used to query for newly added V* | Edward Tomasz Napierala | 2009-05-30 | 1 | -0/+10 |
* | Remove VOP_LEASE and supporting functions. This hasn't been used since | Robert Watson | 2009-04-10 | 1 | -10/+0 |
* | Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that a | John Baldwin | 2009-03-11 | 1 | -1/+1 |
* | Move the VA_MARKATIME flag for VOP_SETATTR() out into its own VOP: | John Baldwin | 2009-01-21 | 1 | -0/+5 |
* | Add a new VOP, VOP_VPTOCNP, which translates a vnode to its component name | Joe Marcus Clarke | 2008-12-12 | 1 | -0/+10 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala | 2008-10-28 | 1 | -1/+1 |
* | - Whitespace fix for vop_poll. | John Baldwin | 2008-10-27 | 1 | -2/+2 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -2/+0 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | Doug Rabson | 2008-03-26 | 1 | -0/+13 |
* | Do not assert any locks for VOP_PRINT. In particular, do not assert that | Konstantin Belousov | 2008-02-26 | 1 | -1/+1 |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | Attilio Rao | 2008-02-25 | 1 | -1/+0 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 1 | -2/+0 |
* | 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 |