| Commit message (Expand) | Author | Age | Files | Lines |
* | - Merge soft-updates journaling from projects/suj/head into head. This | jeff | 2010-04-24 | 1 | -0/+1 |
* | Add missing MNT_NFS4ACLS. | jh | 2010-04-04 | 1 | -0/+1 |
* | Fix some whitespace nits. | pjd | 2010-04-03 | 1 | -7/+5 |
* | Add missing mnt_kern_flag flags in 'show mount' output. | pjd | 2010-04-03 | 1 | -1/+5 |
* | Add function vop_rename_fail(9) that performs needed cleanup for locks | kib | 2010-04-02 | 1 | -0/+14 |
* | Add new function vunref(9) that decrements vnode use count (and hold | kib | 2010-01-17 | 1 | -70/+53 |
* | Add a knob to allow reclaim of the directory vnodes that are source of | kib | 2009-12-28 | 1 | -2/+10 |
* | Now that all the callers seem to be fixed, add KASSERTs to make sure VAPPEND | trasz | 2009-12-26 | 1 | -0/+2 |
* | VI_OBJDIRTY vnode flag mirrors the state of OBJ_MIGHTBEDIRTY vm object | kib | 2009-12-21 | 1 | -4/+3 |
* | Extend ddb(4) "show mount" command to print active string mount options. | jh | 2009-11-19 | 1 | -0/+13 |
* | Provide default implementation for VOP_ACCESS(9), so that filesystems which | trasz | 2009-10-01 | 1 | -0/+3 |
* | Use C99 initialization for struct filterops. | rwatson | 2009-09-12 | 1 | -8/+21 |
* | In vfs_mark_atime(9), be resistent against reclaimed vnodes. | kib | 2009-09-09 | 1 | -1/+5 |
* | Call prison_check from vfs_suser rather than re-implementing it. | jamie | 2009-07-02 | 1 | -2/+1 |
* | Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use | kib | 2009-06-10 | 1 | -8/+39 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Remove the now invalid (and possibly unused) debug.mpsafevfs | attilio | 2009-05-30 | 1 | -9/+0 |
* | Add VOP_ACCESSX, which can be used to query for newly added V* | trasz | 2009-05-30 | 1 | -0/+47 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 1 | -13/+5 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -2/+2 |
* | Replace v_dd vnode pointer with v_cache_dd pointer to struct namecache | kan | 2009-03-29 | 1 | -0/+1 |
* | Change vfs_busy to wait until an outcome of pending unmount | kan | 2009-03-02 | 1 | -5/+13 |
* | Tweak the output of VOP_PRINT/vn_printf() some. | jhb | 2009-02-06 | 1 | -1/+0 |
* | Add KASSERTs to make it easier to debug problems like the one fixed | trasz | 2009-02-06 | 1 | -0/+1 |
* | Add more KTR_VFS logging point in order to have a more effective tracing. | attilio | 2009-02-05 | 1 | -21/+64 |
* | Tweak the wording for vfs_mark_atime() since the I/O it is avoiding by not | jhb | 2009-01-23 | 1 | -3/+3 |
* | Push down Giant in the vlnru kproc main loop so that it is only acquired | jhb | 2009-01-23 | 1 | -11/+3 |
* | Fix a few style bogons. | jhb | 2009-01-21 | 1 | -2/+1 |
* | Move the VA_MARKATIME flag for VOP_SETATTR() out into its own VOP: | jhb | 2009-01-21 | 1 | -5/+2 |
* | FFS puts the extended attributes blocks at the negative blocks for the | kib | 2009-01-20 | 1 | -1/+1 |
* | 1) Fix a deadlock in the VFS: | attilio | 2008-12-16 | 1 | -1/+1 |
* | In the nfsrv_fhtovp(), after the vfs_getvfs() function found the pointer | kib | 2008-11-29 | 1 | -0/+26 |
* | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. | pjd | 2008-11-17 | 1 | -4/+10 |
* | Remove the mnt_holdcnt and mnt_holdcntwaiters because they are useless. | attilio | 2008-11-03 | 1 | -2/+0 |
* | Improve VFS locking: | attilio | 2008-11-02 | 1 | -25/+25 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -15/+15 |
* | Style return statements in vn_pollrecord(). | kib | 2008-10-28 | 1 | -2/+2 |
* | Protect check for v_pollinfo == NULL and assignment of the newly allocated | kib | 2008-10-28 | 1 | -14/+22 |
* | In vfs_busy(), lockmgr() cannot legitimately sleep, because code checked | kib | 2008-10-20 | 1 | -1/+1 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 1 | -8/+6 |
* | Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions. | attilio | 2008-08-31 | 1 | -16/+10 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -4/+4 |
* | Introduce the VV_FORCEINSMQ vnode flag. It instructs the insmnque() function | kib | 2008-08-28 | 1 | -5/+20 |
* | Remove worrying printf warning on bootup when processing vnodes which | csjp | 2008-08-24 | 1 | -1/+1 |
* | Remove the use of lbolt from the VFS syncer. | ed | 2008-07-30 | 1 | -9/+7 |
* | Assert for exclusive vnode lock in vinactive(), vrecycle() and vgonel() | pjd | 2008-07-27 | 1 | -3/+3 |
* | - Move vp test for beeing NULL under IGNORE_LOCK(). | pjd | 2008-07-27 | 1 | -10/+7 |
* | - Disallow XFS mounting in write mode. The write support never worked really | attilio | 2008-07-21 | 1 | -0/+2 |
* | Be more friendly for DDB pager. | pjd | 2008-05-18 | 1 | -1/+6 |
* | sync_vnode() has some messy code about locking in order to deal with | attilio | 2008-05-04 | 1 | -39/+37 |