btrfs: Honour FITRIM range constraints during free space trim
authorNikolay Borisov <nborisov@suse.com>
Mon, 25 Mar 2019 12:31:21 +0000 (14:31 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 29 Apr 2019 17:02:35 +0000 (19:02 +0200)
commitc2d1b3aae33605a61cbab445d8ae1c708ccd2698
treef0db726163ee3afb436a1b846264b4140cfc1531
parent040ee6120cb6706aa840a62f3b7966ebce9bfcd3
btrfs: Honour FITRIM range constraints during free space trim

Up until now trimming the freespace was done irrespective of what the
arguments of the FITRIM ioctl were. For example fstrim's -o/-l arguments
will be entirely ignored. Fix it by correctly handling those paramter.
This requires breaking if the found freespace extent is after the end of
the passed range as well as completing trim after trimming
fstrim_range::len bytes.

Fixes: 499f377f49f0 ("btrfs: iterate over unused chunk space in FITRIM")
CC: stable@vger.kernel.org # 4.4+
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c