]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern/vfs_cache.c
cache: drop the always curthread argument from reverse lookup routines
[FreeBSD/FreeBSD.git] / sys / kern / vfs_cache.c
2020-08-24 mjgcache: drop the always curthread argument from reverse...
2020-08-24 mjgcache: perform reverse lookup using v_cache_dd if possible
2020-08-24 mjgcache: populate v_cache_dd for non-VDIR entries
2020-08-22 mjgcache: stronger vnode asserts in cache_enter_time
2020-08-22 mjgvfs: add a work around for vp_crossmp bug to realpath
2020-08-20 mjgcache: don't use cache_purge_negative when renaming
2020-08-20 mjgcache: add cache_rename, a dedicated helper to use...
2020-08-20 mjgcache: reimplement cache_lookup_nomakeentry as cache_re...
2020-08-19 mjgcache: when adding an already existing entry assert...
2020-08-19 mjgcache: tidy up the comment above cache_prehash
2020-08-16 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-16 mjgcache: add NOCAPCHECK to the list of supported flags...
2020-08-16 dimMerge ^/head r364264 through r364278.
2020-08-16 mjgvfs: use namei_zone for getcwd allocations
2020-08-10 dimMerge ^/head r364051 through r364081.
2020-08-10 mjgcache: let SAVESTART passthrough
2020-08-10 mjgcache: resize struct namecache to a multiply of alignment
2020-08-10 mjgcache: remove unused variables from cache_fplookup_parse
2020-08-10 mjgvfs: clean MNTK_FPLOOKUP if MNT_UNION is set
2020-08-10 mjgcache: strlcpy -> memcpy
2020-08-10 mjgvfs: partially support file create/delete/rename in...
2020-08-10 mjgvfs: drop the thread argumemnt from vfs_fplookup_vexec
2020-08-06 dimMerge ^/head r363739 through r363986.
2020-08-06 mjgcache: add more predicts for failing conditions
2020-08-06 mjgcache: plug unititalized variable use
2020-08-05 mjgcache: don't ignore size passed to nchinittbl
2020-08-05 mjgcache: convert the hash from LIST to SLIST
2020-08-05 mjgcache: reduce zone alignment to 8 bytes
2020-08-05 mjgcache: convert ncnegnash into a macro
2020-08-05 mjgcache: cleanup lockless entry point
2020-08-05 mjgcache: stop messing with cn_lkflags
2020-08-05 mjgcache: stop messing with cn_flags
2020-08-04 mjgvfs: support lockless dotdot lookup
2020-08-04 mjgcache: add NCF_WIP flag
2020-08-04 mjgcache: add cache_purge_vgone
2020-08-04 mjgcache: factor away failed vexec handling
2020-08-04 mjgcache: assorted tidy ups
2020-08-04 mjgcache: factor away lockless dot lookup and add missing...
2020-08-04 mjgvfs: add vfs_op_thread_enter/exit _crit variants
2020-08-04 mjgcache: add missing numcache detrement on insertion...
2020-08-04 manuImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-03 seUpgrade to version 3.1.4
2020-08-02 mjgvfs: store precomputed namecache hash in the vnode
2020-08-02 mjgvfs: move namecache initialisation into cache_vnode_init
2020-08-01 mjgcache: reshuffle struct cache_fpl and nameidata_saved
2020-08-01 mjgcache: mark climb_mount as __noinline
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 dimMerge ^/head r363583 through r363738.
2020-07-30 cemImport PCG-C into sys/contrib
2020-07-30 mjgcache: drop the useless numchecks counter
2020-07-30 mjgvfs: add support for WANTPARENT and LOCKPARENT to lockl...
2020-07-30 mjgvfs: support negative entry promotion in lockless lookup
2020-07-30 mjgvfs: add NOMACCHECK and AUDITVNODE2 to lockless lookup
2020-07-25 mjgvfs: add support for !LOCKLEAF to lockless lookup
2020-07-25 mjgvfs: lockless lookup
2020-07-15 gshapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-14 mjgcache: make negative shrinker round robin on all lists...
2020-07-14 mjgcache: remove numcalls
2020-07-14 mjgcache: count dropped entries
2020-07-14 mjgcache: remove neg_locked argument from cache_zap_locked
2020-07-14 mjgcache: remove a useless argument from cache_negative_insert
2020-07-14 mjgcache: create a dedicate struct for negative entries
2020-07-14 jkimMFV: r362513
2020-07-08 sjgUpdate to bmake-20200704
2020-07-07 seUpdate to version 3.1.1
2020-07-02 mjgcache: add missing call to cache_ncp_invalid for negati...
2020-07-02 mjgcache: fix misplaced fence in cache_ncp_invalidate
2020-07-01 mjgcache: lockless forward lookup with smr
2020-06-28 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-25 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-20 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-18 jkimMFV: r362286
2020-06-17 andrewUpdate opencsd to 0.14.2
2020-06-17 delphijMFV r362254: file 5.39.
2020-06-16 andrewRe-add opencsd as a vendor import from the dist directory
2020-06-05 manudts: Update our copy to be in sync with Linux 5.7
2020-06-01 dimUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 dimUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-05-31 dimUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-23 cemUpdate to Zstandard 1.4.5
2020-05-21 cyMFV r361322:
2020-05-20 sjgMerge bmake-20200517
2020-05-20 mmMFV r361280:
2020-05-14 jceelImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-04-21 jkimMerge OpenSSL 1.1.1g.
2020-04-14 manudts: Import DTS from Linux 5.6
2020-04-02 dimMerge once more from ^/vendor/llvm-project/release...
2020-04-01 hartiMerge release 1.14 of bsnmp.
2020-03-23 brooksImport the kyua test framework.
2020-03-23 brooksAdd liblutok a lightweight C++ API for lua.
2020-03-18 jkimMerge OpenSSL 1.1.1e.
2020-03-07 dimMerge ^/head r358712 through r358730.
2020-03-06 markjUse COUNTER_U64_DEFINE_EARLY() in places where it simpl...
2020-03-05 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-03-05 dimMerge ^/head r358466 through r358677.
2020-03-04 cyMFV r358616:
2020-03-02 mmMFV r358511,r358532:
2020-03-01 mjgfd: move vnodes out of filedesc into a dedicated structure
2020-02-28 manudts: Update our copy for arm, arm64 and riscv dts to...
next