X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=Documentation%2Fyaffs-todo.html;h=ccef2e8dbeb7d1af36d47b3aca06af3446963eff;hb=37122d7644239983d55096a85bca6fb8e248cf20;hp=831b2d32c62362220fdc9fbca6ece627eb6ed4d4;hpb=e7944bf67d156b9ecb1c8cdf9223dfb0e3154ba4;p=yaffs%2F.git diff --git a/Documentation/yaffs-todo.html b/Documentation/yaffs-todo.html index 831b2d3..ccef2e8 100644 --- a/Documentation/yaffs-todo.html +++ b/Documentation/yaffs-todo.html @@ -7,7 +7,7 @@ - +

YAFFS Todo as at 21/08/2002

@@ -22,7 +22,7 @@

Tools to be done

    -
  1. +
  2. Dumper and analyser to work off the mtd.

Recently done with no known problems (ie. probably needs significant testing)

@@ -49,16 +49,19 @@ significant testing) the spirit of mkcramfs).

  • Added support for special inodes (pipes, character & block devices, sockets).

    -
  • Added generic read/write support to use page caching.

    +
  • Added generic read/write support to use page caching. + Selectable by configuration of CONFIG_YAFFS_USE_GENERIC_RW.

    Done, but currently known to be broken

      -

      nothing.

      +
    1. If you fill yaffs and then try to copy more files into it, + you end up with a bunch of objxxx files when you do an ls.

    Longer term stuff to do

    1. Discuss improved NAND page interface with mtd group. This has - actually started.

      + actually started. Luc van Oostenryck is also looking at an + alternative layer to mtd.

    2. Pull out all YAFFS_OK and YAFFS_FAIL style errors and return with -ENOMEM style error messages.