]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern/vfs_cache.c
sysctl(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / sys / kern / vfs_cache.c
2020-12-18 Xin LIMFV r368746:
2020-12-13 Mateusz Guzikcache: fix ups bad predicts
2020-12-13 Martin MatuskaMFV r368607:
2020-12-11 Ryan Libbycache_fplookup: quiet gcc -Wreturn-type
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 Martin MatuskaMFV r368207:
2020-11-26 Stefan EßerUpdate to version 3.2.0
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 Mateusz Guzikvfs: group mount per-cpu vars into one struct
2020-11-07 Simon J. GerratyUpdate to bmake-20201101
2020-10-30 Mateusz Guzikcache: add cache_vop_mkdir and rename cache_rename...
2020-10-27 Cy SchubertMFV r367082:
2020-10-26 Mateusz Guzikcache: add missing NIRES_ABS handling
2020-10-24 Xin LIMFV r366990: less v563.
2020-10-24 Mateusz Guzikcache: assorted typo fixes
2020-10-24 Mateusz Guzikcache: add the missing NC_NOMAKEENTRY and NC_KEEPPOSENT...
2020-10-24 Mateusz Guzikcache: batch updates to numcache in case of mass removal
2020-10-24 Mateusz Guzikcache: refactor alloc/free
2020-10-24 Mateusz Guzikcache: fold branch prediction into cache_ncp_canuse
2020-10-24 Mateusz Guzikcache: fix some typos
2020-10-24 Mateusz Guzikcache: drop write-only vars
2020-10-23 Mateusz Guzikcache: reduce memory waste in struct namecache
2020-10-22 Mateusz Guzikvfs: prevent avoidable evictions on mkdir of existing...
2020-10-22 Mateusz Guzikcache: assert the created entry does not point to itself
2020-10-22 Philip PaepsImport tzdata 2020c
2020-10-21 Mateusz Guzikcache: drop the spurious slash_prefixed argument
2020-10-20 Mateusz Guzikvfs: drop spurious cred argument from VOP_VPTOCNP
2020-10-19 Mateusz Guzikcache: promote negative entries based on more than...
2020-10-19 Mateusz Guzikcache: refactor negative promotion/demotion handling
2020-10-17 Mateusz Guzikcache: shorten names of debug stats
2020-10-17 Mateusz Guzikcache: don't automatically evict negative entries if...
2020-10-17 Mateusz Guzikcache: erwork sysctl vfs.cache tree
2020-10-17 Mateusz Guzikcache: factor negative lookup out of cache_fplookup_next
2020-10-17 Mateusz Guzikcache: avoid smr in cache_neg_evict in favoro of the...
2020-10-17 Mateusz Guzikcache: rework parts of negative entry management
2020-10-17 Mateusz Guzikcache: remove entries before trying to add new ones...
2020-10-17 Matt MacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-17 Philip PaepsImport tzdata 2020c
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 Mateusz Guzikcache: flip inverted condition in previous
2020-10-16 Mateusz Guzikcache: support negative entry promotion in slowpath smr
2020-10-16 Mateusz Guzikcache: elide vhold/vdrop around promoting negative...
2020-10-16 Mateusz Guzikcache: dedup code for negative promotion
2020-10-16 Mateusz Guzikcache: neglist -> nl; negstate -> ns
2020-10-15 Mateusz Guzikcache: split hotlist between existing negative lists
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 Mateusz Guzikvfs: support lockless dirfd lookups
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
2020-10-05 Mateusz Guzikcache: fix pwd use-after-free in setting up fallback
2020-10-03 Jakub Wojciech KlamaImport lib9p 9d5aee77bcc1bf0e79b0a3bfefff5fdf2146283c.
2020-10-02 Mateusz Guzikcache: update the commentary for path parsing
2020-10-01 Matt MacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-10-01 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-01 Stefan EßerUpgrade to version 3.1.6
2020-10-01 Mateusz Guzikcache: properly report ENOTDIR on foo/bar lookups where...
2020-10-01 Baptiste DaroussinUpdate nvi to 2.2.0-05ed8b9
2020-09-30 Mateusz Guzikcache: push the lock into cache_purge_impl
2020-09-30 Mateusz Guzikcache: use cache_has_entries where appropriate instead...
2020-09-24 Mateusz Guzikcache: eliminate cache_zap_locked_vnode
2020-09-23 Mateusz Guzikcache: drop the force flag from purgevfs
2020-09-23 Mateusz Guzikcache: reimplement purgevfs to iterate vnodes instead...
2020-09-23 Mateusz Guzikcache: clean up atomic ops on numneg and numcache
2020-09-22 Jung-uk KimMerge OpenSSL 1.1.1h.
2020-09-18 Matt MacyMFV 2.0-rc2
2020-09-16 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-09-11 Kyle EvansMFV r365636: libarchive: import fix for WARNS=6 builds...
2020-09-10 Kyle EvansMFV r365599: import fix for a libexecinfo warning at...
2020-09-09 Baptiste DaroussinUpdate nvi to 2.2.0
2020-09-08 Mateusz Guzikcache: drop write-only tvp_seqc vars
2020-09-05 Simon J. GerratyUpdate to bmake-20200902
2020-09-04 Matt MacyZFS: MFV 2.0-rc1-gfd20a8
2020-08-28 Matt MacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 Glen BarberMFH
2020-08-27 Mateusz Guzikcache: don't update timestmaps on found entry
2020-08-27 Mateusz Guzikcache: assorted clean ups
2020-08-27 Mateusz Guzikcache: ncp = NULL early to account for sdt probes in...
2020-08-26 Mateusz Guzikcache: relock on failure in cache_zap_locked_vnode
2020-08-26 Mateusz Guzikcache: stop null checking in cache_free
2020-08-26 Mateusz Guzikcache: make it mandatory to request both timestamps...
2020-08-26 Mateusz Guzikcache: convert bucketlocks to a mutex
2020-08-26 Mateusz Guzikcache: only evict negative entries on CREATE when ISLAS...
2020-08-26 Mateusz Guzikcache: decouple smr and locked lookup in the slowpath
2020-08-26 Mateusz Guzikcache: factor dotdot lookup out of cache_lookup
2020-08-24 Matt MacyInitial import from vendor-sys branch of openzfs
2020-08-24 Mateusz Guzikcache: remove leftover assert in vn_fullpath_any_smr
2020-08-24 Cy SchubertMFV 364468:
2020-08-24 Cy SchubertMFV 364467:
2020-08-24 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-24 Mateusz Guzikcache: lockless reverse lookup
2020-08-24 Mateusz Guzikcache: drop the always curthread argument from reverse...
next