xref: /dflybsd-src/sys/vfs/hammer2/CHANGES (revision db71f61f5db17f6d05af98faa727853dea4aaf87)
1*db71f61fSMatthew Dillon
2*db71f61fSMatthew Dillon			    DESIGN CHANGES & ISSUES
3*db71f61fSMatthew Dillon
4*db71f61fSMatthew Dillon* Indirect blocks have to be fully associative (all 1024 entries) for now,
5*db71f61fSMatthew Dillon  I haven't figured out a way to break it down into smaller associative
6*db71f61fSMatthew Dillon  blocks without breaking copies.
7*db71f61fSMatthew Dillon
8*db71f61fSMatthew Dillon* (temporary) all data blocks are 64K at the moment.
9*db71f61fSMatthew Dillon
10*db71f61fSMatthew Dillon* currently directory cookies are non-linear.
11