aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_cache.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-1/+1
* vn_path_to_global_path: update comment.Sergey Kandaurov2014-08-031-1/+1
* Fix accounting for the negative cache entries when reusing v_cache_dd.Konstantin Belousov2013-12-271-4/+10
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2013-11-261-15/+15
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-1/+0
* namecache sdt: freebsd doesn't support structured characters yetAndriy Gapon2013-07-091-2/+2
* When renaming a directory from one parent directory to another,Kirk McKusick2013-03-201-0/+22
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-37/+6
* Post r230394, the Lookup RPC counts for both NFS clients increasedRick Macklem2012-03-031-5/+41
* o Reduce chances for integer overflow.Maxim Konovalov2012-02-251-2/+2
* Rename cache_lookup_times() to cache_lookup() and retire the old API andJohn Baldwin2012-02-061-12/+2
* Fix remaining calls to cache_enter() in both NFS clients to provideKonstantin Belousov2012-01-251-9/+5
* Apparently, both nfs clients do not use cache_enter_time()Konstantin Belousov2012-01-231-29/+23