Re: [RFC PATCH 0/5] Btrfs: add interface for writing compressed extent directly

2019-08-27 Thread David Sterba
On Thu, Aug 15, 2019 at 02:04:01PM -0700, Omar Sandoval wrote: > From: Omar Sandoval > > Hello, > > This series adds a way to write compressed data directly to Btrfs. The > intended use case is making send/receive on compressed file systems more > efficient; however, the interface is general eno

Re: [RFC PATCH 0/5] Btrfs: add interface for writing compressed extent directly

2019-08-15 Thread Omar Sandoval
On Thu, Aug 15, 2019 at 02:04:01PM -0700, Omar Sandoval wrote: > From: Omar Sandoval > > Hello, > > This series adds a way to write compressed data directly to Btrfs. The > intended use case is making send/receive on compressed file systems more > efficient; however, the interface is general eno

[RFC PATCH 0/5] Btrfs: add interface for writing compressed extent directly

2019-08-15 Thread Omar Sandoval
From: Omar Sandoval Hello, This series adds a way to write compressed data directly to Btrfs. The intended use case is making send/receive on compressed file systems more efficient; however, the interface is general enough that it could be used in other scenarios. Patch 5 is the main change; see