| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: expose vdropl() | Dag-Erling Smørgrav | 2007-05-24 | 1 | -2/+1 |
| * | MFC: Do not set B_NOCACHE on buffers when releasing them in flushbuflist(). | John Baldwin | 2007-02-12 | 1 | -1/+1 |
| * | MFC: sys/kern/vfs_subr.c 1.682 | Pawel Jakub Dawidek | 2006-12-04 | 1 | -2/+18 |
| * | MFC: Use mount interlock to protect all changes to mnt_flag and | Tor Egge | 2006-10-09 | 1 | -0/+4 |
| * | MFC rev. 1.685: | Konstantin Belousov | 2006-10-09 | 1 | -1/+2 |
| * | MFC rev 1.667: vfs_busy() holds reference on mount until vfs_unbusy() | Tor Egge | 2006-09-27 | 1 | -3/+9 |
| * | MFC: sys/kern/vfs_subr.c 1.680,1.681 | Pawel Jakub Dawidek | 2006-09-04 | 1 | -0/+10 |
| * | MFC rev. 1.637: | Konstantin Belousov | 2006-07-05 | 1 | -0/+1 |
| * | MFC: sys/kern/vfs_subr.c 1.671 | Pawel Jakub Dawidek | 2006-05-13 | 1 | -2/+0 |
| * | MFC rev 1.669. This is done only because the change has been tested for a | Scott Long | 2006-05-04 | 1 | -0/+3 |
| * | MFC Revs 1.664, 1.661, 1.660, 1.659, 1.658, 1.657 | Jeff Roberson | 2006-03-13 | 1 | -35/+62 |
| * | MFC: Eliminate a deadlock when creating snapshots. Blocking | Tor Egge | 2006-03-09 | 1 | -0/+2 |
| * | MFC: Don't try to show marker nodes. | Tor Egge | 2006-03-09 | 1 | -1/+1 |
| * | MFC: Add marker vnodes to ensure that all vnodes associated with the mount | Tor Egge | 2006-01-14 | 1 | -22/+17 |
| * | MFC changes from 2005.10.26: | Diomidis Spinellis | 2005-12-26 | 1 | -0/+17 |
| * | MFC: | Doug White | 2005-11-12 | 1 | -0/+4 |
| * | MFC r1.650: | Kris Kennaway | 2005-10-25 | 1 | -1/+2 |
| * | MFC snaplk deadlock fix | Don Lewis | 2005-10-04 | 1 | -1/+2 |
| * | MFC: | Poul-Henning Kamp | 2005-09-18 | 1 | -0/+27 |
| * | MFC: Break out of loop if next buffer pointer has become invalid while | Tor Egge | 2005-09-17 | 1 | -0/+15 |
| * | Merge vfs_subr.c:1.646 from HEAD to RELENG_6: | Robert Watson | 2005-09-15 | 1 | -1/+1 |
| * | MFC r1.643: | Suleiman Souhlal | 2005-09-03 | 1 | -1/+1 |
| * | MFC vfs_subr.c 1.636 and 1.642 | Don Lewis | 2005-09-03 | 1 | -7/+46 |
| * | Merge vfs_subr.c:1.641 from HEAD to RELENG_6: | Robert Watson | 2005-08-23 | 1 | -6/+16 |
| * | MFC r1.639: Do not drop the vnode interlock if vdropl is called on already | Alexander Kabaev | 2005-08-15 | 1 | -3/+1 |
| * | MFC: | Suleiman Souhlal | 2005-08-15 | 1 | -0/+2 |
| * | Fix one "wrong b_bufobj" panic in reassignbuf() by moving VI_UNLOCK(vp) | Pawel Jakub Dawidek | 2005-07-05 | 1 | -1/+1 |
| * | Fix the recent panics/LORs/hangs created by my kqueue commit by: | Suleiman Souhlal | 2005-07-01 | 1 | -23/+49 |
| * | - Try to catch the wrong bufobj panics a little earlier. I believe they | Jeff Roberson | 2005-06-18 | 1 | -0/+5 |
| * | - Change holdcnt use around vnode recycling. We now always keep a holdcnt | Jeff Roberson | 2005-06-16 | 1 | -202/+198 |
| * | - In reassignbuf() add many asserts to validate the head and tail pointers | Jeff Roberson | 2005-06-14 | 1 | -18/+29 |
| * | - Don't make vgonel() globally visible, we want to change its prototype | Jeff Roberson | 2005-06-13 | 1 | -36/+19 |
| * | - Add KTR_VFS events to vdestroy, vtruncbuf, vinvalbuf, vfreehead. | Jeff Roberson | 2005-06-13 | 1 | -0/+4 |
| * | - Assert that we're not in the name cache anymore in vdestroy(). | Jeff Roberson | 2005-06-11 | 1 | -0/+2 |
| * | - Add KTR_VFS tracing to track the life of vnodes. Eventually KTR_VFS | Jeff Roberson | 2005-06-11 | 1 | -1/+20 |
| * | Allow EVFILT_VNODE events to work on every filesystem type, not just | Suleiman Souhlal | 2005-06-09 | 1 | -1/+232 |
| * | - Clear OWEINACT prior to calling VOP_INACTIVE to remove the possibility | Jeff Roberson | 2005-06-07 | 1 | -1/+2 |
| * | If we are going to | Colin Percival | 2005-05-06 | 1 | -0/+3 |
| * | - A vnode may have made its way onto the free list while it was being | Jeff Roberson | 2005-05-03 | 1 | -0/+2 |
| * | Since it is not possible for curthread to be NULL in this context, | Christian S.J. Peron | 2005-05-02 | 1 | -4/+2 |
| * | - All buffers should either be clean or dirty. If neither of these flags | Jeff Roberson | 2005-05-01 | 1 | -0/+4 |
| * | - In vnlru_free() remove the vnode from the free list before we call | Jeff Roberson | 2005-04-30 | 1 | -33/+51 |
| * | - Don't vgonel() via vgone() or vrecycle() if the vnode is already doomed. | Jeff Roberson | 2005-04-27 | 1 | -1/+8 |
| * | - Stop setting vxthread, we've asserted that it was useless for several | Jeff Roberson | 2005-04-27 | 1 | -2/+0 |
| * | - Disable code which allows getnewvnode() to fail. Many ffs_vget() callers | Jeff Roberson | 2005-04-22 | 1 | -0/+2 |
| * | Initialize mountlist_mtx with an MTX_SYSINIT(), we need it to be ready | Poul-Henning Kamp | 2005-04-18 | 1 | -1/+0 |
| * | - Change vop_lookup_post assertions to reflect recent vfs_lookup changes. | Jeff Roberson | 2005-04-13 | 1 | -12/+2 |
| * | - Enable ASSERT_VOP_ELOCKED and assert_vop_elocked() now that vnode_if.awk | Jeff Roberson | 2005-04-11 | 1 | -1/+1 |
| * | - Change the VOP_LOCK UPGRADE in vput() to do a LK_NOWAIT to avoid a | Jeff Roberson | 2005-04-11 | 1 | -39/+43 |
| * | - Assert that the bufobj matches in flushbuflists. I still haven't gotten | Jeff Roberson | 2005-04-06 | 1 | -0/+3 |