Re: [PATCH] Btrfs: faster/more efficient insertion of file extent items

2014-05-07 Thread Filipe David Manana
On Wed, May 7, 2014 at 4:21 PM, Liu Bo wrote: > On Sun, Feb 09, 2014 at 11:45:12PM +, Filipe David Borba Manana wrote: >> This is an extension to my previous commit titled: >> >> "Btrfs: faster file extent item replace operations" >> (hash 1acae57b161ef1282f565ef907f72aeed0eb71d9) >> >> In

Re: [PATCH] Btrfs: faster/more efficient insertion of file extent items

2014-05-07 Thread Josef Bacik
On 05/07/2014 11:21 AM, Liu Bo wrote: On Sun, Feb 09, 2014 at 11:45:12PM +, Filipe David Borba Manana wrote: This is an extension to my previous commit titled: "Btrfs: faster file extent item replace operations" (hash 1acae57b161ef1282f565ef907f72aeed0eb71d9) Instead of inserting the

Re: [PATCH] Btrfs: faster/more efficient insertion of file extent items

2014-05-07 Thread Liu Bo
On Sun, Feb 09, 2014 at 11:45:12PM +, Filipe David Borba Manana wrote: > This is an extension to my previous commit titled: > > "Btrfs: faster file extent item replace operations" > (hash 1acae57b161ef1282f565ef907f72aeed0eb71d9) > > Instead of inserting the new file extent item if we del

[PATCH] Btrfs: faster/more efficient insertion of file extent items

2014-02-09 Thread Filipe David Borba Manana
This is an extension to my previous commit titled: "Btrfs: faster file extent item replace operations" (hash 1acae57b161ef1282f565ef907f72aeed0eb71d9) Instead of inserting the new file extent item if we deleted existing file extent items covering our target file range, also allow to insert th