| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC | attilio | 2013-03-02 | 1 | -2/+6 |
|\ |
|
| * | Make the default implementation of the VOP_VPTOCNP() fail if the | kib | 2013-03-01 | 1 | -2/+6 |
* | | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -2/+2 |
* | | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -1/+1 |
|/ |
|
* | The r241025 fixed the case when a binary, executed from nullfs mount, | kib | 2012-11-02 | 1 | -0/+20 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -4/+1 |
* | Fix the mis-handling of the VV_TEXT on the nullfs vnodes. | kib | 2012-09-28 | 1 | -0/+30 |
* | When synchronously syncing a device (MNT_WAIT), wait for buffers | mckusick | 2012-06-09 | 1 | -2/+11 |
* | Skip directory entries with zero inode number during traversal. | gleb | 2012-05-16 | 1 | -2/+2 |
* | Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL. | mckusick | 2012-04-17 | 1 | -10/+5 |
* | Introduce VOP_UNP_BIND(), VOP_UNP_CONNECT(), and VOP_UNP_DETACH() | trociny | 2012-02-29 | 1 | -0/+27 |
* | Existing VOP_VPTOCNP() interface has a fatal flow that is critical for | kib | 2011-11-19 | 1 | -1/+1 |
* | Add the posix_fadvise(2) system call. It is somewhat similar to | jhb | 2011-11-04 | 1 | -0/+53 |
* | 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 |