Christopher Haster
|
999ef6656f
paths: Changed CREAT with a trailing slash to return NOTDIR
|
1 anno fa |
Christopher Haster
|
80ca1ea300
paths: Reject empty paths
|
1 anno fa |
Christopher Haster
|
815f0d85a5
paths: Fixed dots followed by dotdots
|
1 anno fa |
Christopher Haster
|
dc92dec6d3
paths: Reject dotdots above root
|
1 anno fa |
Christopher Haster
|
a6035071be
paths: Fixed/doc trailing slash/dot POSIX incompatibilities
|
1 anno fa |
Christopher Haster
|
6e52140d51
Merge pull request #959 from littlefs-project/fix-expanded-magic
|
1 anno fa |
Brian Pugh
|
749a45650f
Fix DivideByZero exception when filesystem is completely full.
|
1 anno fa |
Christopher Haster
|
11b036cc6c
Prevented unnecessary superblock rewrites if old version in superblock chain
|
1 anno fa |
Christopher Haster
|
a60a986c9c
Duplicate the superblock entry during superblock expansion
|
1 anno fa |
Christopher Haster
|
4dd30c1b8f
Merge pull request #948 from littlefs-project/fix-sync-ordering
|
1 anno fa |
Christopher Haster
|
6352185949
Fixed sync issue where data writes could appear before metadata writes
|
1 anno fa |
Christopher Haster
|
ddbfcaa722
Fixed synthetic move underflows in lfs_dir_get
|
1 anno fa |
Christopher Haster
|
a70870c628
Renamed internal functions _raw* -> _*_
|
2 anni fa |
Christopher Haster
|
ceb17a0f4a
Merge pull request #917 from tomscii/fix_return_value_of_lfs_rename
|
1 anno fa |
Christopher Haster
|
8b8fd14187
Added inline_max, to optionally limit the size of inlined files
|
2 anni fa |
Christopher Haster
|
09972a1710
Merge pull request #913 from littlefs-project/gc-compactions
|
1 anno fa |
Christopher Haster
|
ed7bd05435
Merge pull request #912 from littlefs-project/relaxed-lookahead
|
1 anno fa |
Christopher Haster
|
b5cd957f42
Extended lfs_fs_gc to compact metadata, compact_thresh
|
2 anni fa |
Christopher Haster
|
1711bdef76
Merge pull request #886 from BrianPugh/macro-sanity-check
|
1 anno fa |
Tom Szilagyi
|
4f32738cd6
Fix return value of lfs_rename()
|
1 anno fa |
Christopher Haster
|
6691718b18
Restricted LFS_FILE_MAX to signed 32-bits, <2^31, <=2147483647
|
1 anno fa |
Christopher Haster
|
1fefcbbcba
Rearranged compile-time constant checks to live near lfs_init
|
1 anno fa |
Christopher Haster
|
b1b10c0e75
Relaxed lookahead buffer alignment
|
2 anni fa |
Christopher Haster
|
1f9c3c04b1
Reworked the block allocator so the logic is hopefully simpler
|
2 anni fa |
Christopher Haster
|
7b68441888
Renamed a number of internal block-allocator fields
|
2 anni fa |
Christopher Haster
|
b9b95ab4bc
Increase threshold for superblock expansion from ~50% -> ~88% full
|
2 anni fa |
Brian Pugh
|
c531a5e88f
Replace erroneous LFS_FILE_MAX upper bound 4294967296 to 4294967295
|
2 anni fa |
Brian Pugh
|
8f9427dd53
Add value-range checks for user-definable macros
|
2 anni fa |
Daniël van de Giessen
|
92fc780f71
lfs_fs_raw* functions should be static
|
2 anni fa |
Christopher Haster
|
6b33ee5e34
Renamed lfs_fs_findfreeblocks -> lfs_fs_gc, tweaked documentation
|
2 anni fa |