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
2019-08-31lfs: Validate lfs-cfg sizes before performing arithmetic logics with themRoy Kupershmid
2019-08-09Merge pull request #263 from rojer/wundefv2.1.1Christopher Haster
2019-08-09Merge pull request #257 from pabigot/pr/20190803aChristopher Haster
2019-08-08Fix build with -WundefDeomid "rojer" Ryabkov
2019-08-04lfs: do not reposition seek pointer on truncatePeter A. Bigot
2019-08-03lfs: initialize file offs fieldPeter A. Bigot
2019-08-03lfs: use meaningful names for magic block identifiersPeter A. Bigot
2019-07-31lfs: correct alignment restriction on lookahead bufferPeter A. Bigot
2019-07-29Fixed issue where lfs_migrate would relocate root and corrupt superblockChristopher Haster
2019-07-29Removed dependency on uninitialized value in lfs_file_t structChristopher Haster
2019-07-29Merge remote-tracking branch 'origin/master' into debug-improvementsChristopher Haster
2019-07-29Merge pull request #233 from ARMmbed/discourage-no-wear-levelingChristopher Haster
2019-07-29Merge pull request #242 from ARMmbed/fix-2048-erase-sizeChristopher Haster
2019-07-29Fixed issue where inline files were not cleaned upChristopher Haster
2019-07-29Changed rdonly/wronly mistakes to assertChristopher Haster
2019-07-29Merge pull request #237 from Ar2rL/reverse_finalize_closeChristopher Haster
2019-07-29Fixed license header in lfs.cChristopher Haster
2019-07-29Minor improvement to documentation over block_cyclesChristopher Haster
2019-07-27Switched to using hex for blocks and ids in debug outputChristopher Haster
2019-07-27Added a better solution for large prog sizesChristopher Haster
2019-07-24Fixed workaround for erase sizes >1024 BChristopher Haster
2019-07-21Set LFS_F_OPENED flag at places required by lfs internal logic.Ar2rL
2019-07-21Use LFS_F_OPENED flag to protect against use of not opened or closed file.Ar2rL
2019-07-18Changed block_cycles disable from 0 to -1Christopher Haster
2019-07-16Added asserts on positive return values from block device functionsChristopher Haster
2019-07-16Tweaked debug outputChristopher Haster
2019-07-16Added trace statements through LFS_YES_TRACEChristopher Haster
2019-07-01Fixed issues with reading and caching inline filesChristopher Haster
2019-07-01Fixed accidental truncate after seek on inline filesChristopher Haster
2019-07-01Added redundant compaction to lfs_format/lfs_migrateChristopher Haster
2019-07-01Fixed missing cache flush in lfs_migrateChristopher Haster
2019-05-24Fixed limit of inline files based on LFS_ATTR_MAXv2.0.4Christopher Haster
2019-05-24Fixed issue with writes following a truncateChristopher Haster
2019-05-24Fixed read cache amount based on hint and offsetChristopher Haster
2019-05-16Make lfs1_crc static so it doesn't conflict with prefixed LFS1 codeDeomid "rojer" Ryabkov
2019-04-17Merge pull request #160 from FreddieChopin/no-cache-bypassChristopher Haster
2019-04-12Don't bypass cache in `lfs_cache_prog()` and `lfs_cache_read()`Freddie Chopin
2019-04-12Fixed buffer overflow due to mistaking prog_size for cache_sizev2.0.2Christopher Haster
2019-04-12Fix: length more than LFS_FILE_MAX should return errorAjay Bhargav
2019-04-10Artificially limited number of file ids per metadata blockv2-alphaChristopher Haster
2019-04-10Cleaned up a couple of warningsChristopher Haster
2019-04-10Added clarification on buffer alignment.Christopher Haster
2019-04-10Fixed issue with handling block device errors in lfs_file_syncChristopher Haster
2019-04-10Added better handling of large program sizes (> 1024)Christopher Haster
2019-04-02Added v1->v2 migration into CIChristopher Haster
2019-02-28Added migration from littlefs v1Christopher Haster
2019-02-27Enabled -WextraChristopher Haster
2019-02-12Fixed several small issuesChristopher Haster
2019-01-31Fixed issue with long names causing unbounded recursionChristopher Haster
2019-01-30Fixed corner case in block_cycles eviction logicChristopher Haster