aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/dfs/DfsBlockCacheTest.java
Commit message (Expand)AuthorAgeFilesLines
* DfsBlockCache: use PackExtBlockCacheTable when configuredLaura Hamelin2024-10-041-4/+49
* DfsPackFile/DfsGC: Write commit graphs and expose in packXing Huang2023-02-071-1/+16
* DfsStreamKey: Replace ForReverseIndex to separate metrics.Anna Papitto2022-11-171-7/+6
* Remove ignored potentiallyUnclosedCloseable checkFabio Ponciroli2022-03-021-3/+0
* DFS block cache: report index load and evict statsAlina Djamankulova2022-01-211-0/+117
* PackBitmapIndexV1: support parallel loading of reverse indexAlina Djamankulova2021-12-061-0/+25
* DFS block cache: harden against race over ref locks.Alina Djamankulova2021-11-161-26/+155
* DFS block cache: fix lock issue and support parallel index loadingAlina Djamankulova2021-10-191-2/+55
* DFS block cache: allow multiple passes for blocks before evictionAlina Djamankulova2021-10-081-0/+41
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Break down DfsBlockCache stats by pack file extension.Minh Thai2017-11-271-4/+5
* dfs: silence resource warnings in DfsBlockCacheTestShawn Pearce2017-07-191-0/+2
* dfs: Fix DataFormatException: 0 bytes to inflateShawn Pearce2017-07-191-4/+43
* dfs: test for repositories sharing blocks in DfsBlockCacheShawn Pearce2017-07-191-0/+103