]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern/vfs_cache.c
cache: tidy up handling of foo/bar lookups where foo is not a directory
[FreeBSD/FreeBSD.git] / sys / kern / vfs_cache.c
2021-01-26 Mateusz Guzikcache: tidy up handling of foo/bar lookups where foo...
2021-01-26 Mateusz Guzikcache: stop referring to removing entries as invalidati...
2021-01-26 Mateusz Guzikcache: convert cache_fplookup_parse to void now that...
2021-01-25 Mateusz Guzikcache: change ->v_cache_dd synchronisation rules
2021-01-25 Mateusz Guzikcache: make ->v_cache_dd accesses atomic-clean for...
2021-01-25 Mateusz Guzikcache: make ->nc_flag accesses atomic-clean for lockles...
2021-01-25 Mateusz Guzikcache: store vnodes in local vars in cache_zap_locked
2021-01-25 Mateusz Guzikcache: assorted cleanups
2021-01-25 Mateusz Guzikcache: track calls to cache_symlink_alloc with unsuppor...
2021-01-25 Philip Paepscontrib/tzdata: import tzdata 2021a
2021-01-23 Mateusz Guzikcache: add back target entry on rename
2021-01-23 Mateusz Guzikcache: add symlink support to lockless lookup
2021-01-20 Mateusz Guzikcache: augment sdt probe in cache_fplookup_dot
2021-01-20 Mateusz Guzikcache: whitespace nit in cache_fplookup_modifying
2021-01-19 Mateusz Guzikcache: fix some typos
2021-01-19 Mateusz Guzikcache: drop-write only var from cache_fplookup_preparse
2021-01-19 Mateusz Guzikcache: save a branch in cache_fplookup_next
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
2021-01-14 Simon J. GerratyMerge bmake-20210110
2021-01-14 Kyle Evanscontrib/lua: update to 5.4.2
2021-01-12 Mateusz Guzikvfs: extend vfs:namei:lookup:return probe with nameidata
2021-01-08 Mateusz Guzikcache: just assign ni_resflags = NIRES_ABS
2021-01-07 Mateusz Guzikcache: stop checkpointing cn_flags
2021-01-07 Mateusz Guzikcache: stop checkpointing cn_nameptr
2021-01-07 Mateusz Guzikcache: stop manipulating pathlen
2021-01-06 Mateusz Guzikcache: unengrish the comment in previous commit
2021-01-06 Mateusz Guzikcache: stop pre-checking seqc when starting the lookup
2021-01-06 Mateusz Guzikcache: skip checking for spurious slashes if possible
2021-01-06 Mateusz Guzikcache: combine fast path enabled status into one flag
2021-01-06 Mateusz Guzikcache: split handling of 0 and non-0 error codes
2021-01-06 Mateusz Guzikcache: deinline state handling
2021-01-06 Mateusz Guzikcache: stop setting cn_nameptr on entry as matches...
2021-01-03 Mateusz Guzikcache: drop the now spurious doomed check when crossing...
2021-01-03 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2021-01-03 Mateusz Guzikvfs: denote vnode being a mount point with VIRF_MOUNTPOINT
2021-01-03 Mateusz Guzikcache: stop checkpointing cn_namelen
2021-01-03 Mateusz Guzikcache: predict on no spurious slashes in cache_fpl_hand...
2021-01-03 Mateusz Guzikcache: postpone NAME_MAX check as it may be unnecessary
2021-01-03 Mateusz Guzikcache: remove spurious null check in sdt probe
2021-01-02 Toomas SoomeAdd 'contrib/pnglite/' from commit 'a70c2a23d0d84dfc63a...
2021-01-02 Toomas SoomeAdd 'contrib/terminus/' from commit 'cee3932f8c02a220d7...
2021-01-01 Mateusz Guzikcache: fold NCF_WHITE check into the rest
2021-01-01 Mateusz Guzikcache: call cache_fplookup_modifying in neg
2021-01-01 Mateusz Guzikcache: refactor cache_fpl_handle_root to fit the rest...
2021-01-01 Mateusz Guzikcache: refactor dot handling
2021-01-01 Mateusz Guzikcache: remove a branch from mount point checking
2021-01-01 Mateusz Guzikcache: support lockless lookup of degenerate paths
2021-01-01 Mateusz Guzikcache: save on branching when parsing the path by inser...
2021-01-01 Mateusz Guzikcache: hoist trailing slash and degenerate path handlin...
2020-12-30 Philip Paepscontrib/tzdata: import tzdata 2020f
2020-12-28 Mateusz Guzikcache: work around corner case of dvp == tvp in cache_f...
2020-12-28 Mateusz Guzikcache: reduce engrish in previous commit
2020-12-28 Mateusz Guzikcache: save on some branching in common case mount...
2020-12-28 Mateusz Guzikvfs: add FAILIFEXISTS flag
2020-12-28 Mateusz Guzikcache: simplify lockless dot lookups
2020-12-27 Martin Matuskacontrib/libarchive: Import libarchive 3.5.1
2020-12-27 Mateusz Guzikcache: modification and last entry filling support...
2020-12-27 Mateusz Guzikcache: assert internal flags are not passed by namei
2020-12-27 Mateusz GuzikRevert "cache: modification and last entry filling...
2020-12-27 Mateusz Guzikcache: modification and last entry filling support...
2020-12-25 Conrad Meyersys/contrib/zstd: Import zstd 1.4.8
2020-12-25 Philip Paepscontrib/tzdata: import tzdata 2020e
2020-12-23 Mateusz Guzikcache: fix up cache_hold_vnode comment
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...
next