aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorQu Wenruo <quwenruo@cn.fujitsu.com>2014-01-05 20:58:27 -0500
committerChris Mason <clm@fb.com>2014-01-28 16:20:17 -0500
commite07a2ade4426a2cbafae4018aa7b6944bb627a6e (patch)
tree7aebc7d70571ee40fb545dd8e85b492ad3b2da27 /Documentation/filesystems
parentfc0ca9af180b91aad2fbf2fe3b16a12e1e05a760 (diff)
btrfs: Add nodiscard mount option.
Add nodiscard mount option to disable discard with remount option. Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Reviewed-by: David Sterba <dsterba@suse.cz> Signed-off-by: Josef Bacik <jbacik@fb.com> Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/btrfs.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/filesystems/btrfs.txt b/Documentation/filesystems/btrfs.txt
index e87609a4e21c..7254cf501391 100644
--- a/Documentation/filesystems/btrfs.txt
+++ b/Documentation/filesystems/btrfs.txt
@@ -98,9 +98,12 @@ Options with (*) are default options and will not show in the mount options.
98 can be avoided. Especially useful when trying to mount a multi-device 98 can be avoided. Especially useful when trying to mount a multi-device
99 setup as root. May be specified multiple times for multiple devices. 99 setup as root. May be specified multiple times for multiple devices.
100 100
101 nodiscard(*)
101 discard 102 discard
102 Issue frequent commands to let the block device reclaim space freed by 103 Disable/enable discard mount option.
103 the filesystem. This is useful for SSD devices, thinly provisioned 104 Discard issues frequent commands to let the block device reclaim space
105 freed by the filesystem.
106 This is useful for SSD devices, thinly provisioned
104 LUNs and virtual machine images, but may have a significant 107 LUNs and virtual machine images, but may have a significant
105 performance impact. (The fstrim command is also available to 108 performance impact. (The fstrim command is also available to
106 initiate batch trims from userspace). 109 initiate batch trims from userspace).