BEES is a btrfs deduplication tool
Bees is a block-oriented userspace deduplication agent designed for large btrfs filesystems. It is an offline dedupe combined with an incremental data scan capability to minimize time data spends on disk from write to dedupe.
- Developed at filesystems
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/bees && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
avoid-swap.patch | 0000000600 600 Bytes | |
bees.changes | 0000003951 3.86 KB | |
bees.spec | 0000002417 2.36 KB | |
v0.9.3.tar.gz | 0000177265 173 KB |
Revision 8 (latest revision is 10)
Dominique Leuenberger (dimstar_suse)
accepted
request 1077138
from
Dirk Mueller (dirkmueller)
(revision 8)
- update to 0.9.3: * roots: don't share a RootFetcher between threads * seeker: fix the test for ILP32 platforms * reduce memory usage with long-running work items * allow BtrfsIoctlLogicalInoArgs to be reused, remove virtual methods * create a Pool of BtrfsIoctlLogicalInoArgs objects - add avoid-swap.patch to fix build with gcc 13
Comments 1
The avoid-swap.patch is causing crashes due to corrupted data structures. See: https://github.com/Zygo/bees/issues/259