Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
d7ede1aa
K
Kernel
项目概览
openeuler
/
Kernel
接近 2 年 前同步成功
通知
8
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
Kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
d7ede1aa
编写于
6月 13, 2006
作者:
N
Nathan Scott
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[XFS] Minor XFS documentation updates.
Signed-off-by:
N
Nathan Scott
<
nathans@sgi.com
>
上级
b190f113
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
12 addition
and
11 deletion
+12
-11
MAINTAINERS
MAINTAINERS
+1
-1
fs/xfs/Kconfig
fs/xfs/Kconfig
+11
-10
未找到文件。
MAINTAINERS
浏览文件 @
d7ede1aa
...
@@ -3179,7 +3179,7 @@ XFS FILESYSTEM
...
@@ -3179,7 +3179,7 @@ XFS FILESYSTEM
P: Silicon Graphics Inc
P: Silicon Graphics Inc
M: xfs-masters@oss.sgi.com
M: xfs-masters@oss.sgi.com
M: nathans@sgi.com
M: nathans@sgi.com
L:
linux-
xfs@oss.sgi.com
L: xfs@oss.sgi.com
W: http://oss.sgi.com/projects/xfs
W: http://oss.sgi.com/projects/xfs
S: Supported
S: Supported
...
...
fs/xfs/Kconfig
浏览文件 @
d7ede1aa
...
@@ -65,18 +65,19 @@ config XFS_POSIX_ACL
...
@@ -65,18 +65,19 @@ config XFS_POSIX_ACL
If you don't know what Access Control Lists are, say N.
If you don't know what Access Control Lists are, say N.
config XFS_RT
config XFS_RT
bool "XFS Realtime su
pport (EXPERIMENTAL)
"
bool "XFS Realtime su
bvolume support
"
depends on XFS_FS
&& EXPERIMENTAL
depends on XFS_FS
help
help
If you say Y here you will be able to mount and use XFS filesystems
If you say Y here you will be able to mount and use XFS filesystems
which contain a realtime subvolume. The realtime subvolume is a
which contain a realtime subvolume. The realtime subvolume is a
separate area of disk space where only file data is stored. The
separate area of disk space where only file data is stored. It was
realtime subvolume is designed to provide very deterministic
originally designed to provide deterministic data rates suitable
data rates suitable for media streaming applications.
for media streaming applications, but is also useful as a generic
mechanism for ensuring data and metadata/log I/Os are completely
See the xfs man page in section 5 for a bit more information.
separated. Regular file I/Os are isolated to a separate device
from all other requests, and this can be done quite transparently
to applications via the inherit-realtime directory inode flag.
This feature is unsupported at this time, is not yet fully
See the xfs man page in section 5 for additional information.
functional, and may cause serious problems.
If unsure, say N.
If unsure, say N.
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录