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
AgeCommit message (Expand)Author
2023-08-18Add test_superblocks_mount_unknown_block_countBrian Pugh
2023-08-18fix corruption checkBrian Pugh
2023-08-17Add a unit test; currently hanging on final permutation.Brian Pugh
2023-08-17introduce lfs->block_count. If cfg->block_count is 0, autopopulate from super...Brian Pugh
2023-08-17remove redundant superblock checkBrian Pugh
2023-08-17refactor lfs_scan_for_state_updates and lfs_scan_for_superblock out of lfs_fo...Brian Pugh
2023-08-03initlize struct lfs_diskoff disk = {0}Mohammad Dahamshi
2023-08-03Fixed integer conversion warning from Code Composer Studiofix-conversion-warningChristopher Haster
2023-07-03Fixed release script breaking if there is no previous versionfix-ci-release-no-versionChristopher Haster
2023-06-30Merge pull request #848 from littlefs-project/develv2.7.0Christopher Haster
2023-06-30Bumped minor version to v2.7Christopher Haster
2023-06-30Merge pull request #846 from littlefs-project/link-chan-fatfsChristopher Haster
2023-06-30Merge pull request #839 from littlefs-project/configurable-disk-versionChristopher Haster
2023-06-30Merge pull request #838 from littlefs-project/fs-statChristopher Haster
2023-06-29Added LFS_MULTIVERSION and testing of lfs2.0 to CIconfigurable-disk-versionChristopher 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-26Added a link to ChaN's FatFS implementationlink-chan-fatfsChristopher Haster
2023-06-07Changed fsinfo.minor_version -> fsinfo.disk_versionChristopher Haster
2023-06-07Increased context on failures for Valgrind in CIChristopher Haster
2023-06-07Removed previous-version lfsp_fs_stat checks in test_compatChristopher Haster
2023-06-06Promoted lfs_gstate_needssuperblock to be available in readonly buildsChristopher Haster
2023-06-06Removed use of LFS_VERSION in test_compatChristopher Haster
2023-06-06Added lfs_fs_stat for access to filesystem status/configurationChristopher Haster
2023-05-23Merge pull request #832 from littlefs-project/remove-sys-typesv2.6.1Christopher Haster
2023-05-23Merge pull request #819 from benpicco/fix-AVRChristopher Haster
2023-05-23Merge pull request #818 from littlefs-project/convince-github-littlefs-is-cChristopher Haster
2023-05-17Removed unnecessary sys/types.h includeremove-sys-typesChristopher Haster
2023-05-05Fix build for AVRBenjamin Valentin
2023-05-04Reclassify .toml files as .c files on GitHubconvince-github-littlefs-is-cChristopher Haster
2023-05-04Merge pull request #814 from littlefs-project/develv2.6.0Christopher Haster
2023-05-01Merge pull request #812 from littlefs-project/mkconsistentChristopher Haster
2023-05-01Merge pull request #811 from littlefs-project/fix-deorphan-repeatedlyChristopher Haster
2023-04-27Added lfs_fs_mkconsistentmkconsistentChristopher Haster
2023-04-27Fixed issue where lfs_fs_deorphan may run more than neededfix-deorphan-repeatedlyChristopher Haster
2023-04-26Merge pull request #805 from littlefs-project/fix-dir-seek-endChristopher Haster
2023-04-26Merge pull request #800 from littlefs-project/fix-boundary-truncatesChristopher Haster
2023-04-26Merge remote-tracking branch 'origin/devel' into fix-dir-seek-endfix-dir-seek-endChristopher Haster
2023-04-26Merge remote-tracking branch 'origin/devel' into fix-boundary-truncatesfix-boundary-truncatesChristopher Haster
2023-04-26Merge pull request #802 from littlefs-project/assert-minimum-block-sizeChristopher Haster
2023-04-26Merge pull request #801 from littlefs-project/assert-bool-castChristopher Haster
2023-04-26Merge pull request #807 from littlefs-project/doc-link-littlefs2-rustChristopher Haster
2023-04-26Tweaked wording of littlefs2-rust link in README.mddoc-link-littlefs2-rustChristopher Haster
2023-04-26chore: add littlefs2 crate to READMELachezar Lechev
2023-04-26Merge pull request #718 from yomimono/mention-chamelonChristopher Haster
2023-04-26Merge pull request #572 from tniessen/add-littlefs-disk-img-viewerChristopher Haster
2023-04-26Merge pull request #809 from littlefs-project/brent-cycle-detectionChristopher Haster
2023-04-26Merge pull request #497 from littlefs-project/crc-rework-2Christopher Haster
2023-04-26Merge pull request #752 from littlefs-project/test-and-bench-runnersChristopher Haster