| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 1 | -2/+2 |
* | - Introduce the function lockmgr_recursed() which returns true if the | attilio | 2008-01-19 | 1 | -1/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -20/+19 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -6/+6 |
* | In "show lockedvnods" DDB command, use db_printf() rather than printf() | rwatson | 2007-12-28 | 1 | -1/+1 |
* | As LK_EXCLUPGRADE is used in conjuction with LK_NOWAIT, LK_UPGRADE becames | attilio | 2007-12-27 | 1 | -1/+1 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -2/+2 |
* | Use curthread instead of the FIRST_THREAD_IN_PROC for vnlru and syncer, | kib | 2007-12-05 | 1 | -15/+42 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -3/+3 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -2/+2 |
* | When restoring the mount after umount failed, the MNTK_UNMOUNT flag | kib | 2007-09-12 | 1 | -1/+1 |
* | Improve vn_printf() by: | pjd | 2007-08-13 | 1 | -7/+45 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 1 | -5/+5 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -4/+3 |
* | Universally adopt most conventional spelling of acquire. | rwatson | 2007-05-27 | 1 | -1/+1 |
* | Since renaming of vop_lock to _vop_lock, pre- and post-condition | kib | 2007-05-18 | 1 | -3/+3 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -3/+4 |
* | Fix jails and jail-friendly file systems handling: | pjd | 2007-04-13 | 1 | -0/+24 |
* | When we are running low on vnodes, there is currently no way to ask other | pjd | 2007-04-13 | 1 | -0/+1 |
* | Minor style cleanups (mostly removal of trailing whitespaces). | pjd | 2007-04-10 | 1 | -22/+22 |
* | Correct typos. | pjd | 2007-04-10 | 1 | -1/+1 |
* | Now that the vdropl() function is public, assert that the vnode interlock | pjd | 2007-04-01 | 1 | -0/+1 |
* | Make vdropl() public; zfs needs it. There is also plenty of existing | des | 2007-03-31 | 1 | -2/+1 |
* | PowerPC is the only architecture with mpsafe_vfs=0. This is now | marcel | 2007-03-27 | 1 | -4/+0 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -5/+40 |
* | change vop_lock handling to allowing tracking of callers' file and line for | kmacy | 2006-11-13 | 1 | -3/+3 |
* | Simplify operations with sync_mtx in sched_sync(): | jhb | 2006-11-07 | 1 | -7/+3 |
* | Fix comment typo and function declaration. | jhb | 2006-11-07 | 1 | -2/+2 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -40/+23 |
* | Typo, 'from' vnode is locked here, not 'to' vnode. | pjd | 2006-11-04 | 1 | -1/+1 |
* | Add gjournal specific code to the UFS file system: | pjd | 2006-10-31 | 1 | -0/+2 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Correct the comment: numvnodes is decreased on vdestroying the vnode. | kib | 2006-10-02 | 1 | -1/+2 |
* | Add mnt_noasync counter to better handle interleaved calls to nmount(), | tegge | 2006-09-26 | 1 | -5/+6 |
* | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | tegge | 2006-09-26 | 1 | -0/+4 |