Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1678562
| From | David Sterba <dsterba@suse.cz> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 0/4] Add xxhash and zstd modules |
| Date | 2017-06-30 09:40 +0200 |
| Message-ID | <tXYH0-2wp-17@gated-at.bofh.it> (permalink) |
| References | <tXNBU-3jC-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Jun 29, 2017 at 12:41:04PM -0700, Nick Terrell wrote: > lib/zstd/Makefile | 18 + > lib/zstd/bitstream.h | 374 +++++ > lib/zstd/compress.c | 3479 ++++++++++++++++++++++++++++++++++++++++++++ > lib/zstd/decompress.c | 2526 ++++++++++++++++++++++++++++++++ > lib/zstd/entropy_common.c | 243 ++++ > lib/zstd/error_private.h | 53 + > lib/zstd/fse.h | 575 ++++++++ > lib/zstd/fse_compress.c | 795 ++++++++++ > lib/zstd/fse_decompress.c | 332 +++++ > lib/zstd/huf.h | 212 +++ > lib/zstd/huf_compress.c | 771 ++++++++++ > lib/zstd/huf_decompress.c | 960 ++++++++++++ > lib/zstd/mem.h | 151 ++ > lib/zstd/zstd_common.c | 75 + > lib/zstd/zstd_internal.h | 269 ++++ > lib/zstd/zstd_opt.h | 1014 +++++++++++++ I don't see patch 2/4 in the mailinglist, probably over the 100kb limit. The lib/* stuff needs to be merged first, I shouldn't add non-btrfs code to our regular for-next branch. A testing branch with all the zstd code can be created, but from the upstream merging process, I don't think we can avoid two step merging.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/4] Add xxhash and zstd modules Nick Terrell <terrelln@fb.com> - 2017-06-29 21:50 +0200
[PATCH v2 4/4] squashfs: Add zstd support Nick Terrell <terrelln@fb.com> - 2017-06-29 22:10 +0200
[PATCH v2 3/4] btrfs: Add zstd support Nick Terrell <terrelln@fb.com> - 2017-06-29 22:20 +0200
Re: [PATCH v2 3/4] btrfs: Add zstd support Adam Borowski <kilobyte@angband.pl> - 2017-06-30 05:30 +0200
Re: [PATCH v2 0/4] Add xxhash and zstd modules David Sterba <dsterba@suse.cz> - 2017-06-30 09:40 +0200
Re: [PATCH v2 0/4] Add xxhash and zstd modules Timofey Titovets <nefelim4ag@gmail.com> - 2017-06-30 18:50 +0200
Re: [PATCH v2 0/4] Add xxhash and zstd modules Nick Terrell <terrelln@fb.com> - 2017-06-30 22:00 +0200
csiph-web