Home | History | Annotate | Line # | Download | only in tmpfs
TODO revision 1.3.26.2
      1  1.3.26.2  yamt - File meta-data is stored using memory pools.  These use, at the moment,
      2  1.3.26.2  yamt   wired kernel memory, which is not acceptable because it is easy to turn
      3  1.3.26.2  yamt   the system unstable by exhausting it.  Therefore, a pool allocator that
      4  1.3.26.2  yamt   uses anonymous memory has to be written.
      5  1.3.26.2  yamt 
      6  1.3.26.2  yamt - Verify that file holes work (they should, but must be checked).  Add a
      7  1.3.26.2  yamt   regression test for this feature.
      8  1.3.26.2  yamt 
      9  1.3.26.2  yamt - NFS support is broken.  The readdir operation does not work well; it
     10  1.3.26.2  yamt   mostly works when wcc is disabled (which happens as soon as doing a `touch
     11  1.3.26.2  yamt   foo' over the NFS mount point).  However, files created in the original
     12  1.3.26.2  yamt   file system do not appear in the NFS mount point until another file
     13  1.3.26.2  yamt   is created over it.
     14  1.3.26.2  yamt 
     15  1.3.26.2  yamt - Fix and complete code marked with `XXX' and `TODO' tags.
     16