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
path: root/lfs.c
AgeCommit message (Expand)Author
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
2017-04-18Moved to brute-force deorphan without parent pointersChristopher Haster
2017-04-18Added the lfs_stat functionChristopher Haster
2017-04-18Added proper handling of orphansChristopher Haster
2017-04-18Added full dir list and rudimentary block allocatorChristopher Haster
2017-04-18Added path iteration and chained directoriesChristopher Haster
2017-03-26Added dir tests, test fixes, configChristopher Haster
2017-03-26Added a rudimentary test frameworkChristopher Haster
2017-03-26Restructured the major interfaces of the filesystemChristopher Haster
2017-03-26Revised free-list structure to adopt a lazy scanning allocator of sortsChristopher Haster
2017-03-20Added support for the basic file operationChristopher Haster
2017-03-20Added limited support for directoriesChristopher Haster
2017-03-20Added better handling for metadata pairsChristopher Haster
2017-03-20Added initial superblock definitionChristopher Haster
2017-02-27Adopted ctz skip-list structure earlier than expectedChristopher Haster
2017-02-27Initial commit of progress, minimal formatting niave free listChristopher Haster