blob: 9bad0b78f3e55ad5cc9999ee166469627f617de6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
$Id: TODO,v 1.6 2002/09/09 15:48:56 germeier Exp $
* Kernel Module
- the MPIO can no multitasking, so:
allow only *one* process to use the device
[did always work, my mistake]
* libmpio
- find FAT entry dynamic [DONE]
- finish API
- implement dir functions
- implement ECC code (we want a GPL code for this)
[error checking works, TODO: error correction)
- use ECC code for every read/write operation!! [done]
- implement reading of files
- implement writing of files
If everything is done:
- implement formating of external memory [partially done]
* write code to fix defective CIS (??), MBR, PBR
- implement formating of internal memory (BEWARE !!!!)
* mpio_tool [is deprecated, use mpiosh]
* mpiosh
- more completion functions
+ command completion [DONE]
+ correct completion of filenames (quoting)
- handle regexps in command arguments [DONE]
- use indices for files as possible arguments for put/get
- use shell-like regular expressions
|