]> err.no Git - util-linux/commit
fstrim: add new command
authorLukas Czerner <lczerner@redhat.com>
Wed, 24 Nov 2010 23:05:37 +0000 (00:05 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 26 Nov 2010 13:59:01 +0000 (14:59 +0100)
commitd9e2d0dd144c2c06bff590c35400965016e55b7c
tree2950718e7e64a4c720477426adb53ff7d9c37b88
parent6d830ab64173d7228d96290b96f1d71ee8cdd187
fstrim: add new command

fstrim is used on a mounted filesystem to discard (or "trim") blocks
which are not in use by the filesystem.  This is useful for
solid-state drives (SSDs) and thinly-provisioned storage

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/.gitignore
sys-utils/Makefile.am
sys-utils/fstrim.8 [new file with mode: 0644]
sys-utils/fstrim.c [new file with mode: 0644]