From a316ff92734b8b87e6868fd8528be481cce3d0f7 Mon Sep 17 00:00:00 2001 From: Denis Efremov Date: Tue, 5 Jun 2018 00:18:27 +0300 Subject: sys/linux: add new mount options for xfs && btrfs in kernel v4.17 1. lazytime && nolazytime for xfs 2. nossd_spread for btrfs --- sys/linux/filesystem.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/linux/filesystem.txt') 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"] -- cgit mrf-deployment