-
Notifications
You must be signed in to change notification settings - Fork 7
/
ChangeLog
37 lines (27 loc) · 1.08 KB
/
ChangeLog
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
32
33
34
35
36
TODO:
* ext4 add support for out of order extents
* fsextinfo output file system identifier
* add support for file name codepage
* add support for orphan list and orphan file
* rename libfsext_block_stream to libfsext_data_stream
** refactor libfsext_block_stream_initialize_from_extents to have extents and size arguments
* determine if file_entry_get_size should return non-zero size for a directory?
* get_file_entry_by_path determine Unicode form
* merge continous extents
* add support for checksums
* add support for ext4 extents checksum
* add support for ext4 directory entry tail
* have date time functions return 0 if not set
* libfsext_inode_read_data_reference
* add support for extents header depth > 0 in inode
* add support for EXT2_COMPRBLK_FL
* add support for hash tree directories
* can be read, but none of the hash tree data structures are used
* directory replace array by data structure that is more efficient for large
number of comparisions, e.g. a b-tree.
20150429
* see `git log' for more recent change log
20110203
* 2011 updates
20101023
* Initial version