btrfs-extent-same-0.11.beta4-1.26 >  A [bp9|ʢhqTW >F쵪'gQ]ܩ7ma Oҙ2I#( :~wc7y&2ENiבY-׺f:+V!ND7N@1r1&6Yo-=BN̮8M+/T^FfJ2Wœ.-YUz cL1jxJyXWVQ`ChƇ;})cK} >#/cNuvԺEɀ6H9_Ͽ#]bGI*l+,>p> ? d $ j /X^dl p t |  @HxB(a8h9:FGHIXY\]^-bMcdNeSfVlXulvtwxyz Cbtrfs-extent-same0.11.beta41.26Debug/Test tool to exercise the btrfs out-of-band deduplication ioctlDebug/Test tool to exercise a btrfs ioctl for deduplicating file regions.[Ts390lp5)SUSE Linux Enterprise 15SUSE LLC GPL-2.0https://www.suse.com/System/Filesystemshttps://github.com/markfasheh/duperemovelinuxs390x(큤[O[N2e77cc68ea70831e8f421f00ebe619c12a98009dccbd1bd10661598a5cd77668ae17abc0ee93333bdf768aba52cc99d352f8ad43625700590db39ce6c398b89crootrootrootrootduperemove-0.11.beta4-1.26.src.rpmbtrfs-extent-samebtrfs-extent-same(s390-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1WSW_@WWҤ@W/@W@W@V@V@UUUU"u@U"u@UU @T TC@T@Ti@T`TSyT&SSSG@SG@S L@S L@mark@fasheh.commfasheh@suse.commfasheh@suse.commfasheh@suse.commfasheh@suse.commfasheh@suse.commfasheh@suse.commpluskal@suse.commfasheh@suse.commfasheh@suse.commfasheh@suse.commfasheh@suse.commfasheh@suse.commfasheh@suse.commfasheh@suse.commfasheh@suse.commfasheh@suse.comtchvatal@suse.commfasheh@suse.commfasheh@suse.comschwab@suse.demfasheh@suse.commfasheh@suse.commfasheh@suse.commfasheh@suse.commfasheh@suse.commfasheh@suse.commfasheh@suse.com- Update to v0.11.beta4 git commit f95e429 * Use proper len of tail blocks during block dedupe * run_dedupe: avoid size_list corruption in push_blocks() - Added patch: v0.11.beta4_to_git_f95e429.patch- Update to duperemove v0.11.beta4 - Many man page and FAQ updates - Much lower memory usage (changed to use block-dedupe by default) - removed unused sha256 module- Update to duperemove v0.11.beta3 - Bugfixes - Large (2.5x) performance improvement to find dupes stage - Added '--cpu-threads' for user control of cpu bound tasks- Update to duperemove v0.11.beta2 - Many bugfixes - Improved dedupe coverage with better extent selection algorithm - Improved (easier to read) output for csum stage - Progress counter added for dedupe stage - Removed patch v0.11.beta1_to_git_d4b9818.patch - Removed patch v0.11-d4b9818_to_82234f5.patch- Update to v0.11.beta1 git commit 82234f5 - Set file->dedupe_seq if we drop out in add_file_db() - add_file_db(): collapse all cases of ino/subvol/filename being different - Simplify the logic in add_file_db() - add_file_db(): check for same filename in filerec table - Store filerecs in a tree by filename- Update to git commit d4b9818: - Set scan flag on renamed file - Remove db record if a file was renamed - More vprints in add_file_db() - Fix confused error handling in dbfile_load_one_filerec() - Return 0 if user specified --help - Don't list '-?' as a valid option - add_file_db() Properly account for __add_file() skipping a file - Add hashstats to the man page- Update to duperemove v0.11.beta1 - Greatly increased performance during extent search - Hashfiles are reusable now, Duperemove will only scan files which have changed since the last time it was run. - Better selection of target extent during dedupe - reduces fragmentation of deduped space - Support for dedupe on xfs (experimental)- Use pretty name for tarball - Cleanup spec file with spec-cleaner - Use pkgconfig style dependnencies- Update to duperemove v0.10 - Documentation updates for latest stable version - document --fdupes mode in manpage - update man page headers - update FAQ- Update to duperemove v0.10.beta4 - Better memory usage with hashstats utility- Update to duperemove v0.10.beta3 - fixes many crashes in the dedupe stage - fixed an issue with our alignment function which would throw dedupe into a loop - improvements to output formatting - better logic when throwing out already-deduped extents won't give as many false positives- Update to duperemove v0.10.beta2 - multi-threaded dedupe stage (increased performance) - hashfile mode for drastically improved memory consumption - now uses murmur3 hash internally for improved cpu usage - can now take input from 'fdupes'- Update with correct tarball (last one didn't have version number bump)- Update to duperemove v0.09.3 - Fix hang during file scan phase (bsc#926098) - References: bsc#926098- Update to duperemove v0.09.2 - Now compiles on SLE11 targets - Fallback to stat on filesystems that don't report file type from readdir - Don't assert on failed open during dedupe - References: bsc#923277 bsc#924577- Update to duperemove v0.09.1 - Fallback to stat on filesystems that don't report file type from readdir- Update to duperemove v0.09 - start with first node in free_compare_tree - fix small typos in duperemove man page - add test_progs variable in Makefile - References: bsc#915354 FATE#318171 - Removed patch: do-not-install-test-binary.patch- Cleanup a bit with spec-cleaner and fix few tiny issues - Use install phase from upstream Makefile - Move csum-test to test progs to prevent its install: * do-not-install-test-binary.patch- Update to duperemove v0.09.beta5 - Documentation updates - FAQ and README are more relevant now - added man pages for show-shared-extents and hashstats programs - updated duperemove man page, and duperemove usage() function - Have show-shared-extents take a file list as arguments. - Change default of --lookup-extents option back to 'no' - Write hash type into hashfile header, check against what hash we were compiled with.- Update to duperemove v0.09.beta3 - Fix leak of directory fd during file scan - Fix EMFILES (too many file descriptors) error during dedupe - Fix corner case with dedupe leaving a file open and not-queued - Support '-x' (one file system) option - Add option to turn off extent lookup during csum phase - Useful if running against snapshotted volumes - show-shared-extents program to help users examine file state before or after dedupe.- Build with %optflags- Update to duperemove v0.09.beta2 - fix memory leak - fix hardlink detection on btrfs - print file number status during csum phase - print a status bar during extent seearch - several bugfixes and performance improvements to extent search - Removed patch: 001-fix-build.patch- update to duperemove v0.09.beta1 - parallel checksum calculation - performance improvements - allow to store the hash tree to a file - hashstats: new utility to analyze hash files - add --version option - build: add install target - documentatin updates - Added patch: 001-fix-build.patch- update to duperemove v0.08 - fixes many bugs - a few more usability improvements - adds fiemap support to better estimate space savings- update to duperemove v0.07 - fix usability of command line arguments - large documentation update- update to duperemove v0.06. This adds several fixes and features: - fixes bnc#871804 (duperemove not looping on entire range) - also includes important usability fixes - updates hashing library to libgcrypt to reflect upstream- add duperemove rpm - add new tarball with manpages for all binaries- Initial creation of rpm and rpm changelogs390lp5 15273081160.11.beta4-1.260.11.beta4-1.26btrfs-extent-samebtrfs-extent-same.8.gz/usr/sbin//usr/share/man/man8/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15:GA/standard/17b0fd71da6b6f265a3fd15eecf1d641-duperemovecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=384f6538fa9aac219d7ace6702d4a7dc00072526, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRW,YUS"mutf-8bbd2176e345922036f3fdd1ffdede407ec06e65114ef7c5ac354424ec6a27703? 7zXZ !t/++ ] crv9ui^sPEQUNMa煱 B('H87r}m4VYB,9QWu8F,-dyk(t䈎 :iQ̊BwwoUZۣ {Rl0voA\n3kcK.CgjO9sRH <HJ-i}dmh gU-Pd`$(SJ+tK@1{(3>ֲc2Bfy>F>q sqtߝeDn!c{WAO#bׯy_6}D[Npkk +1p$!kR%] ]tLs3`wEg^3(#1NѪOC/q|*_/}O9>b.cE6N dfH` JHUuȣٷhKݵ!3OQ 6o2Z~1Q;,`dXz+q G" ?wVM?1%4-BvrŸ}]ǂ-|zG%*4 9eLP7sT K}Ê;<~ !j7A5UE)פגg#O4c꩎yAlT :$CՍvZ%u"ȱ|WdI{a.>b*H_5WH ž_NK Z),J ѯ x5o 3-˵W2A[.n,~UwW2̒;H\ۭCKڠzk{aaVҨUzXѬXUE~VX^>GֶUGn$DTABf"7YYg5ocΰ8}[[fy8!:ww&]6>3WbL>;$qJ&prX[>ww[N lZXg.6Wyq#z?T0 c(<*(O+&<}cllf <;F/v*ۃAי2=@*Iث`ǫ@"/8IdX<Fy{)tDVL5ҞSsdgr->C7BSLTtc6O4!1=pq i: &%yZܐYu2[5 gƽ9;sOjDrq3\yVd>B8޼V7)(b6\UPxuYET{ҡ_mYǾa` `XHwRm* >Rʋ$g \=6e P=2xj~R5"V':Ix. ȅs=d2QQAmT)Cxa>ZO68T٦Qe%nT$+Bcwx1zh^m=0^_ l *9L~ȸǙ&B6+4PXkiG&01 {8Vy YZ