Re: [PATCH] ext4: report delalloc reserve as non-free in statfs mangled by project quota

2018-05-20 Thread Theodore Y. Ts'o
On Fri, Feb 02, 2018 at 01:40:05PM +0300, Konstantin Khlebnikov wrote: > This reserved space isn't committed yet but cannot be used for allocations. > For userspace it has no difference from used space. XFS already does this. > > Signed-off-by: Konstantin Khlebnikov > Fixes: 689c958cbe6b ("ext4:

Re: [PATCH] ext4: report delalloc reserve as non-free in statfs mangled by project quota

2018-02-06 Thread Jan Kara
On Fri 02-02-18 13:40:05, Konstantin Khlebnikov wrote: > This reserved space isn't committed yet but cannot be used for allocations. > For userspace it has no difference from used space. XFS already does this. > > Signed-off-by: Konstantin Khlebnikov > Fixes: 689c958cbe6b ("ext4: add project quot

[PATCH] ext4: report delalloc reserve as non-free in statfs mangled by project quota

2018-02-02 Thread Konstantin Khlebnikov
This reserved space isn't committed yet but cannot be used for allocations. For userspace it has no difference from used space. XFS already does this. Signed-off-by: Konstantin Khlebnikov Fixes: 689c958cbe6b ("ext4: add project quota support") --- fs/ext4/super.c |3 ++- 1 file changed, 2 in