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
2022-03-21Merge pull request #635 from mikee47/fix/spelling-errorsChristopher Haster
2022-02-19Specify unit of the size members of the lfs_config structEmilio Lopes
2022-01-29Fix spelling errorsmikee47
2021-01-19Bumped minor version to v2.4Christopher Haster
2020-12-18Remove inline_files_max and lfs_t entry for metadata_maxWill
2020-12-15Add metadata_max and inline_file_max to configWill
2020-12-04Bumped minor version to v2.3Christopher Haster
2020-12-04Deprecate LFS_F_OPENED and use lfs_mlist_isused insteadNoah Gorny
2020-12-04Merge pull request #470 from renesas/SWFLEX-1517-littlefs-thread-safe-optionChristopher Haster
2020-12-04Moved LFS_TRACE calls to API wrapper functionsChristopher Haster
2020-12-04Tweaked thread-safe implementationChristopher Haster
2020-12-04make raw functions static. formatting tweaksBill Gesner
2020-12-04Squash of thread-safe PR cleanupBill Gesner
2020-12-04Squash of LFS_READONLY cleanupMaxime Vincent
2020-10-28Add LFS_READYONLY define, to allow smaller builds providing read-only modeMaxime Vincent
2020-09-18add thread safe wrappersBill Gesner
2020-03-30Bumped minor version to v2.2Christopher Haster
2020-01-27Added tests for power-cycled-relocations and fixed the bugs that fell outChristopher Haster
2019-07-29Bump version to v2.1v2.1.0Christopher Haster
2019-07-29Merge pull request #233 from ARMmbed/discourage-no-wear-levelingChristopher Haster
2019-07-29Merge pull request #237 from Ar2rL/reverse_finalize_closeChristopher Haster
2019-07-29Fixed seek-related typos in lfs.hChristopher Haster
2019-07-29Minor improvement to documentation over block_cyclesChristopher Haster
2019-07-23lfs: correct documentation on lookahead-related valuesPeter A. Bigot
2019-07-21Add necessary flag to mark file as being opened.Ar2rL
2019-07-18Changed block_cycles disable from 0 to -1Christopher Haster
2019-04-13Merge pull request #151 from Krakonos/masterv2.0.1Christopher Haster
2019-04-10Added clarification on buffer alignment.Christopher Haster
2019-03-01Fixed documentation for return lfs_dir_read return value.Ladislav Láska
2019-02-28Added migration from littlefs v1Christopher Haster
2019-01-23Added support for RAM-independent reading of inline filesChristopher Haster
2019-01-14Changed custom attribute descriptors to used arraysChristopher Haster
2019-01-14Modified global state format to work with new tag formatChristopher Haster
2019-01-14Cleaned up tag encoding, now with clear chunk fieldChristopher Haster
2018-12-28Switched to traversal-based compact logicChristopher Haster
2018-10-21Merge remote-tracking branch 'origin/master' into v2-rebase-part2Christopher Haster
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-10-18Fixed issue with creating files named "littlefs"Christopher Haster
2018-10-18Switched to strongly ordered directoriesChristopher Haster
2018-10-18Changed lookahead configuration unit to bytes instead of bitsChristopher Haster
2018-10-18Changed attr_max to be specific to custom attributesChristopher Haster
2018-10-18Edited tag structure to balance size vs id countChristopher Haster
2018-10-18Revisited xored-globals and related logicChristopher Haster
2018-10-18Combined superblock scan and fetch of xored-globals during mountChristopher Haster
2018-10-18Removed xored-globals from the mdir structChristopher Haster
2018-10-18Revisited some generic concepts, callbacks, and some reorganizationChristopher Haster
2018-10-18Added deletion to custom attributesChristopher Haster
2018-10-18Added support for deleting attributesChristopher Haster
2018-10-18Added support for entry insertionChristopher Haster