| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Implement 'show mount' command in DDB. Without argument, it prints short | pjd | 2008-04-26 | 1 | -0/+152 |
* | Allow the vnode zone to return the unused memory. The vnode reference | kib | 2008-04-24 | 1 | -2/+2 |
* | Move the head of byte-level advisory lock list from the | kib | 2008-04-16 | 1 | -0/+5 |
* | - Destroy the bo mtx when the vnode is destroyed. | jeff | 2008-04-02 | 1 | -0/+1 |
* | b_waiters cannot be adequately protected by the interlock because it is | attilio | 2008-03-28 | 1 | -5/+1 |
* | - Greatly simplify vget() by removing the guarantee that any new | jeff | 2008-03-24 | 1 | -32/+18 |
* | - Only return 1 from sync_vnode() in cases where the vnode is still | jeff | 2008-03-23 | 1 | -1/+1 |
* | - Pass BO_MTX(bo) to lockmgr in vtruncbuf, we don't own the vnode | jeff | 2008-03-23 | 1 | -1/+1 |
* | - Complete part of the unfinished bufobj work by consistently using | jeff | 2008-03-22 | 1 | -25/+29 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -3/+4 |
* | - Handle buffer lock waiters count directly in the buffer cache instead | attilio | 2008-03-01 | 1 | -1/+5 |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | attilio | 2008-02-25 | 1 | -13/+11 |
* | Conver all explicit instances to VOP_ISLOCKED(arg, NULL) into | attilio | 2008-02-08 | 1 | -5/+6 |