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-10-13Updated copyrightChristopher 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-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-08Adopted the Apache 2.0 licenseChristopher 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-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
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