summaryrefslogtreecommitdiff
path: root/tests/store-deduplication.scm
AgeCommit message (Expand)AuthorFilesLines
2025-10-06tests: Fix ‘store-deduplication.scm’ on systems with large blocks.Brennan Vincent1-1/+13
2024-05-25deduplication: Detect holes and create sparse files.Ludovic Courtès1-1/+57
2022-12-10deduplicate: Use 'sendfile' for small file copies.Ludovic Courtès1-1/+16
2021-11-16daemon: Do not deduplicate files smaller than 8 KiB.Ludovic Courtès1-6/+35
2020-12-15deduplicate: Create the '.links' directory lazily.Ludovic Courtès1-1/+1
2020-12-15store-copy: 'populate-store' can optionally deduplicate files.Ludovic Courtès1-1/+17
2018-12-14deduplication: Gracefully handle ENOSPC raised by 'link' calls.Ludovic Courtès1-1/+43
2018-09-04Switch to Guile-Gcrypt.Ludovic Courtès1-1/+1
2018-07-03deduplication: Place link files under /gnu/store/.links.Ludovic Courtès1-0/+4
2018-06-14deduplicate: Fix a couple of thinkos.Ludovic Courtès1-5/+4
2018-06-01Add (guix store deduplication).Caleb Ristvedt1-0/+64