Searched hist:"8142 db4f2792717837b97e219e5f5203dde17abb" (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/filesystems/ |
H A D | 9p.rst | diff 8142db4f2792717837b97e219e5f5203dde17abb Sat Dec 17 18:19:34 CET 2022 Eric Van Hensbergen <ericvh@kernel.org> fs/9p: allow disable of xattr support on mount
xattr creates a lot of additional messages for 9p in the current implementation. This allows users to conditionalize xattr support on 9p mount if they are on a connection with bad latency. Using this flag is also useful when debugging other aspects of 9p as it reduces the noise in the trace files.
Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org> Reviewed-by: Dominique Martinet <asmadeus@codewreck.org>
|
/linux/fs/9p/ |
H A D | v9fs.h | diff 8142db4f2792717837b97e219e5f5203dde17abb Sat Dec 17 18:19:34 CET 2022 Eric Van Hensbergen <ericvh@kernel.org> fs/9p: allow disable of xattr support on mount
xattr creates a lot of additional messages for 9p in the current implementation. This allows users to conditionalize xattr support on 9p mount if they are on a connection with bad latency. Using this flag is also useful when debugging other aspects of 9p as it reduces the noise in the trace files.
Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org> Reviewed-by: Dominique Martinet <asmadeus@codewreck.org>
|
H A D | v9fs.c | diff 8142db4f2792717837b97e219e5f5203dde17abb Sat Dec 17 18:19:34 CET 2022 Eric Van Hensbergen <ericvh@kernel.org> fs/9p: allow disable of xattr support on mount
xattr creates a lot of additional messages for 9p in the current implementation. This allows users to conditionalize xattr support on 9p mount if they are on a connection with bad latency. Using this flag is also useful when debugging other aspects of 9p as it reduces the noise in the trace files.
Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org> Reviewed-by: Dominique Martinet <asmadeus@codewreck.org>
|
H A D | vfs_super.c | diff 8142db4f2792717837b97e219e5f5203dde17abb Sat Dec 17 18:19:34 CET 2022 Eric Van Hensbergen <ericvh@kernel.org> fs/9p: allow disable of xattr support on mount
xattr creates a lot of additional messages for 9p in the current implementation. This allows users to conditionalize xattr support on 9p mount if they are on a connection with bad latency. Using this flag is also useful when debugging other aspects of 9p as it reduces the noise in the trace files.
Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org> Reviewed-by: Dominique Martinet <asmadeus@codewreck.org>
|