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
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-21fix bug:lfs_alloc will alloc one block repeatedly in multiple split田昕
2022-01-29Fix spelling errorsmikee47
2021-06-14Fix compiler warnings when LFS_READONLY definedTobias Nießen
2021-01-18Merge branch 'devel' into ci-revampChristopher Haster
2021-01-18Merge pull request #514 from mon/feature/assert_early_returnChristopher Haster
2021-01-18lfs_fs_preporphans ret int for graceful LFS_ASSERTWill
2021-01-18Merge pull request #511 from embeddedt/fix_lseekChristopher Haster
2021-01-18Merge pull request #508 from littlefs-project/fix-sanity-checkChristopher Haster
2021-01-18Merge pull request #502 from mon/feature/meta_limitsChristopher Haster
2021-01-18Moved lfs_mdir_isopen behind LFS_NO_ASSERTChristopher Haster
2021-01-11Removed unnecessary truncate condition thanks to new seek optimizationChristopher Haster
2021-01-11Fixed lfs_file_truncate issue where internal state may not be flushedChristopher Haster
2021-01-11Use lfs_file_rawsize to calculate LFS_SEEK_END positionThemba Dube
2021-01-10Added GitHub workflows to run testsChristopher Haster
2020-12-24Skip flushing file if lfs_file_rawseek() doesn't change positionThemba Dube
2020-12-22Moved sanity check in lfs_format after compactionfix-sanity-checkChristopher 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-06Renamed internal lfs_*raw -> lfs_raw* functionsChristopher Haster
2020-12-04Merge pull request #490 from littlefs-project/fix-alloc-evictionChristopher Haster
2020-12-04Moved lfs_mlist_isopen checks into the API wrappersChristopher 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-04Merge pull request #480 from maximevince/masterChristopher Haster
2020-12-04Squash of LFS_READONLY cleanupMaxime Vincent
2020-12-04Merge pull request #443 from NoahGorny/add-already-opened-assertChristopher Haster
2020-12-04Add lfs_mlist_append/remove helperNoah Gorny
2020-12-04Merge pull request #395 from gmpy/improve-write-performanceChristopher Haster
2020-11-29Changed lfs_dir_alloc to maximize block cycles for new metadata pairsfix-alloc-evictionChristopher Haster
2020-11-23Fixed single unchecked bit during commit verificationfix-alloc-reset-modulusChristopher Haster
2020-11-22Fixed allocation-eviction issue when erase state is multiple of block_cycles+1Christopher Haster
2020-11-20Switched to CRC as seed collection function instead of xorChristopher Haster
2020-11-20Removed unnecessary randomization of offsets in lfs_alloc_resetChristopher Haster
2020-11-20Fixed incorrect modulus in lfs_alloc_resetChristopher Haster
2020-11-19Use LFS_O_RDWR instead of magic number in lfs_file_* assertsNoah Gorny
2020-11-19Assert that file/dir struct is not reused in lfs_file_opencfg/lfs_dir_openNoah Gorny
2020-10-28Add LFS_READYONLY define, to allow smaller builds providing read-only modeMaxime Vincent
2020-09-18add thread safe wrappersBill Gesner
2020-04-03Fix -Wmissing-field-initializersDeomid "rojer" Ryabkov
2020-04-01Merge branch 'master' into test-revamptest-revampChristopher Haster