summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* EN-16:17: virtual memory issues.glebius2016-10-251-1/+7
* In preparation for 10.3-RELEASE, temporarily revert the MFC of r291244marius2016-02-231-242/+80
* Hide the "unmount of /dev failed (BUSY)" warning at shutdown or reboot,trasz2016-01-121-1/+1
* MFC r287107:trasz2016-01-121-28/+29
* MFC of 291244, 291380, 291459, 291460, 291671, and 291743:mckusick2015-12-301-124/+351
* MFC r291379:kib2015-12-041-5/+11
* MFC r273118 (by mjg)smh2015-11-051-3/+6
* MFC r287033:trasz2015-10-181-4/+0
* MFC r286281:trasz2015-10-181-1/+1
* MFC r288276:markj2015-09-301-2/+2
* MFC of 281677:mckusick2015-09-221-2/+19
* MFC r285384:kib2015-08-071-3/+3
* MFC r284495:kib2015-07-011-19/+27
* MFC r283602:kib2015-06-101-1/+2
* MFC: r281562rmacklem2015-04-301-0/+1
* MFC 278760:jhb2015-03-311-1/+13
* MFC 277712:jhb2015-03-101-1/+1
* MFC r279362:kib2015-03-061-0/+1
* MFC r278891:ngie2015-03-011-0/+1
* MFC r275743:kib2014-12-201-10/+24
* MFC r275620:kib2014-12-151-2/+21
* MFC r269457:kib2014-08-171-10/+21
* MFC r269244:kib2014-08-051-16/+25
* MFC r267392:mav2014-06-221-0/+30
* MFC r267362:mav2014-06-221-4/+1
* MFC r267232, r267239:mav2014-06-221-9/+11
* Do not flush buffers when the v_object of the passed vnode does notkib2013-10-091-0/+2
* When printing the vnode information from ddb, print the lengths of thekib2013-10-011-2/+5
* For vunref(), try to upgrade the vnode lock if the function was calledkib2013-09-291-2/+4
* Acquire a hold reference on the vnode when a knote is instantiated.kib2013-09-261-0/+2
* In r114945 the line 'nmp = TAILQ_NEXT(mp, mnt_list);' was duplicated.pjd2013-08-171-6/+3
* When creation of the v_pollinfo raced and our instance of vpollinfokib2013-07-281-4/+11
* Clear the vnode knotes before destroying vpollinfo.kib2013-07-171-0/+2
* Be more generous when donating the current thread time to the owner ofkib2013-06-031-1/+1
* - Convert the bufobj lock to rwlock.jeff2013-05-311-21/+11
* - Add a new general purpose path-compressed radix trie which can be usedjeff2013-05-121-112/+55
* - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). Thekib2013-05-111-7/+18
* Add option WITNESS_NO_VNODE to suppress printing LORs between VNODEmarcel2013-05-091-1/+1
* Add missing vdrop() in error case.mdf2013-05-041-0/+1
* Allow the vnode to be unlocked for the weird case ofrmacklem2013-04-161-1/+1
* Prepare to replace the buf splay with a trie:jeff2013-04-061-19/+9
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-10/+10
* Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
* Add a trivial comment to record the proper commit log for r245407:kib2013-01-141-0/+1
* diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.ckib2013-01-141-0/+13
* Fixup r244240: mp_ncpus will be 1 also in the !SMP and smp_disabled=1attilio2012-12-261-8/+1
* Fixup r218424: uio_yield() was scaling directly to userland priority.attilio2012-12-211-4/+4
* When mnt_vnode_next_active iterator cannot lock the next vnode andkib2012-12-151-55/+51
* Do not yield while owning a mutex. The Giant reacquire in thekib2012-12-101-16/+18
* The vnode_free_list_mtx is required unconditionally when iteratingkib2012-12-031-4/+28
OpenPOWER on IntegriCloud