Re: [PATCH v7 0/6] Btrfs: implement swap file support

2018-09-19 Thread Omar Sandoval
On Tue, Sep 11, 2018 at 03:34:43PM -0700, Omar Sandoval wrote: > From: Omar Sandoval > > Hi, > > This series implements swap file support for Btrfs. > > Changes from v6 [1]: > > - Moved btrfs_get_chunk_map() comment to function body > - Added more comments about pinned block group/device rbtre

[PATCH v7 0/6] Btrfs: implement swap file support

2018-09-11 Thread Omar Sandoval
From: Omar Sandoval Hi, This series implements swap file support for Btrfs. Changes from v6 [1]: - Moved btrfs_get_chunk_map() comment to function body - Added more comments about pinned block group/device rbtree - Fixed bug in patch 4 which broke resize Based on v4.19-rc3. Thanks! 1: https