This is an automated email from the ASF dual-hosted git repository.
masaori pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 595c1ec6f3 Revert "coverity 1497413: Use of 32-bit time_t (#9556)"
(#10697)
add 14f2d496aa Rename Vol to Stripe (#10666)
No new revisions were added by this update.
Summary of changes:
.../cache-architecture/architecture.en.rst | 28 ++---
.../cache-architecture/core-cache-functions.en.rst | 2 +-
.../cache-architecture/data-structures.en.rst | 46 ++++-----
include/iocore/cache/CacheVC.h | 4 +-
src/iocore/cache/CMakeLists.txt | 2 +-
src/iocore/cache/Cache.cc | 70 ++++++-------
src/iocore/cache/CacheDir.cc | 58 +++++------
src/iocore/cache/CacheDisk.cc | 56 +++++-----
src/iocore/cache/CacheHosting.cc | 4 +-
src/iocore/cache/CachePagesInternal.cc | 10 +-
src/iocore/cache/CacheRead.cc | 4 +-
src/iocore/cache/CacheTest.cc | 8 +-
src/iocore/cache/CacheVC.cc | 10 +-
src/iocore/cache/CacheWrite.cc | 46 ++++-----
src/iocore/cache/Makefile.am | 2 +-
src/iocore/cache/P_CacheDir.h | 42 ++++----
src/iocore/cache/P_CacheDisk.h | 30 +++---
src/iocore/cache/P_CacheHosting.h | 4 +-
src/iocore/cache/P_CacheInternal.h | 30 +++---
src/iocore/cache/P_CacheVol.h | 114 ++++++++++-----------
src/iocore/cache/P_RamCache.h | 2 +-
src/iocore/cache/RamCacheCLFUS.cc | 6 +-
src/iocore/cache/RamCacheLRU.cc | 6 +-
src/iocore/cache/{Vol.cc => Stripe.cc} | 82 +++++++--------
src/iocore/cache/unit_tests/test_CacheDir.cc | 4 +-
src/iocore/cache/unit_tests/test_CacheVol.cc | 15 +--
src/traffic_cache_tool/CacheDefs.h | 8 +-
27 files changed, 347 insertions(+), 346 deletions(-)
rename src/iocore/cache/{Vol.cc => Stripe.cc} (93%)