| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r287107: | trasz | 2016-01-12 | 1 | -28/+29 |
* | MFC of 291244, 291380, 291459, 291460, 291671, and 291743: | mckusick | 2015-12-30 | 1 | -124/+351 |
* | MFC r291379: | kib | 2015-12-04 | 1 | -5/+11 |
* | MFC r273118 (by mjg) | smh | 2015-11-05 | 1 | -3/+6 |
* | MFC r287033: | trasz | 2015-10-18 | 1 | -4/+0 |
* | MFC r286281: | trasz | 2015-10-18 | 1 | -1/+1 |
* | MFC r288276: | markj | 2015-09-30 | 1 | -2/+2 |
* | MFC of 281677: | mckusick | 2015-09-22 | 1 | -2/+19 |
* | MFC r285384: | kib | 2015-08-07 | 1 | -3/+3 |
* | MFC r284495: | kib | 2015-07-01 | 1 | -19/+27 |
* | MFC r283602: | kib | 2015-06-10 | 1 | -1/+2 |
* | MFC: r281562 | rmacklem | 2015-04-30 | 1 | -0/+1 |
* | MFC 278760: | jhb | 2015-03-31 | 1 | -1/+13 |
* | MFC 277712: | jhb | 2015-03-10 | 1 | -1/+1 |
* | MFC r279362: | kib | 2015-03-06 | 1 | -0/+1 |
* | MFC r278891: | ngie | 2015-03-01 | 1 | -0/+1 |
* | MFC r275743: | kib | 2014-12-20 | 1 | -10/+24 |
* | MFC r275620: | kib | 2014-12-15 | 1 | -2/+21 |
* | MFC r269457: | kib | 2014-08-17 | 1 | -10/+21 |
* | MFC r269244: | kib | 2014-08-05 | 1 | -16/+25 |
* | MFC r267392: | mav | 2014-06-22 | 1 | -0/+30 |
* | MFC r267362: | mav | 2014-06-22 | 1 | -4/+1 |
* | MFC r267232, r267239: | mav | 2014-06-22 | 1 | -9/+11 |
* | Do not flush buffers when the v_object of the passed vnode does not | kib | 2013-10-09 | 1 | -0/+2 |
* | When printing the vnode information from ddb, print the lengths of the | kib | 2013-10-01 | 1 | -2/+5 |
* | For vunref(), try to upgrade the vnode lock if the function was called | kib | 2013-09-29 | 1 | -2/+4 |
* | Acquire a hold reference on the vnode when a knote is instantiated. | kib | 2013-09-26 | 1 | -0/+2 |
* | In r114945 the line 'nmp = TAILQ_NEXT(mp, mnt_list);' was duplicated. | pjd | 2013-08-17 | 1 | -6/+3 |
* | When creation of the v_pollinfo raced and our instance of vpollinfo | kib | 2013-07-28 | 1 | -4/+11 |
* | Clear the vnode knotes before destroying vpollinfo. | kib | 2013-07-17 | 1 | -0/+2 |
* | Be more generous when donating the current thread time to the owner of | kib | 2013-06-03 | 1 | -1/+1 |
* | - Convert the bufobj lock to rwlock. | jeff | 2013-05-31 | 1 | -21/+11 |
* | - Add a new general purpose path-compressed radix trie which can be used | jeff | 2013-05-12 | 1 | -112/+55 |
* | - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). The | kib | 2013-05-11 | 1 | -7/+18 |
* | Add option WITNESS_NO_VNODE to suppress printing LORs between VNODE | marcel | 2013-05-09 | 1 | -1/+1 |
* | Add missing vdrop() in error case. | mdf | 2013-05-04 | 1 | -0/+1 |
* | Allow the vnode to be unlocked for the weird case of | rmacklem | 2013-04-16 | 1 | -1/+1 |
* | Prepare to replace the buf splay with a trie: | jeff | 2013-04-06 | 1 | -19/+9 |
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -10/+10 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -0/+1 |
* | Add a trivial comment to record the proper commit log for r245407: | kib | 2013-01-14 | 1 | -0/+1 |
* | diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c | kib | 2013-01-14 | 1 | -0/+13 |
* | Fixup r244240: mp_ncpus will be 1 also in the !SMP and smp_disabled=1 | attilio | 2012-12-26 | 1 | -8/+1 |
* | Fixup r218424: uio_yield() was scaling directly to userland priority. | attilio | 2012-12-21 | 1 | -4/+4 |
* | When mnt_vnode_next_active iterator cannot lock the next vnode and | kib | 2012-12-15 | 1 | -55/+51 |
* | Do not yield while owning a mutex. The Giant reacquire in the | kib | 2012-12-10 | 1 | -16/+18 |
* | The vnode_free_list_mtx is required unconditionally when iterating | kib | 2012-12-03 | 1 | -4/+28 |
* | Take first active vnode correctly. | davidxu | 2012-11-27 | 1 | -1/+1 |
* | assert_vop_locked: make the assertion race-free and more efficient | avg | 2012-11-24 | 1 | -3/+6 |
* | remove vop_lookup_pre and vop_lookup_post | avg | 2012-11-22 | 1 | -10/+0 |