| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Revert kern/vfs_subr.c revision 1.444. The vm_object's size isn't | Alan Cox | 2003-05-03 | 1 | -1/+1 |
| * | Lock accesses to the vm_object's ref_count and resident_page_count. | Alan Cox | 2003-05-01 | 1 | -5/+9 |
| * | Various changes to vm_object_page_remove(): | Alan Cox | 2003-04-26 | 1 | -1/+1 |
| * | - Convert vm_object_pip_wait() from using tsleep() to msleep(). | Alan Cox | 2003-04-26 | 1 | -0/+2 |
| * | - Acquire the vm_object's lock when performing vm_object_page_clean(). | Alan Cox | 2003-04-24 | 1 | -0/+2 |
| * | Update locking around vm_object_page_remove() to use the new macros. | Alan Cox | 2003-04-18 | 1 | -2/+2 |
| * | Use vm_object_pip_wait() rather than reimplementing it. | Alan Cox | 2003-04-13 | 1 | -2/+1 |
| * | Adjust the number of vnodes scanned by vlrureclaim() according to the | Tor Egge | 2003-03-26 | 1 | -8/+11 |
| * | We shouldn't assert that a vode is locked in vop_lock_post() | Yaroslav Tykhiy | 2003-03-22 | 1 | -1/+2 |
| * | - Remove a dead check for bp->b_vp == vp in vtruncbuf(). This has not been | Jeff Roberson | 2003-03-13 | 1 | -14/+17 |
| * | - Remove a race between fsync like functions and flushbufqueues() by | Jeff Roberson | 2003-03-13 | 1 | -1/+0 |
| * | Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress. | Alan Cox | 2003-03-06 | 1 | -6/+0 |
| * | Finish cleanup of vprint() which was begun with changing v_tag to a string. | Nate Lawson | 2003-03-03 | 1 | -25/+3 |
| * | - Hold the vnode interlock across calls to bgetvp instead of acquiring it | Jeff Roberson | 2003-03-02 | 1 | -2/+1 |
| * | - gc USE_BUFHASH. The smp locking of the buf cache renders this useless. | Jeff Roberson | 2003-03-01 | 1 | -4/+0 |
| * | Prevent large files from monopolizing the system buffers. Keep | Kirk McKusick | 2003-02-25 | 1 | -0/+6 |
| * | - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK. | Jeff Roberson | 2003-02-25 | 1 | -41/+34 |
| * | Bracket the kern.vnode sysctl in #ifdef notyet because it results | Poul-Henning Kamp | 2003-02-23 | 1 | -0/+2 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -4/+4 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -4/+4 |
| * | Add a new vnode flag VI_DOINGINACT to indicate that a VOP_INACTIVE | Ian Dowse | 2002-12-29 | 1 | -15/+38 |
| * | Use a timeout of one second while we wait for the vnode washer, | Poul-Henning Kamp | 2002-12-29 | 1 | -1/+1 |
| * | Vnodes pull in 800-900 bytes these days, all things counted, so we need | Poul-Henning Kamp | 2002-12-29 | 1 | -5/+15 |
| * | KASSERT that vop_revoke() gets a VCHR. | Poul-Henning Kamp | 2002-12-28 | 1 | -1/+2 |
| * | Perform vm_object_lock() and vm_object_unlock() around | Alan Cox | 2002-12-15 | 1 | -0/+2 |
| * | To avoid lock order reversals in getnewvnode(), the call to uma_zfree() | Alan Cox | 2002-12-08 | 1 | -3/+11 |
| * | Do not set a variable (vp->p_pollinfo) to NULL if we know | Robert Drehmel | 2002-11-27 | 1 | -1/+1 |
| * | Slightly change the semantics of vnode labels for MAC: rather than | Robert Watson | 2002-10-26 | 1 | -0/+2 |
| * | In vrele() we can actually have a VCHR with v_rdev == NULL if we | Poul-Henning Kamp | 2002-10-25 | 1 | -1/+1 |
| * | Within ufs, the ffs_sync and ffs_fsync functions did not always | Kirk McKusick | 2002-10-25 | 1 | -3/+3 |
| * | Fix the spechash lock order reversal by keeping an updated sum | Poul-Henning Kamp | 2002-10-24 | 1 | -19/+28 |
| * | When scanning the freelist looking for candidate vnodes to recycle, | Kirk McKusick | 2002-10-14 | 1 | -4/+3 |
| * | Unconditionally reset vp->v_vnlock back to the default in the | Kirk McKusick | 2002-10-14 | 1 | -1/+3 |
| * | Regularize the vop_stdlock'ing protocol across all the filesystems | Kirk McKusick | 2002-10-14 | 1 | -9/+8 |
| * | When considering a vnode for reuse in getnewvnode, we call | Kirk McKusick | 2002-10-11 | 1 | -13/+18 |
| * | Fix problem introduced in rev.1.406, which can cause already unlocked | Maxim Sobolev | 2002-10-05 | 1 | -0/+1 |
| * | Fix some harmless mis-indents. | Poul-Henning Kamp | 2002-10-01 | 1 | -1/+1 |
| * | Move vnode MAC label initialization to after the release of the vnode | Robert Watson | 2002-09-30 | 1 | -3/+3 |
| * | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
| * | - Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.c | Jeff Roberson | 2002-09-26 | 1 | -29/+92 |
| * | - Lock down the syncer with sync_mtx. | Jeff Roberson | 2002-09-25 | 1 | -74/+188 |
| * | Remove any VOP_PRINT that redundantly prints the tag. | Nate Lawson | 2002-09-18 | 1 | -8/+8 |
| * | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 1 | -7/+9 |
| * | Indentation does not make a block.. need curly braces too. | Julian Elischer | 2002-09-11 | 1 | -1/+2 |
| * | Completely redo thread states. | Julian Elischer | 2002-09-11 | 1 | -2/+6 |
| * | Fix an inherited style bug: compare with NOCRED instead of NULL. | Poul-Henning Kamp | 2002-09-05 | 1 | -1/+1 |
| * | Introduce new extattr_check_cred() function which implements the canonical | Poul-Henning Kamp | 2002-09-05 | 1 | -0/+34 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -1/+1 |
| * | - Fix a mistake in my last few commits. The PDROP flag stops msleep from | Jeff Roberson | 2002-08-23 | 1 | -4/+1 |
| * | - Make vn_lock() vget() and VOP_LOCK() all behave the same way WRT | Jeff Roberson | 2002-08-22 | 1 | -15/+7 |