Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Haster <chaster@utexas.edu>2017-06-24 04:03:44 +0300
committerChristopher Haster <chaster@utexas.edu>2017-06-28 23:50:40 +0300
commit1eeb2a6811b936d3551a26c94aeafa3039535d4d (patch)
tree4d013fa8636e9840352dc03a5688f1d7c6e278a6 /lfs_util.c
parent0d66f9f9914d987e0f6cc90a1c46596fe03b456c (diff)
Shrinked on-disk directory program size
Directories still consume two full erase blocks, but now only program the exact on-disk region to store the directory contents. This results in a decent improvement in the amount of data written and read to the device when doing directory operations. Calculating the checksum of dynamically sized data is surprisingly tricky, since the size of the data could also contain errors. For the littlefs, we can assume the data size must fit in an erase block. If the data size is invalid, we can just treat the block as corrupted.
Diffstat (limited to 'lfs_util.c')
0 files changed, 0 insertions, 0 deletions