]> 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-10-05 mjgcache: fix pwd use-after-free in setting up fallback
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 mjgcache: update the commentary for path parsing
2020-10-02 Mateusz Guzikcache: update the commentary for path parsing
2020-10-01 mmacyOpenZFS: MFV 2.0-rc3-gfc5966
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 mjgcache: properly report ENOTDIR on foo/bar lookups where...
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 mjgcache: push the lock into cache_purge_impl
2020-09-30 Mateusz Guzikcache: push the lock into cache_purge_impl
2020-09-30 mjgcache: use cache_has_entries where appropriate instead...
2020-09-30 Mateusz Guzikcache: use cache_has_entries where appropriate instead...
2020-09-24 mjgcache: eliminate cache_zap_locked_vnode
2020-09-24 Mateusz Guzikcache: eliminate cache_zap_locked_vnode
2020-09-23 mjgcache: drop the force flag from purgevfs
2020-09-23 Mateusz Guzikcache: drop the force flag from purgevfs
2020-09-23 mjgcache: reimplement purgevfs to iterate vnodes instead...
2020-09-23 Mateusz Guzikcache: reimplement purgevfs to iterate vnodes instead...
2020-09-23 mjgcache: clean up atomic ops on numneg and numcache
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 mmacyMFV 2.0-rc2
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 baptUpdate nvi to 2.2.0
2020-09-09 Baptiste DaroussinUpdate nvi to 2.2.0
2020-09-08 mjgcache: drop write-only tvp_seqc vars
2020-09-08 Mateusz Guzikcache: drop write-only tvp_seqc vars
2020-09-05 sjgUpdate to bmake-20200902
2020-09-05 Simon J. GerratyUpdate to bmake-20200902
2020-09-04 mmacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-04 Matt MacyZFS: MFV 2.0-rc1-gfd20a8
2020-08-28 mmacyZFS: MFV 2.0-rc1-ga00c61
2020-08-28 Matt MacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 gjbMFH
2020-08-27 Glen BarberMFH
2020-08-27 mjgcache: don't update timestmaps on found entry
2020-08-27 Mateusz Guzikcache: don't update timestmaps on found entry
2020-08-27 mjgcache: assorted clean ups
2020-08-27 Mateusz Guzikcache: assorted clean ups
2020-08-27 mjgcache: ncp = NULL early to account for sdt probes in...
2020-08-27 Mateusz Guzikcache: ncp = NULL early to account for sdt probes in...
2020-08-26 mjgcache: relock on failure in cache_zap_locked_vnode
2020-08-26 Mateusz Guzikcache: relock on failure in cache_zap_locked_vnode
2020-08-26 mjgcache: stop null checking in cache_free
2020-08-26 Mateusz Guzikcache: stop null checking in cache_free
2020-08-26 mjgcache: make it mandatory to request both timestamps...
2020-08-26 Mateusz Guzikcache: make it mandatory to request both timestamps...
2020-08-26 mjgcache: convert bucketlocks to a mutex
2020-08-26 Mateusz Guzikcache: convert bucketlocks to a mutex
2020-08-26 mjgcache: only evict negative entries on CREATE when ISLAS...
2020-08-26 Mateusz Guzikcache: only evict negative entries on CREATE when ISLAS...
2020-08-26 mjgcache: decouple smr and locked lookup in the slowpath
2020-08-26 Mateusz Guzikcache: decouple smr and locked lookup in the slowpath
2020-08-26 mjgcache: factor dotdot lookup out of cache_lookup
2020-08-26 Mateusz Guzikcache: factor dotdot lookup out of cache_lookup
2020-08-24 mmacyInitial import from vendor-sys branch of openzfs
2020-08-24 Matt MacyInitial import from vendor-sys branch of openzfs
2020-08-24 mjgcache: remove leftover assert in vn_fullpath_any_smr
2020-08-24 Mateusz Guzikcache: remove leftover assert in vn_fullpath_any_smr
2020-08-24 cyMFV 364468:
2020-08-24 Cy SchubertMFV 364468:
2020-08-24 cyMFV 364467:
2020-08-24 Cy SchubertMFV 364467:
2020-08-24 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-24 mjgcache: lockless reverse lookup
2020-08-24 Mateusz Guzikcache: lockless reverse lookup
2020-08-24 mjgcache: drop the always curthread argument from reverse...
2020-08-24 Mateusz Guzikcache: drop the always curthread argument from reverse...
2020-08-24 mjgcache: perform reverse lookup using v_cache_dd if possible
2020-08-24 Mateusz Guzikcache: perform reverse lookup using v_cache_dd if possible
2020-08-24 mjgcache: populate v_cache_dd for non-VDIR entries
2020-08-24 Mateusz Guzikcache: populate v_cache_dd for non-VDIR entries
2020-08-22 mjgcache: stronger vnode asserts in cache_enter_time
2020-08-22 Mateusz Guzikcache: stronger vnode asserts in cache_enter_time
2020-08-22 mjgvfs: add a work around for vp_crossmp bug to realpath
2020-08-22 Mateusz Guzikvfs: 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 Mateusz Guzikcache: don't use cache_purge_negative when renaming
2020-08-20 mjgcache: add cache_rename, a dedicated helper to use...
2020-08-20 Mateusz Guzikcache: add cache_rename, a dedicated helper to use...
2020-08-20 mjgcache: reimplement cache_lookup_nomakeentry as cache_re...
2020-08-20 Mateusz Guzikcache: reimplement cache_lookup_nomakeentry as cache_re...
2020-08-19 mjgcache: when adding an already existing entry assert...
2020-08-19 Mateusz Guzikcache: when adding an already existing entry assert...
2020-08-19 mjgcache: tidy up the comment above cache_prehash
2020-08-19 Mateusz Guzikcache: tidy up the comment above cache_prehash
2020-08-16 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-16 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-16 mjgcache: add NOCAPCHECK to the list of supported flags...
2020-08-16 Mateusz Guzikcache: add NOCAPCHECK to the list of supported flags...
2020-08-16 dimMerge ^/head r364264 through r364278.
2020-08-16 Dimitry AndricMerge ^/head r364264 through r364278.
2020-08-16 mjgvfs: use namei_zone for getcwd allocations
next