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-11-27Stop wear-leveling during migrationfix-dir-rewind-relocateChristopher Haster
2019-11-26Fixed issue with directories falling out of date after block relocationChristopher Haster
2019-10-01lfs_dir_*: Cast error return codes to int.Sipke Vriend
2019-10-01lfs_file_rewind: Cast error return codes to int.Sipke Vriend
2019-10-01lfs_stat: Cast error return codes to int.Sipke Vriend
2019-10-01lfs_file_truncate: ensure lfs_file_seek return code is lsf_soff_t and cast er...Sipke Vriend
2019-10-01lfs_remove: Cast tag/error return codes to int.Sipke Vriend
2019-10-01lfs_rename: Cast error return codes to int.Sipke Vriend
2019-10-01Adjust lfs_dir_find return code to ensure 32 bit value.Sipke Vriend
2019-09-19Merge pull request #278 from roykuper13/validate-lfs-cfg-sizesv2.1.2Christopher Haster
2019-09-09build: Fix warnings about shift count width difference for 16 bit compilerSipke Vriend
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