Re: [PATCH 0/7] Kill the btree inode

2016-09-06 Thread Josef Bacik
On 09/05/2016 12:31 PM, David Sterba wrote: On Fri, Sep 02, 2016 at 03:39:59PM -0400, Josef Bacik wrote: In order to provide a better way to do subpage blocksizes we need to stop allocating pages from a per fs btree inode and instead allocate our own pages. This work depends on 3 generic patches

Re: [PATCH 0/7] Kill the btree inode

2016-09-05 Thread David Sterba
On Fri, Sep 02, 2016 at 03:39:59PM -0400, Josef Bacik wrote: > In order to provide a better way to do subpage blocksizes we need to stop > allocating pages from a per fs btree inode and instead allocate our own pages. > This work depends on 3 generic patches that I've sent previously > > remove ma

[PATCH 0/7] Kill the btree inode

2016-09-02 Thread Josef Bacik
In order to provide a better way to do subpage blocksizes we need to stop allocating pages from a per fs btree inode and instead allocate our own pages. This work depends on 3 generic patches that I've sent previously remove mapping from balance_dirty_pages*() writeback: allow for dirty metadata a