]> www.infradead.org Git - users/dhowells/kafs-web.git/commitdiff
Add TODO items for xfstests
authorDavid Howells <dhowells@redhat.com>
Tue, 30 Jun 2020 17:10:00 +0000 (18:10 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 30 Jun 2020 17:10:00 +0000 (18:10 +0100)
todo.html

index 8f6408fb23718a3cb7a4c26e35775d53a487244c..a91477a011b883579a313494171e5fee6921073a 100644 (file)
--- a/todo.html
+++ b/todo.html
@@ -93,7 +93,7 @@
        <!-- ################################################################################### --!>
        <!-- kafs -->
        <TR>
-         <TD rowspan=28 >kAFS filesystem</TD>
+         <TD rowspan=30 >kAFS filesystem</TD>
          <TD>Provide <A href="user_interface.html">pioctl</A> replacement,
            using <CODE>getxattr</CODE>, <I>sysfs</I>, <I>procfs</I>, <I>keyctl</I>
            and other interfaces as appropriate.  This is needed for path-based services
          <TD bgcolor="lightgreen">v5.8</TD>
        </TR>
 
+       <TR>
+         <TD>Make <A href="https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/">xfstests</A>
+         able to test kAFS</TD>
+         <TD>xfstests</TD>
+         <TD>Medium</TD>
+         <TD bgcolor="yellow">Partial</TD>
+       </TR>
+
+       <TR>
+         <TD>Fix breakage induced by xfstests</TD>
+         <TD>Kernel C</TD>
+         <TD>Medium</TD>
+         <TD bgcolor="lightgreen">v5.8</TD>
+       </TR>
+
        <TR>
          <TD>AIO read/write support</TD>
          <TD>Kernel C</TD>