The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/fs/jffs2/TODO

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: f9b6526da587fe5c051f18da1399a670


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.