Re: [PATCH 0/3] btrfs: Add zstd support to btrfs

2018-09-11 Thread Nick Terrell
> On Sep 11, 2018, at 3:23 AM, David Sterba wrote: > > On Mon, Aug 27, 2018 at 06:36:51PM -0700, Nick Terrell wrote: >> Hi all, >> >> This patch set imports the upstream kernel zstd library, patches it to work >> in grub, adds zstd support to the btrfs module, and adds a test case. I've >> se

Re: [PATCH 0/3] btrfs: Add zstd support to btrfs

2018-09-11 Thread David Sterba
On Mon, Aug 27, 2018 at 06:36:51PM -0700, Nick Terrell wrote: > Hi all, > > This patch set imports the upstream kernel zstd library, patches it to work > in grub, adds zstd support to the btrfs module, and adds a test case. I've > separated the importing and patching of the upstream kernel zstd li

[PATCH 0/3] btrfs: Add zstd support to btrfs

2018-08-27 Thread Nick Terrell
Hi all, This patch set imports the upstream kernel zstd library, patches it to work in grub, adds zstd support to the btrfs module, and adds a test case. I've separated the importing and patching of the upstream kernel zstd library for ease of review. Thanks to David Sterba for starting this proj