aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/filesystem.txt
diff options
context:
space:
mode:
authorDenis Efremov <efremov@linux.com>2018-06-05 00:18:27 +0300
committerDmitry Vyukov <dvyukov@google.com>2018-06-05 08:47:06 +0300
commita316ff92734b8b87e6868fd8528be481cce3d0f7 (patch)
tree97b08a132ac6f342fc6ed989e98c2c535078c44f /sys/linux/filesystem.txt
parent825571fb8a24090456ef1fb425a5e1e7edd959b7 (diff)
sys/linux: add new mount options for xfs && btrfs in kernel v4.17
1. lazytime && nolazytime for xfs 2. nossd_spread for btrfs
Diffstat (limited to 'sys/linux/filesystem.txt')
-rw-r--r--sys/linux/filesystem.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/linux/filesystem.txt b/sys/linux/filesystem.txt
index 4449eef04..bbd6a0769 100644
--- a/sys/linux/filesystem.txt
+++ b/sys/linux/filesystem.txt
@@ -142,6 +142,8 @@ xfs_options [
filestreams stringnoz["filestreams"]
quota stringnoz["quota"]
noquota stringnoz["noquota"]
+ lazytime stringnoz["lazytime"]
+ nolazytime stringnoz["nolazytime"]
usrquota stringnoz["usrquota"]
grpquota stringnoz["grpquota"]
prjquota stringnoz["prjquota"]
@@ -336,6 +338,7 @@ btrfs_options [
compress_force stringnoz["compress-force"]
ssd stringnoz["ssd"]
ssd_spread stringnoz["ssd_spread"]
+ nossd_spread stringnoz["nossd_spread"]
nossd stringnoz["nossd"]
acl stringnoz["acl"]
noacl stringnoz["noacl"]