diff options
author | Steve French <stfrench@microsoft.com> | 2024-01-19 07:36:13 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2024-01-19 19:30:22 +0300 |
commit | cfb7a13399be2234052a5bc480d166cd33047b0c (patch) | |
tree | ee91c65dbe8d28aec5420f2684059d1fee1b162d | |
parent | 7f738527a7a03021c7e1b02e188f446845f05eb6 (diff) | |
download | linux-cfb7a13399be2234052a5bc480d166cd33047b0c.tar.xz |
cifs: update known bugs mentioned in kernel docs for cifs
Remove bugs that have been addressed and add link to xfstest results
wiki.
Signed-off-by: Steve French <stfrench@microsoft.com>
-rw-r--r-- | Documentation/admin-guide/cifs/todo.rst | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Documentation/admin-guide/cifs/todo.rst b/Documentation/admin-guide/cifs/todo.rst index e46c36001394..9a65c670774e 100644 --- a/Documentation/admin-guide/cifs/todo.rst +++ b/Documentation/admin-guide/cifs/todo.rst @@ -106,13 +106,7 @@ Known Bugs See https://bugzilla.samba.org - search on product "CifsVFS" for current bug list. Also check http://bugzilla.kernel.org (Product = File System, Component = CIFS) - -1) existing symbolic links (Windows reparse points) are recognized but - can not be created remotely. They are implemented for Samba and those that - support the CIFS Unix extensions, although earlier versions of Samba - overly restrict the pathnames. -2) follow_link and readdir code does not follow dfs junctions - but recognizes them +and xfstest results e.g. https://wiki.samba.org/index.php/Xfstest-results-smb3 Misc testing to do ================== |