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.h
AgeCommit message (Expand)Author
2019-03-01Fixed documentation for return lfs_dir_read return value.Ladislav Láska
2018-10-20Added 2GiB file size limit and EFBIG reportingChristopher Haster
2018-10-20Fixed issue where a rename causes a split and pushes dir out of syncChristopher Haster
2018-07-27Bumped minor version to v1.6v1.6.0Christopher Haster
2018-07-18Added file config structure and lfs_file_opencfgDamien George
2018-07-13Add C++ guards to public headersFreddie Chopin
2018-06-21Changed license to BSD-3-Clauselicense-bsd-3Christopher Haster
2018-04-11Fixed lookahead overflow and removed unbounded lookahead pointersChristopher Haster
2018-04-09Removed outdated note about moves and powerlossChristopher Haster
2018-02-19Added more configurable utilsChristopher Haster
2018-02-08Fix incorrect lookahead population before ackChristopher Haster
2018-02-04Fixed some minor error code differencesChristopher Haster
2018-01-26Add version info for software library and on-disk structuresChristopher Haster
2018-01-21Added lfs_file_truncateChristopher Haster
2018-01-12Added error code LFS_ERR_NOTEMPTYChristopher Haster
2018-01-11Added asserts on geometry and updated config documentationChristopher Haster
2017-11-22Added directory list for synchronizing in flight directoriesChristopher Haster
2017-11-22Removed vestigial function declarationChristopher Haster
2017-11-17Fixed standard name mismatch LFS_ERR_EXISTS -> LFS_ERR_EXISTChristopher Haster
2017-11-17Added sticky-bit for preventing file syncs after write errorsChristopher Haster
2017-11-10Fixed issue with aggressively rounding down lookahead configurationChristopher Haster
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-19Fixed problem with lookaheads larger than block deviceChristopher 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-28Added internal check of data written to diskChristopher 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 caching with managed caches at the file levelChristopher 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-18Moved to brute-force deorphan without parent pointersChristopher Haster
2017-04-18Added the lfs_stat functionChristopher Haster
2017-04-18Added full dir list and rudimentary block allocatorChristopher Haster