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
2023-04-26Merge remote-tracking branch 'origin/devel' into fix-dir-seek-endfix-dir-seek-endChristopher 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 #809 from littlefs-project/brent-cycle-detectionChristopher Haster
2023-04-21Added ability to bump on-disk minor versionChristopher Haster
2023-04-18Fixed issue where seeking to end-of-directory return LFS_ERR_INVALChristopher Haster
2023-04-18Added explicit assert for minimum block size of 128 bytesassert-minimum-block-sizeChristopher Haster
2023-04-18Added an assert for truthy-preserving bool conversionsassert-bool-castChristopher Haster
2022-12-17Fixed issue where deorphan could get stuck circling between two half-orphansChristopher 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-17Cleaned up a few additional commit corner casesChristopher Haster
2022-12-17Initial implementation of forward-looking erase-state CRCsChristopher Haster
2022-12-17Adopted Brent's algorithm for cycle detectionbrent-cycle-detectionChristopher Haster
2022-12-07Merge remote-tracking branch 'origin/master' into test-and-bench-runnersChristopher Haster
2022-11-28Fixed incorrect calculation of extra space needed in mdir blocksChristopher Haster
2022-11-28Fixed hidden orphans by separating deorphan search into two passesChristopher Haster
2022-11-10Merge pull request #744 from littlefs-project/fix-fetchmatch-err-pathv2.5.1Christopher Haster
2022-11-10Merge pull request #740 from cbiffle/fix-invalid-block-size-reportingChristopher Haster
2022-11-10Merge pull request #724 from littlefs-project/clang-lintChristopher Haster
2022-11-04Fixed lfs_dir_fetchmatch not propogating bd errors correctly in one casefix-fetchmatch-err-pathChristopher Haster
2022-10-10Fix invalid block size reporting.Cliff L. Biffle
2022-09-07Fixed self-assign warnings discovered by clangclang-lintChristopher Haster
2022-04-25Fix unused function warning with LFS_NO_MALLOCKevin ORourke
2022-04-11Reduced lfs_dir_traverse's explicit stack to 3 framesChristopher Haster
2022-04-11Merge pull request #658 from littlefs-project/no-recursionChristopher Haster
2022-04-11Merge pull request #666 from invoxiaamo/rename-opti2Christopher Haster
2022-04-11Merge pull request #657 from littlefs-project/copyright-updateChristopher Haster
2022-04-11Merge pull request #638 from lmapii/masterChristopher Haster
2022-04-11Merge pull request #632 from robekras/patch-1Christopher Haster
2022-04-10Merge pull request #630 from Johnxjj/dev-johnxjjChristopher Haster
2022-04-10Merge pull request #614 from nnayo/fix_no_malloc_2Christopher Haster
2022-04-10Merge pull request #584 from colin-foster-in-advantage/block_size_mount_failChristopher Haster
2022-04-10Optimization of the rename case.Arnaud Mouiche
2022-04-10Updated error handling for NOSPCmartin
2022-04-10Set the limit, the cursor cannot be set to a negative numberxujunjun
2022-04-10Squash of CR changesColin Foster
2022-04-10Modified robekras's optimization to avoid flush for all seeks in cacheChristopher Haster
2022-04-09Update lfs.crobekras
2022-03-22Fixed missing definition of lfs_cache_drop in readonly modev2.4.2Christopher Haster
2022-03-21Merge branch 'bf_lfs_file_seek_readonly' into HEADChristopher Haster
2022-03-21Tweaked lfs_file_flush to still flush caches when build under LFS_READONLYChristopher Haster
2022-03-21Fix lfs_file_seek doesn't update cache properties correctly in readonly mode....ondrap
2022-03-21Merge pull request #635 from mikee47/fix/spelling-errorsChristopher Haster
2022-03-21Merge pull request #620 from XinStellaris/masterChristopher Haster
2022-03-21Update copyright noticecopyright-updateChristopher Haster
2022-03-21fix bug:lfs_alloc will alloc one block repeatedly in multiple split田昕
2022-03-20Removed recursion from lfs_dir_traverseno-recursionChristopher Haster
2022-03-20Removed recursion in file read/writesChristopher Haster