| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a lock flags argument to the VFS_FHTOVP() file system | rmacklem | 2011-05-22 | 1 | -1/+2 |
* | Allow VOP_ALLOCATE to be iterative, and have kern_posix_fallocate(9) | mdf | 2011-04-19 | 1 | -23/+21 |
* | Add the posix_fallocate(2) syscall. The default implementation in | mdf | 2011-04-18 | 1 | -0/+131 |
* | If we read zero bytes from the directory, early out with ENOENT | brian | 2010-08-25 | 1 | -2/+6 |
* | uio_resid isn't updated by VOP_READDIR for nfs filesystems. Use | brian | 2010-08-23 | 1 | -3/+2 |
* | Add VOP_ADVLOCKPURGE so that the file system is called when purging | zml | 2010-05-12 | 1 | -0/+11 |
* | Supply default implementation of VOP_RENAME() that does neccessary | kib | 2010-04-02 | 1 | -0/+16 |
* | Use vput() instead of VOP_UNLOCK()+vrele(). The comment here is out-dated, | pjd | 2010-02-18 | 1 | -4/+1 |
* | Revert r198873. Having different VAPPEND semantics for VOP_ACCESS(9) | trasz | 2009-11-11 | 1 | -8/+0 |
* | While VAPPEND without VWRITE makes sense for VOP_ACCESSX(9) (e.g. to check | trasz | 2009-11-04 | 1 | -0/+8 |
* | Provide default implementation for VOP_ACCESS(9), so that filesystems which | trasz | 2009-10-01 | 1 | -0/+15 |
* | Add explicit struct ucred * argument for VOP_VPTOCNP, to be used by | kib | 2009-06-21 | 1 | -4/+5 |
* | Add another flags argument to vn_open_cred. Use it to specify that some | kib | 2009-06-21 | 1 | -1/+1 |
* | Add mac_framework.h include missed when MAC code was (presumably) copied | rwatson | 2009-06-05 | 1 | -0/+2 |
* | Add VOP_ACCESSX, which can be used to query for newly added V* | trasz | 2009-05-30 | 1 | -0/+17 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -12/+8 |
* | Remove VOP_LEASE and supporting functions. This hasn't been used since | rwatson | 2009-04-10 | 1 | -1/+0 |
* | Add a default implementation for VOP_VPTOCNP(9) which scans the parent | marcus | 2009-03-08 | 1 | -1/+235 |
* | Extract the no_poll() and vop_nopoll() code into the common routine | kib | 2009-03-06 | 1 | -11/+1 |
* | Add a new VOP, VOP_VPTOCNP, which translates a vnode to its component name | marcus | 2008-12-12 | 1 | -0/+8 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -6/+10 |
* | Move the head of byte-level advisory lock list from the | kib | 2008-04-16 | 1 | -1/+40 |
* | - Complete part of the unfinished bufobj work by consistently using | jeff | 2008-03-22 | 1 | -15/+12 |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | attilio | 2008-02-25 | 1 | -4/+1 |
* | - Introduce lockmgr_args() in the lockmgr space. This function performs | attilio | 2008-02-15 | 1 | -1/+2 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 1 | -4/+3 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -4/+5 |
* | Since renaming of vop_lock to _vop_lock, pre- and post-condition | kib | 2007-05-18 | 1 | -2/+2 |
* | Remove VFS_VPTOFH entirely. API is already broken and it is good time to | pjd | 2007-02-16 | 1 | -14/+1 |
* | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | pjd | 2007-02-15 | 1 | -0/+11 |
* | change vop_lock handling to allowing tracking of callers' file and line for | kmacy | 2006-11-13 | 1 | -3/+5 |
* | Don't try to obtain a reference to a nonexisting (NULL) mount structure in | tegge | 2006-09-20 | 1 | -4/+6 |
* | - GETWRITEMOUNT now returns a referenced mountpoint to prevent its | jeff | 2006-03-31 | 1 | -1/+15 |
* | - Add a comment warning about an anomalous condition where we VOP_UNLOCK | jeff | 2006-01-30 | 1 | -0/+1 |
* | Add marker vnodes to ensure that all vnodes associated with the mount point are | tegge | 2006-01-09 | 1 | -3/+5 |
* | Eradicate caddr_t from the VFS API. | des | 2005-12-14 | 1 | -1/+1 |
* | In vop_stdpathconf(ap) also default for _PC_NAME_MAX and _PC_PATH_MAX. | phk | 2005-08-17 | 1 | -0/+6 |
* | - Replace the series of DEBUG_LOCKS hacks which tried to save the vn_lock | jeff | 2005-08-03 | 1 | -5/+0 |
* | - Add and enhance asserts related to the wrong bufobj panic. | jeff | 2005-06-14 | 1 | -0/+3 |
* | Allow EVFILT_VNODE events to work on every filesystem type, not just | ssouhlal | 2005-06-09 | 1 | -0/+8 |
* | - Remove unnecessary spls. | jeff | 2005-05-01 | 1 | -10/+2 |
* | - Now that writes to character devices supporting softupdates can | jeff | 2005-04-03 | 1 | -3/+4 |
* | - Fixup the default vfs_root function to match the new prototype. | jeff | 2005-03-24 | 1 | -1/+2 |
* | - Don't drop the lock in the default inactive handler anymore, VOP_NULL | jeff | 2005-03-13 | 1 | -14/+1 |
* | Remove VFS_START(). Its original purpose involved the mfs filesystem, | das | 2005-02-20 | 1 | -10/+0 |
* | Remove vop_stddestroyvobject() | phk | 2005-02-07 | 1 | -13/+0 |
* | Move the contents of vop_stddestroyvobject() to the new vnode_pager | phk | 2005-01-28 | 1 | -26/+2 |
* | Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now. | phk | 2005-01-25 | 1 | -24/+0 |
* | Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystem | phk | 2005-01-25 | 1 | -14/+0 |
* | Move the body of vop_stdcreatevobject() over to the vnode_pager under | phk | 2005-01-24 | 1 | -50/+1 |