Lines Matching +full:add +full:- +full:fs
2 - support asynchronous operation -- add a per-fs 'reserved_space' count,
6 do shared writable mmap, if we can have a fs hook for do_wp_page() to
8 - disable compression in commit_write()?
9 - fine-tune the allocation / GC thresholds
10 - chattr support - turning on/off and tuning compression per-inode
11 - checkpointing (do we need this? scan is quite fast)
12 - make the scan code populate real inodes so read_inode just after
14 Make this a per-inode option, changeable with chattr, so you can
15 decide which inodes should be in-core immediately after mount.
16 - test, test, test
18 - NAND flash support:
19 - almost done :)
20 - use bad block check instead of the hardwired byte check
22 - Optimisations:
23 - Split writes so they go to two separate blocks rather than just c->nextblock.
24 By writing _new_ nodes to one block, and garbage-collected REF_PRISTINE
28 - Stop keeping name in-core with struct jffs2_full_dirent. If we keep the hash in
31 - Doubly-linked next_in_ino list to allow us to free obsoleted raw_node_refs immediately?
32 - Remove size from jffs2_raw_node_frag.
36 2. get_sb()->build_fs()->scan() path... Why get_sb() removes scan()'s crap in