summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLukas Czerner2012-09-12 23:49:15 +0200
committerKarel Zak2012-09-28 01:12:09 +0200
commitd964b669c8d8675af1b7d7e1742ee8b68dc285ef (patch)
tree007921b4702a78e7a8da4b34e5b9234500928fcb /.gitignore
parentRevert "blkdiscard: new command" (diff)
downloadkernel-qcow2-util-linux-d964b669c8d8675af1b7d7e1742ee8b68dc285ef.tar.gz
kernel-qcow2-util-linux-d964b669c8d8675af1b7d7e1742ee8b68dc285ef.tar.xz
kernel-qcow2-util-linux-d964b669c8d8675af1b7d7e1742ee8b68dc285ef.zip
blkdiscard: add new command
blkdiscard is used to discard device sectors. This is useful for solid-state drivers (SSDs) and thinly-provisioned storage. Unlike fstrim this command is used directly on the block device. blkkdiscard uses BLKDISCARD ioctl or BLKSECDISCARD ioctl for the secure discard. All data in the discarded region on the device will be lost! Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5be008f58..a777d16ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -96,6 +96,7 @@ tests/run.sh.trs
/fsck.minix
/fsfreeze
/fstrim
+/blkdiscard
/getopt
/hexdump
/hwclock