aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Plug a name cache lock leak.Mark Johnston2017-12-011-0/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* namecache: bump numcache after dropping all locksMateusz Guzik2017-11-051-2/+3
* namecache: wlock buckets in cache_lookup_nomakeentryMateusz Guzik2017-11-051-3/+25
* namecache: skip locking in cache_lookup_nomakeentry if there is no entryMateusz Guzik2017-11-051-4/+8
* namecache: skip locking in cache_purge_negative if there are no entriesMateusz Guzik2017-11-051-0/+2
* namecache: fix .. check broken after r324378Mateusz Guzik2017-11-011-2/+4
* namecache: ncnegfactor 16 -> 12Mateusz Guzik2017-11-011-1/+1
* namecache: factor out ~MAKEENTRY lookups from the common pathMateusz Guzik2017-10-061-72/+119
* Use UMA_ALIGNOF() for name cache UMA zones.John Baldwin2017-09-271-4/+8
* namecache: clean up struct namecache_ts handlingMateusz Guzik2017-09-101-75/+64
* namecache: fold the unlock label into the only consumerMateusz Guzik2017-09-081-5/+2
* namecache: factor out dot lookup into a dedicated functionMateusz Guzik2017-09-081-30/+38
* cache: stop holding the ncneg_hot lock across purgingMateusz Guzik2017-05-041-5/+2
* Regen after r316594.Brooks Davis2017-04-061-2/+2
* cache: use vrefact for '.' lookups and refing the rdir in fullpathMateusz Guzik2017-01-301-2/+2
* cache: annotate with __read_mostly and __exclusive_cache_lineMateusz Guzik2017-01-271-25/+24
* cache: sprinkle __predict_falseMateusz Guzik2016-12-291-10/+10
* cache: move shrink lock init to nchinitMateusz Guzik2016-12-291-2/+2
* cache: depessimize hashing macros/inlinesMateusz Guzik2016-12-291-12/+16
* cache: drop the NULL check from VP2VNODELOCKMateusz Guzik2016-12-291-7/+2
* vfs: use vrefact in getcwd and fchdirMateusz Guzik2016-12-121-2/+2
* cache: ensure that the number of bucket locks does not exceed hash sizeMateusz Guzik2016-11-231-1/+7
* cache: plug a write-only variable in cache_negative_zap_oneMateusz Guzik2016-11-151-2/+1
* cache: fix a race between entry removal and demotionMateusz Guzik2016-11-151-7/+7
* vn_fullpath1() checked VV_ROOT and then unreferencedKonstantin Belousov2016-11-071-5/+23
* cache: fix up a corner case in r307650Mateusz Guzik2016-10-201-0/+2
* cache: split negative entry LRU into multiple listsMateusz Guzik2016-10-191-63/+244
* Limit scope of the optimization in r306608 to dounmount() caller only.Konstantin Belousov2016-10-071-2/+2
* cache: ignore purgevfs requests for filesystems with few vnodesMateusz Guzik2016-10-031-0/+6
* cache: get rid of the global lockMateusz Guzik2016-09-231-235/+738
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* cache: improve scalability by introducing bucket locksMateusz Guzik2016-09-101-60/+208
* cache: defer freeing entries until after the global lock is droppedMateusz Guzik2016-09-041-26/+65
* cache: manage negative entry list with a dedicated lockMateusz Guzik2016-09-041-6/+19
* cache: put all negative entry management code into dedicated functionsMateusz Guzik2016-09-041-22/+51
* sys/kern: spelling fixes in comments.Pedro F. Giffuni2016-04-291-2/+2
* Provide more correct sizing of the KVA consumed by a vnode, used byKonstantin Belousov2016-02-241-1/+1
* cache: minor changesMateusz Guzik2016-01-211-28/+20
* cache: perform . lockup without the namecache lockMateusz Guzik2016-01-211-28/+24
* cache: provide a helper for computing the hashMateusz Guzik2016-01-211-8/+14
* cache: use counter(9) API to maintain statisticsMateusz Guzik2016-01-211-61/+80
* cache: ansify functions and fix some style issuesMateusz Guzik2016-01-071-38/+17
* Fix style issues around existing SDT probes.Mark Johnston2015-12-161-2/+0
* save some bytes by using more concise SDT_PROBE<n> instead of SDT_PROBEAndriy Gapon2015-09-281-45/+40
* Track changes to kern.maxvnodes and appropriately increase or decreaseKirk McKusick2015-09-061-0/+44
* vfs: implement v_holdcnt/v_usecount manipulation using atomic opsMateusz Guzik2015-07-161-4/+4
* Modify kern___getcwd() to take max pathlen limit as an additionalEdward Tomasz Napierala2015-04-211-4/+6
* More accurately collect name-cache statistics in sysctl functionsKirk McKusick2015-04-181-20/+16
* Indeed, instead of hiding the kern___getcwd() bug by bogus castDmitry Chagin2015-01-041-9/+1