summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Take first active vnode correctly.davidxu2012-11-271-1/+1
* assert_vop_locked: make the assertion race-free and more efficientavg2012-11-241-3/+6
* remove vop_lookup_pre and vop_lookup_postavg2012-11-221-10/+0
* insmntque() is always called with the lock held in exclusive mode,attilio2012-11-191-16/+8
* assert_vop_locked should treat LK_EXCLOTHER as the not locked caseavg2012-11-191-1/+2
* vnode_if: fix locking protocol description for lookup and cachedlookupavg2012-11-191-24/+0
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-1/+0
* A clarification to the behaviour of the active vnode list managementkib2012-11-051-0/+3
* Add decoding of the missed MNT_KERN_ flags to ddb "show mount" command.kib2012-11-041-0/+5
OpenPOWER on IntegriCloud