Re: [PATCH v4] Btrfs: add support for fallocate's zero range operation

2018-01-05 Thread David Sterba
On Sat, Nov 04, 2017 at 04:07:47AM +, fdman...@kernel.org wrote: > From: Filipe Manana > > This implements support the zero range operation of fallocate. For now > at least it's as simple as possible while reusing most of the existing > fallocate and hole punching infrastructure. > > Signed-

Re: [PATCH v4] Btrfs: add support for fallocate's zero range operation

2017-11-10 Thread Nikolay Borisov
On 4.11.2017 06:07, fdman...@kernel.org wrote: > From: Filipe Manana > > This implements support the zero range operation of fallocate. For now > at least it's as simple as possible while reusing most of the existing > fallocate and hole punching infrastructure. > > Signed-off-by: Filipe Mana

[PATCH v4] Btrfs: add support for fallocate's zero range operation

2017-11-07 Thread fdmanana
From: Filipe Manana This implements support the zero range operation of fallocate. For now at least it's as simple as possible while reusing most of the existing fallocate and hole punching infrastructure. Signed-off-by: Filipe Manana --- V2: Removed double inode unlock on error path from fail