]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern/vfs_cache.c
THIS BRANCH IS OBSOLETE, PLEASE READ:
[FreeBSD/FreeBSD.git] / sys / kern / vfs_cache.c
2020-12-18 Xin LIMFV r368746:
2020-12-13 mjgcache: fix ups bad predicts
2020-12-13 Mateusz Guzikcache: fix ups bad predicts
2020-12-13 Martin MatuskaMFV r368607:
2020-12-11 rlibbycache_fplookup: quiet gcc -Wreturn-type
2020-12-11 Ryan Libbycache_fplookup: quiet gcc -Wreturn-type
2020-12-09 cyMFV r368464:
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-01 mmMFV r368207:
2020-12-01 Martin MatuskaMFV r368207:
2020-11-26 seUpdate to version 3.2.0
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-20 sjgMerge bmake-20201117
2020-11-20 Simon J. GerratyMerge bmake-20201117
2020-11-19 Dag-Erling SmørgravMerge upstream r948: fix race condition in openpam_ttyc...
2020-11-18 Marcin WojtasAdjust ENA driver files to latest ena-com changes
2020-11-18 Marcin WojtasFix completion descriptors alignment for the ENA
2020-11-13 Jung-uk KimMFV: r367652
2020-11-09 mjgvfs: group mount per-cpu vars into one struct
2020-11-09 Mateusz Guzikvfs: group mount per-cpu vars into one struct
2020-11-07 sjgUpdate to bmake-20201101
2020-11-07 Simon J. GerratyUpdate to bmake-20201101
2020-10-30 mjgcache: add cache_vop_mkdir and rename cache_rename...
2020-10-30 Mateusz Guzikcache: add cache_vop_mkdir and rename cache_rename...
2020-10-27 Cy SchubertMFV r367082:
2020-10-26 mjgcache: add missing NIRES_ABS handling
2020-10-26 Mateusz Guzikcache: add missing NIRES_ABS handling
2020-10-24 Xin LIMFV r366990: less v563.
2020-10-24 mjgcache: assorted typo fixes
2020-10-24 Mateusz Guzikcache: assorted typo fixes
2020-10-24 mjgcache: add the missing NC_NOMAKEENTRY and NC_KEEPPOSENT...
2020-10-24 Mateusz Guzikcache: add the missing NC_NOMAKEENTRY and NC_KEEPPOSENT...
2020-10-24 mjgcache: batch updates to numcache in case of mass removal
2020-10-24 Mateusz Guzikcache: batch updates to numcache in case of mass removal
2020-10-24 mjgcache: refactor alloc/free
2020-10-24 Mateusz Guzikcache: refactor alloc/free
2020-10-24 mjgcache: fold branch prediction into cache_ncp_canuse
2020-10-24 Mateusz Guzikcache: fold branch prediction into cache_ncp_canuse
2020-10-24 mjgcache: fix some typos
2020-10-24 Mateusz Guzikcache: fix some typos
2020-10-24 mjgcache: drop write-only vars
2020-10-24 Mateusz Guzikcache: drop write-only vars
2020-10-23 mjgcache: reduce memory waste in struct namecache
2020-10-23 Mateusz Guzikcache: reduce memory waste in struct namecache
2020-10-22 mjgvfs: prevent avoidable evictions on mkdir of existing...
2020-10-22 Mateusz Guzikvfs: prevent avoidable evictions on mkdir of existing...
2020-10-22 mjgcache: assert the created entry does not point to itself
2020-10-22 Mateusz Guzikcache: assert the created entry does not point to itself
2020-10-22 Philip PaepsImport tzdata 2020c
2020-10-21 mjgcache: drop the spurious slash_prefixed argument
2020-10-21 Mateusz Guzikcache: drop the spurious slash_prefixed argument
2020-10-20 mjgvfs: drop spurious cred argument from VOP_VPTOCNP
2020-10-20 Mateusz Guzikvfs: drop spurious cred argument from VOP_VPTOCNP
2020-10-19 mjgcache: promote negative entries based on more than...
2020-10-19 Mateusz Guzikcache: promote negative entries based on more than...
2020-10-19 mjgcache: refactor negative promotion/demotion handling
2020-10-19 Mateusz Guzikcache: refactor negative promotion/demotion handling
2020-10-17 mjgcache: shorten names of debug stats
2020-10-17 Mateusz Guzikcache: shorten names of debug stats
2020-10-17 mjgcache: don't automatically evict negative entries if...
2020-10-17 Mateusz Guzikcache: don't automatically evict negative entries if...
2020-10-17 mjgcache: erwork sysctl vfs.cache tree
2020-10-17 Mateusz Guzikcache: erwork sysctl vfs.cache tree
2020-10-17 mjgcache: factor negative lookup out of cache_fplookup_next
2020-10-17 Mateusz Guzikcache: factor negative lookup out of cache_fplookup_next
2020-10-17 mjgcache: avoid smr in cache_neg_evict in favoro of the...
2020-10-17 Mateusz Guzikcache: avoid smr in cache_neg_evict in favoro of the...
2020-10-17 mjgcache: rework parts of negative entry management
2020-10-17 Mateusz Guzikcache: rework parts of negative entry management
2020-10-17 mjgcache: remove entries before trying to add new ones...
2020-10-17 Mateusz Guzikcache: remove entries before trying to add new ones...
2020-10-17 mmacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-17 Matt MacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-17 Philip PaepsImport tzdata 2020c
2020-10-17 mjgcache: add a probe reporting addition of duplicate...
2020-10-17 Mateusz Guzikcache: add a probe reporting addition of duplicate...
2020-10-16 Kyle EvansMFC r366760: lua: update to 5.3.6
2020-10-16 mjgcache: flip inverted condition in previous
2020-10-16 Mateusz Guzikcache: flip inverted condition in previous
2020-10-16 mjgcache: support negative entry promotion in slowpath smr
2020-10-16 Mateusz Guzikcache: support negative entry promotion in slowpath smr
2020-10-16 mjgcache: elide vhold/vdrop around promoting negative...
2020-10-16 Mateusz Guzikcache: elide vhold/vdrop around promoting negative...
2020-10-16 mjgcache: dedup code for negative promotion
2020-10-16 Mateusz Guzikcache: dedup code for negative promotion
2020-10-16 mjgcache: neglist -> nl; negstate -> ns
2020-10-16 Mateusz Guzikcache: neglist -> nl; negstate -> ns
2020-10-15 mjgcache: split hotlist between existing negative lists
2020-10-15 Mateusz Guzikcache: split hotlist between existing negative lists
2020-10-15 mjgcache: make neglist an array given the static size
2020-10-15 Mateusz Guzikcache: make neglist an array given the static size
2020-10-12 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-10 mjgvfs: support lockless dirfd lookups
2020-10-10 Mateusz Guzikvfs: support lockless dirfd lookups
2020-10-09 mjgcache: fix vexec panic when racing against vgone
2020-10-09 Mateusz Guzikcache: fix vexec panic when racing against vgone
2020-10-09 Jung-uk KimMFV: r366539
2020-10-08 Philip PaepsImport tzdata 2020b
next