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
2023-06-30Bumped minor version to v2.7Christopher Haster
2023-06-29Added LFS_MULTIVERSION, made lfs2.0 support a compile-time optionChristopher Haster
2023-06-29Added support for writing on-disk version lfs2.0Christopher Haster
2023-06-29Removed fsinfo.block_usage for nowfs-statChristopher Haster
2023-06-07Changed fsinfo.minor_version -> fsinfo.disk_versionChristopher Haster
2023-06-06Added lfs_fs_stat for access to filesystem status/configurationChristopher Haster
2023-04-27Added lfs_fs_mkconsistentmkconsistentChristopher Haster
2023-04-21Bumped minor version to v2.6 and on-disk minor version to lfs2.1Christopher Haster
2022-12-17Reverted removal of 1-bit counter threaded through tagsChristopher Haster
2022-12-17Continued implementation of forward-crcs, adopted new test runnersChristopher Haster
2022-12-17Switched to separate-tag encoding of forward-looking CRCsChristopher Haster
2022-12-07Merge remote-tracking branch 'origin/master' into test-and-bench-runnersChristopher Haster
2022-09-12Improve lfs_file_close usage descriptionXenoamor
2022-08-24Added back heuristic-based power-loss testingChristopher Haster
2022-04-14Bumped minor version to v2.5Christopher Haster
2022-04-11Merge pull request #657 from littlefs-project/copyright-updateChristopher Haster
2022-04-10Merge pull request #614 from nnayo/fix_no_malloc_2Christopher Haster
2022-03-21Merge pull request #635 from mikee47/fix/spelling-errorsChristopher Haster
2022-03-21Update copyright noticecopyright-updateChristopher Haster
2022-02-19Specify unit of the size members of the lfs_config structEmilio Lopes
2022-02-19don't use lfs_file_open() when LFS_NO_MALLOC is setyog
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