| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add 'show vnode <addr>' DDB command. | pjd | 2006-09-04 | 1 | -2/+18 |
* | getnewvnode() can be called with NULL mp. | pjd | 2006-08-10 | 1 | -1/+1 |
* | Add a bandaid to avoid a deadlock in a situation, when we are trying to suspend | pjd | 2006-08-09 | 1 | -0/+10 |
* | Improve commenting of vaccess(), making sure to be clear that the ifdef | rwatson | 2006-08-06 | 1 | -4/+10 |
* | Enable debug.mpsafevfs by default on arm. Since every architecture except | alc | 2006-07-15 | 1 | -2/+1 |
* | Back out my rev. 1.674. The better fix (rev. 1.637) is already in tree. | kib | 2006-07-05 | 1 | -3/+3 |
* | Backed out the change by request from rwatson. | babkin | 2006-06-26 | 1 | -72/+0 |
* | The common UID/GID space implementation. It has been discussed on -arch | babkin | 2006-06-25 | 1 | -0/+72 |
* | Fix the LOR that occurs when the MAC compiled into the kernel | kib | 2006-06-08 | 1 | -3/+3 |
* | Do not set B_NOCACHE on buffers when releasing them in flushbuflist(). | ups | 2006-05-25 | 1 | -1/+1 |
* | Remove various bits of conditional Alpha code and fixup a few comments. | jhb | 2006-05-12 | 1 | -1/+1 |
* | vn_start_write()/vn_finished_write() is not needed here, because | pjd | 2006-04-29 | 1 | -2/+0 |
* | - Add a BO_NEEDSGIANT flag to the bufobj. This flag forces all child | jeff | 2006-04-28 | 1 | -1/+2 |
* | - VFS_LOCK_GIANT when recycling a vnode via getnewvnode. We may be | jeff | 2006-04-04 | 1 | -0/+3 |
* | - Add an assert to vgone. It is illegal to call vgone without a reference | jeff | 2006-03-31 | 1 | -3/+0 |
* | - Hold a reference from the time vfs_busy starts until vfs_unbusy is | jeff | 2006-03-31 | 1 | -3/+9 |
* | - Add the B_NEEDSGIANT flag which is only set if the vnode that owns a buf | jeff | 2006-03-31 | 1 | -0/+3 |
* | - Correct an assert in vop_rename_pre. fdvp may be locked if it is either | jeff | 2006-03-19 | 1 | -1/+1 |
* | Use vn_start_secondary_write() and vn_finished_secondary_write() as a | tegge | 2006-03-08 | 1 | -4/+20 |
* | Eliminate a deadlock when creating snapshots. Blocking vn_start_write() must | tegge | 2006-03-02 | 1 | -0/+2 |
* | Don't try to show marker nodes. | tegge | 2006-03-02 | 1 | -1/+1 |
* | - Move softdep from using a global worklist to per-mount worklists. This | jeff | 2006-03-02 | 1 | -10/+0 |