[RFC PATCH 6/7] Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receive (part 1)

2012-07-04 Thread Alexander Block
This patch introduces the BTRFS_IOC_SEND ioctl that is required for send. It allows btrfs-progs to implement full and incremental sends. Patches for btrfs-progs will follow. I had to split the patch as it got larger then 100k which is the limit for the mailing list. The first part only contains th

Re: [RFC PATCH 6/7] Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receive (part 1)

2012-07-17 Thread Arne Jansen
On 04.07.2012 15:38, Alexander Block wrote: > This patch introduces the BTRFS_IOC_SEND ioctl that is > required for send. It allows btrfs-progs to implement > full and incremental sends. Patches for btrfs-progs will > follow. > > I had to split the patch as it got larger then 100k which is > the l

Re: [RFC PATCH 6/7] Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receive (part 1)

2012-07-21 Thread Arne Jansen
On 07/04/2012 03:38 PM, Alexander Block wrote: > This patch introduces the BTRFS_IOC_SEND ioctl that is > required for send. It allows btrfs-progs to implement > full and incremental sends. Patches for btrfs-progs will > follow. > > I had to split the patch as it got larger then 100k which is > th

Re: [RFC PATCH 6/7] Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receive (part 1)

2012-07-25 Thread Alexander Block
Thanks for the review :) On 07/18/2012 08:59 AM, Arne Jansen wrote: On 04.07.2012 15:38, Alexander Block wrote: This patch introduces the BTRFS_IOC_SEND ioctl that is required for send. It allows btrfs-progs to implement full and incremental sends. Patches for btrfs-progs will follow. I had to