Merge branch 'vendor/LIBPCAP'
[dragonfly.git] / sys / vfs / hammer2 / CHANGES
1
2                             DESIGN CHANGES & ISSUES
3
4 * Indirect blocks have to be fully associative (all 1024 entries) for now,
5   I haven't figured out a way to break it down into smaller associative
6   blocks without breaking copies.
7
8 * (temporary) all data blocks are 64K at the moment.
9
10 * currently directory cookies are non-linear.