]> 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-08-24 Mateusz Guzikcache: perform reverse lookup using v_cache_dd if possible
2020-08-24 Mateusz Guzikcache: populate v_cache_dd for non-VDIR entries
2020-08-22 Mateusz Guzikcache: stronger vnode asserts in cache_enter_time
2020-08-22 Mateusz Guzikvfs: add a work around for vp_crossmp bug to realpath
2020-08-20 Mateusz Guzikcache: don't use cache_purge_negative when renaming
2020-08-20 Mateusz Guzikcache: add cache_rename, a dedicated helper to use...
2020-08-20 Mateusz Guzikcache: reimplement cache_lookup_nomakeentry as cache_re...
2020-08-19 Mateusz Guzikcache: when adding an already existing entry assert...
2020-08-19 Mateusz Guzikcache: tidy up the comment above cache_prehash
2020-08-16 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-16 Mateusz Guzikcache: add NOCAPCHECK to the list of supported flags...
2020-08-16 Dimitry AndricMerge ^/head r364264 through r364278.
2020-08-16 Mateusz Guzikvfs: use namei_zone for getcwd allocations
2020-08-15 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-12 Glen BarberMFH
2020-08-10 Dimitry AndricMerge ^/head r364051 through r364081.
2020-08-10 Mateusz Guzikcache: let SAVESTART passthrough
2020-08-10 Mateusz Guzikcache: resize struct namecache to a multiply of alignment
2020-08-10 Mateusz Guzikcache: remove unused variables from cache_fplookup_parse
2020-08-10 Mateusz Guzikvfs: clean MNTK_FPLOOKUP if MNT_UNION is set
2020-08-10 Mateusz Guzikcache: strlcpy -> memcpy
2020-08-10 Mateusz Guzikvfs: partially support file create/delete/rename in...
2020-08-10 Mateusz Guzikvfs: drop the thread argumemnt from vfs_fplookup_vexec
2020-08-06 Dimitry AndricMerge ^/head r363739 through r363986.
2020-08-06 Mateusz Guzikcache: add more predicts for failing conditions
2020-08-06 Mateusz Guzikcache: plug unititalized variable use
2020-08-05 Stefan EßerUpgrade to version 3.1.5
2020-08-05 Mateusz Guzikcache: don't ignore size passed to nchinittbl
2020-08-05 Mateusz Guzikcache: convert the hash from LIST to SLIST
2020-08-05 Mateusz Guzikcache: reduce zone alignment to 8 bytes
2020-08-05 Mateusz Guzikcache: convert ncnegnash into a macro
2020-08-05 Mateusz Guzikcache: cleanup lockless entry point
2020-08-05 Mateusz Guzikcache: stop messing with cn_lkflags
2020-08-05 Mateusz Guzikcache: stop messing with cn_flags
2020-08-04 Mateusz Guzikvfs: support lockless dotdot lookup
2020-08-04 Mateusz Guzikcache: add NCF_WIP flag
2020-08-04 Mateusz Guzikcache: add cache_purge_vgone
2020-08-04 Mateusz Guzikcache: factor away failed vexec handling
2020-08-04 Mateusz Guzikcache: assorted tidy ups
2020-08-04 Mateusz Guzikcache: factor away lockless dot lookup and add missing...
2020-08-04 Mateusz Guzikvfs: add vfs_op_thread_enter/exit _crit variants
2020-08-04 Mateusz Guzikcache: add missing numcache detrement on insertion...
2020-08-04 Emmanuel VadotImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-03 Stefan EßerUpgrade to version 3.1.4
2020-08-02 Mateusz Guzikvfs: store precomputed namecache hash in the vnode
2020-08-02 Mateusz Guzikvfs: move namecache initialisation into cache_vnode_init
2020-08-01 Mateusz Guzikcache: reshuffle struct cache_fpl and nameidata_saved
2020-08-01 Mateusz Guzikcache: mark climb_mount as __noinline
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Glen BarberMFH
2020-07-31 Dimitry AndricMerge ^/head r363583 through r363738.
2020-07-30 Conrad MeyerImport PCG-C into sys/contrib
2020-07-30 Mateusz Guzikcache: drop the useless numchecks counter
2020-07-30 Mateusz Guzikvfs: add support for WANTPARENT and LOCKPARENT to lockl...
2020-07-30 Mateusz Guzikvfs: support negative entry promotion in lockless lookup
2020-07-30 Mateusz Guzikvfs: add NOMACCHECK and AUDITVNODE2 to lockless lookup
2020-07-25 Mateusz Guzikvfs: add support for !LOCKLEAF to lockless lookup
2020-07-25 Mateusz Guzikvfs: lockless lookup
2020-07-21 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-18 Jung-uk KimMFV: r363292
2020-07-16 Glen BarberMFH
2020-07-15 Gregory Neil ShapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-14 Mateusz Guzikcache: make negative shrinker round robin on all lists...
2020-07-14 Mateusz Guzikcache: remove numcalls
2020-07-14 Mateusz Guzikcache: count dropped entries
2020-07-14 Mateusz Guzikcache: remove neg_locked argument from cache_zap_locked
2020-07-14 Mateusz Guzikcache: remove a useless argument from cache_negative_insert
2020-07-14 Mateusz Guzikcache: create a dedicate struct for negative entries
2020-07-14 Jung-uk KimMFV: r362513
2020-07-12 Simon J. GerratyUpdate to bmake-20200710
2020-07-11 Stefan EßerUpdate to version 3.1.3
2020-07-08 Simon J. GerratyUpdate to bmake-20200704
2020-07-07 Cy SchubertMFV r362990:
2020-07-07 Stefan EßerUpdate to version 3.1.1
2020-07-02 Mateusz Guzikcache: add missing call to cache_ncp_invalid for negati...
2020-07-02 Mateusz Guzikcache: fix misplaced fence in cache_ncp_invalidate
2020-07-01 Mateusz Guzikcache: lockless forward lookup with smr
2020-06-28 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-25 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-24 Cy SchubertMFV r362565:
2020-06-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-18 Jung-uk KimMFV: r362286
2020-06-17 Andrew TurnerUpdate opencsd to 0.14.2
2020-06-17 Xin LIMFV r362254: file 5.39.
2020-06-16 Andrew TurnerRe-add opencsd as a vendor import from the dist directory
2020-06-13 Cy SchubertMFV r362143:
2020-06-12 Cy SchubertMFV r362082:
2020-06-09 Simon J. GerratyMerge bmake-20200606
2020-06-09 Cy SchubertMFV r361938:
2020-06-09 Cy SchubertMFV r361937:
2020-06-09 Cy SchubertMFV r361936:
2020-06-05 Emmanuel Vadotdts: Update our copy to be in sync with Linux 5.7
2020-06-04 Mitchell HorneUpdate edk2 headers to stable202005
2020-06-01 Dimitry AndricUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 Dimitry AndricUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-05-31 Dimitry AndricUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-28 Jung-uk KimMFV: r361597
2020-05-26 Marcin WojtasAdjust ENA driver to the new HAL
next