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
AgeCommit message (Expand)Author
2017-10-11Added revision sum as tracking for filesystem stabilityrev-sum-stabilityChristopher Haster
2017-10-11Refactored deduplicate/deorphan step to single deorphan stepChristopher Haster
2017-10-10Added atomic move using dirty tag in entry typeChristopher Haster
2017-10-10Added self-hosting fuzz test using littlefs-fuseChristopher Haster
2017-10-10Added specification documentChristopher Haster
2017-09-27Fixed incorrect return value from lfs_file_seekChristopher Haster
2017-09-19Fixed problem with lookaheads larger than block deviceChristopher Haster
2017-09-18Fixed collection of multiblock directoriesChristopher Haster
2017-09-18Added checks for out-of-bound seeksChristopher Haster
2017-09-18Fixed some corner cases with pathsChristopher Haster
2017-09-18Fixed issue with negative modulo with unaligned lookaheadsChristopher Haster
2017-09-18Fixed issue with cold-write after seek to block boundaryChristopher Haster
2017-07-18Extended entry tag to support attributesv1.0Christopher Haster
2017-07-18Added build size output to CIChristopher Haster
2017-07-16Added sanity check for compiling exampleChristopher Haster
2017-07-16Removed a few "what"s from the documentationChristopher Haster
2017-07-08Adopted the Apache 2.0 licenseChristopher Haster
2017-06-29Updated .travis.yml to test multiple cache sizesChristopher Haster
2017-06-29Modified entry head to include name lengthChristopher Haster
2017-06-29Adopted redundant cache read in lfs_file_relocateChristopher Haster
2017-06-29Fixed missing erase during file relocationChristopher Haster
2017-06-29Fixed dirty rcache during directory commitChristopher Haster
2017-06-29Fixed relocation bug when a file is closed with lingering cachesChristopher Haster
2017-06-28Added internal check of data written to diskChristopher Haster
2017-06-28Shrinked on-disk directory program sizeChristopher Haster
2017-06-28Cleaned up design documentationChristopher Haster
2017-05-19Added documentation over the underlying designChristopher Haster
2017-05-15Added better documentationChristopher Haster
2017-05-15Added support for handling corrupted blocksChristopher Haster
2017-05-08Removed words variable from lfs structChristopher Haster
2017-05-08Added proper handling for removing open filesChristopher Haster
2017-05-08Adopted 0xffffffff as null pointerChristopher Haster
2017-05-08Added caching with managed caches at the file levelChristopher Haster
2017-05-08Fixed memory leak for lookahead bufferChristopher Haster
2017-05-08Fixed allocation bugs near the end of storageChristopher Haster
2017-05-08Added file list for tracking in flight allocationsChristopher Haster
2017-04-24Adopted more conventional buffer parameter orderingChristopher Haster
2017-04-24Fixed non-standard behaviour of rdwr streamsChristopher Haster
2017-04-24Standardized error valuesChristopher Haster
2017-04-24Structured some of the bulk of the codebaseChristopher Haster
2017-04-23Added support for full seek operationsChristopher Haster
2017-04-23Added correct handling of file syncing around overwritesChristopher Haster
2017-04-23Removed a layer of indirection for index-list lookupChristopher Haster
2017-04-23Cleaned up block allocatorChristopher Haster
2017-04-23Added optional block-level cachingChristopher Haster
2017-04-22Simplified configChristopher Haster
2017-04-18Restructured directory codeChristopher Haster
2017-04-18Added support for renaming dirs/filesChristopher Haster
2017-04-18Removed .. and . entriesChristopher Haster
2017-04-18Added dir navigation without needing parent entriesChristopher Haster