| Commit message (Expand) | Author | Age | Files | Lines |
* | Consistently use the BSD u_int and u_short instead of the SYSV uint and | jhb | 2003-08-07 | 1 | -1/+1 |
* | Revert stuff which accidentally ended up in the previous commit. | phk | 2003-07-22 | 1 | -7/+8 |
* | Don't attempt to inline large functions mb_alloc() and mb_free(), | phk | 2003-07-22 | 1 | -8/+7 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+4 |
* | Remove unused variable and now unbalanced call to splbio(); | phk | 2003-05-31 | 1 | -2/+0 |
* | Make the maximum number of vnodes a function of both the physical memory | alc | 2003-05-23 | 1 | -1/+10 |
* | Detect that a vnode has been reclaimed while vflush() was waiting to lock | truckman | 2003-05-16 | 1 | -0/+11 |
* | Optimize the use of splay in gbincore(). During a "make buildworld" the | alc | 2003-05-13 | 1 | -7/+22 |
* | Remove bogus locking from DDB's "show lockedvnods" command: using | rwatson | 2003-05-12 | 1 | -11/+7 |
* | - Revert kern/vfs_subr.c revision 1.444. The vm_object's size isn't | alc | 2003-05-03 | 1 | -1/+1 |
* | Lock accesses to the vm_object's ref_count and resident_page_count. | alc | 2003-05-01 | 1 | -5/+9 |
* | Various changes to vm_object_page_remove(): | alc | 2003-04-26 | 1 | -1/+1 |
* | - Convert vm_object_pip_wait() from using tsleep() to msleep(). | alc | 2003-04-26 | 1 | -0/+2 |
* | - Acquire the vm_object's lock when performing vm_object_page_clean(). | alc | 2003-04-24 | 1 | -0/+2 |
* | Update locking around vm_object_page_remove() to use the new macros. | alc | 2003-04-18 | 1 | -2/+2 |
* | Use vm_object_pip_wait() rather than reimplementing it. | alc | 2003-04-13 | 1 | -2/+1 |
* | Adjust the number of vnodes scanned by vlrureclaim() according to the | tegge | 2003-03-26 | 1 | -8/+11 |
* | We shouldn't assert that a vode is locked in vop_lock_post() | yar | 2003-03-22 | 1 | -1/+2 |
* | - Remove a dead check for bp->b_vp == vp in vtruncbuf(). This has not been | jeff | 2003-03-13 | 1 | -14/+17 |
* | - Remove a race between fsync like functions and flushbufqueues() by | jeff | 2003-03-13 | 1 | -1/+0 |
* | Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress. | alc | 2003-03-06 | 1 | -6/+0 |
* | Finish cleanup of vprint() which was begun with changing v_tag to a string. | njl | 2003-03-03 | 1 | -25/+3 |
* | - Hold the vnode interlock across calls to bgetvp instead of acquiring it | jeff | 2003-03-02 | 1 | -2/+1 |
* | - gc USE_BUFHASH. The smp locking of the buf cache renders this useless. | jeff | 2003-03-01 | 1 | -4/+0 |
* | Prevent large files from monopolizing the system buffers. Keep | mckusick | 2003-02-25 | 1 | -0/+6 |
* | - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK. | jeff | 2003-02-25 | 1 | -41/+34 |
* | Bracket the kern.vnode sysctl in #ifdef notyet because it results | phk | 2003-02-23 | 1 | -0/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -4/+4 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -4/+4 |
* | Add a new vnode flag VI_DOINGINACT to indicate that a VOP_INACTIVE | iedowse | 2002-12-29 | 1 | -15/+38 |
* | Use a timeout of one second while we wait for the vnode washer, | phk | 2002-12-29 | 1 | -1/+1 |
* | Vnodes pull in 800-900 bytes these days, all things counted, so we need | phk | 2002-12-29 | 1 | -5/+15 |
* | KASSERT that vop_revoke() gets a VCHR. | phk | 2002-12-28 | 1 | -1/+2 |
* | Perform vm_object_lock() and vm_object_unlock() around | alc | 2002-12-15 | 1 | -0/+2 |
* | To avoid lock order reversals in getnewvnode(), the call to uma_zfree() | alc | 2002-12-08 | 1 | -3/+11 |
* | Do not set a variable (vp->p_pollinfo) to NULL if we know | robert | 2002-11-27 | 1 | -1/+1 |
* | Slightly change the semantics of vnode labels for MAC: rather than | rwatson | 2002-10-26 | 1 | -0/+2 |
* | In vrele() we can actually have a VCHR with v_rdev == NULL if we | phk | 2002-10-25 | 1 | -1/+1 |
* | Within ufs, the ffs_sync and ffs_fsync functions did not always | mckusick | 2002-10-25 | 1 | -3/+3 |
* | Fix the spechash lock order reversal by keeping an updated sum | phk | 2002-10-24 | 1 | -19/+28 |
* | When scanning the freelist looking for candidate vnodes to recycle, | mckusick | 2002-10-14 | 1 | -4/+3 |
* | Unconditionally reset vp->v_vnlock back to the default in the | mckusick | 2002-10-14 | 1 | -1/+3 |
* | Regularize the vop_stdlock'ing protocol across all the filesystems | mckusick | 2002-10-14 | 1 | -9/+8 |
* | When considering a vnode for reuse in getnewvnode, we call | mckusick | 2002-10-11 | 1 | -13/+18 |
* | Fix problem introduced in rev.1.406, which can cause already unlocked | sobomax | 2002-10-05 | 1 | -0/+1 |
* | Fix some harmless mis-indents. | phk | 2002-10-01 | 1 | -1/+1 |
* | Move vnode MAC label initialization to after the release of the vnode | rwatson | 2002-09-30 | 1 | -3/+3 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -1/+1 |
* | - Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.c | jeff | 2002-09-26 | 1 | -29/+92 |
* | - Lock down the syncer with sync_mtx. | jeff | 2002-09-25 | 1 | -74/+188 |