TODO
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. $Id: TODO,v 1.3 2001/03/01 23:26:48 dwmw2 Exp $
  2.  - disable compression in commit_write()? Or at least optimise the 'always write
  3. whole page' bit.
  4.  - fix zlib. It's ugly as hell and there are at least three copies in the kernel tree
  5.  - fine-tune the allocation / GC thresholds
  6.  - chattr support - turning on/off and tuning compression per-inode
  7.  - checkpointing (do we need this? scan is quite fast)
  8.  - make the scan code populate real inodes so read_inode just after 
  9. mount doesn't have to read the flash twice for large files.
  10. Make this a per-inode option, changable with chattr, so you can
  11. decide which inodes should be in-core immediately after mount.
  12.  - stop it depending on a block device. mount(8) needs a change for this.
  13.  - make it work on NAND flash. We need to know when we can GC
  14. deletion dirents, etc. And think about holes/truncation. It can
  15. all be done reasonably simply, but it need implementing.
  16.  - NAND flash will require new dirent/dnode structures on the medium with
  17. ECC data in rather than just the CRC we're using ATM.
  18.  - test, test, test