| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass MNTK_NO_IOPF and MNTK_UNMAPPED_BUFS flags from the lower | kib | 2016-03-04 | 1 | -1/+1 |
* | Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT. | markj | 2015-07-05 | 1 | -1/+1 |
* | File systems that do not use the buffer cache (such as ZFS) must | rmacklem | 2015-04-15 | 1 | -1/+1 |
* | Provide vfs suspension support only for filesystems which need it, take | mjg | 2014-10-20 | 1 | -0/+2 |
* | Do not leak the NULLV_NOUNLOCK flag from the nullfs_unlink_lowervp(), | kib | 2013-05-21 | 1 | -7/+19 |
* | - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). The | kib | 2013-05-11 | 1 | -2/+31 |
* | nullfs: Improve f_flags in statfs(). | jilles | 2013-03-02 | 1 | -1/+2 |
* | Remove the filtering of the acceptable mount options for nullfs, added | kib | 2013-01-16 | 1 | -11/+0 |
* | Add the "nocache" nullfs mount option, which disables the caching of | kib | 2013-01-03 | 1 | -13/+37 |
* | Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag. | attilio | 2012-11-09 | 1 | -2/+1 |
* | Allow shared lookups for nullfs mounts, if lower filesystem supports | kib | 2012-09-09 | 1 | -16/+44 |
* | Use NULL instead of 0 | kevlo | 2012-03-13 | 1 | -2/+2 |
* | Allow shared locks for reads when lower filesystem accept shared locking. | kib | 2012-02-29 | 1 | -1/+2 |
* | Always request exclusive lock for the lower vnode in nullfs_vget(). | kib | 2012-02-29 | 1 | -0/+6 |
* | To improve control over the use of mount(8) inside a jail(8), introduce | mm | 2012-02-23 | 1 | -0/+5 |
* | Allow mounting nullfs(5) inside jails. | mm | 2012-02-09 | 1 | -1/+1 |
* | Do the vput() for the lowervp in the null_nodeget() for error case too. | kib | 2012-01-03 | 1 | -2/+1 |
* | The use of VOP_ISLOCKED() without a check for the return values can cause | kib | 2011-10-24 | 1 | -4/+1 |
* | The only possible error return from null_nodeget() is due to insmntque1 | kib | 2011-10-24 | 1 | -1/+0 |
* | The covered vnode must be reloced if it was unlocked. Remove VOP_ISLOCKED | kib | 2011-10-24 | 1 | -1/+1 |
* | Only unlock if the lock is exclusive. | pho | 2011-10-24 | 1 | -3/+2 |
* | Add a lock flags argument to the VFS_FHTOVP() file system | rmacklem | 2011-05-22 | 1 | -2/+4 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -19/+12 |
* | Add the support for the AT_FDCWD and fd-relative name lookups to the | kib | 2008-03-31 | 1 | -0/+1 |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | attilio | 2008-02-25 | 1 | -3/+3 |
* | Conver all explicit instances to VOP_ISLOCKED(arg, NULL) into | attilio | 2008-02-08 | 1 | -3/+3 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -3/+3 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -2/+2 |
* | Get rid of qaddr_t. | alfred | 2007-10-16 | 1 | -1/+1 |
* | Where I previously removed calls to kdb_enter(), now remove include of | rwatson | 2007-05-29 | 1 | -1/+0 |
* | Rather than entering the debugger via kdb_enter() in the event the | rwatson | 2007-05-27 | 1 | -5/+2 |
* | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | pjd | 2007-02-15 | 1 | -13/+0 |
* | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | tegge | 2006-09-26 | 1 | -1/+6 |
* | Remove incorrect null_checkexp() routine. This | rodrigc | 2006-05-28 | 1 | -14/+0 |
* | Modify MNT_UPDATE behavior for nullfs so that it does not | rodrigc | 2006-05-28 | 1 | -2/+7 |
* | Correctly set MNTK_MPSAFE flag from the lower vnode's mount rather than | jhb | 2006-02-10 | 1 | -1/+1 |
* | - No need to WANTPARENT when we're just going to vrele it in a deadlock | jeff | 2006-02-07 | 1 | -4/+1 |
* | Eradicate caddr_t from the VFS API. | des | 2005-12-14 | 1 | -1/+1 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | Reflect mpsafety of the underlying filesystem in the nullfs image. | kris | 2005-10-16 | 1 | -0/+1 |
* | - Honor the flags argument passed to null_root(). The filesystem below | jeff | 2005-04-11 | 1 | -1/+1 |
* | - Update vfs_root implementations to match the new prototype. None of | jeff | 2005-03-24 | 1 | -1/+2 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | phk | 2005-01-11 | 1 | -2/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Use vfs_mountedfrom(), rely on vfs_mount.c calling VFS_STATFS(). | phk | 2004-12-06 | 1 | -5/+2 |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | phk | 2004-12-05 | 1 | -5/+0 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 1 | -1/+1 |
* | Use system wide no-op vfs_start function. | phk | 2004-11-25 | 1 | -17/+0 |
* | Refuse attempts to mount root filesystem | phk | 2004-11-09 | 1 | -0/+2 |
* | Put a version element in the VFS filesystem configuration structure | phk | 2004-07-30 | 1 | -6/+4 |