]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
spaceman: add FITRIM support
authorDave Chinner <dchinner@redhat.com>
Tue, 10 Feb 2015 22:10:21 +0000 (09:10 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 10 Feb 2015 22:10:21 +0000 (09:10 +1100)
commit136bc485bc8d5407d1df511b1aa34f84a2afce80
treefed31438000606badac8df66f822cc584590bb0f
parenta0a5aba4afea2c73af72ebf9aa1be85fae6fa472
spaceman: add FITRIM support

Add support for discarding free space extents via the FITRIM
command. Make it easy to discard a single range, an entire AG or all
the freespace in the filesystem.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
spaceman/Makefile
spaceman/init.c
spaceman/space.h
spaceman/trim.c [new file with mode: 0644]