Commit History

作者 SHA1 備註 提交日期
  yog e334983767 don't use lfs_file_open() when LFS_NO_MALLOC is set 4 年之前
  mikee47 4977fa0c0e Fix spelling errors 4 年之前
  Tobias Nießen fdda3b4aa2 Always zero rambd buffer before first use 4 年之前
  Colin Foster 487df12dde Fail when block_size doesn't match config 4 年之前
  Colin Foster 3efb8e44f3 Fail mount when the block size changes 4 年之前
  Tobias Nießen fb2c311bb4 Fix compiler warnings when LFS_READONLY defined 4 年之前
  Christopher Haster ead50807f1 Merge pull request #565 from tniessen/fix-link-to-test-bd 4 年之前
  Christopher Haster 2f7596811d Merge pull request #529 from yamt/macos-make-test 4 年之前
  Tobias Nießen 1e423bae58 Fix link to test block device 4 年之前
  Meco Man 85dea04a19 [Sconscript] 增加编译过程中自动删除原仓库无用文件 4 年之前
  xieyangrun b9a410b3cf fixed getdents strncpy overwrite from:https://github.com/RT-Thread/rt-thread/pull/4530 4 年之前
  YAMAMOTO Takashi 3bee4d9a19 scripts/test.py: Fix infinite busy loops on macOS 4 年之前
  xieyangrun 4828c87a54 Merge remote-tracking branch 'remotes/origin/master' 4 年之前
  Christopher Haster 5358e78623 Moved LFS_TRACE calls to API wrapper functions 5 年之前
  Christopher Haster 3abe6b2873 Tweaked thread-safe implementation 5 年之前
  Bill Gesner 78e885a662 Squash of thread-safe PR cleanup 5 年之前
  Bill Gesner f9296fa499 add thread safe wrappers 5 年之前
  Maxime Vincent ae0d736c8e Squash of LFS_READONLY cleanup 5 年之前
  Maxime Vincent 6538c5d5f4 Add LFS_READYONLY define, to allow smaller builds providing read-only mode 5 年之前
  Noah Gorny 9c1c42f0f1 Add lfs_mlist_append/remove helper 5 年之前
  Christopher Haster 9239883a48 Bumped minor version to v2.4 4 年之前
  Christopher Haster 4ea5cabac1 Enabled overriding of LFS_ASSERT/TRACE/DEBUG/etc 4 年之前
  Will c83d9cccfb lfs_fs_preporphans ret int for graceful LFS_ASSERT 5 年之前
  Christopher Haster 60ed936c33 Removed unnecessary truncate condition thanks to new seek optimization 5 年之前
  Christopher Haster 2719ac1ad3 Fixed lfs_file_truncate issue where internal state may not be flushed 5 年之前
  Themba Dube 9e117c8574 Use lfs_file_rawsize to calculate LFS_SEEK_END position 5 年之前
  Themba Dube 1ee2f0b057 Skip flushing file if lfs_file_rawseek() doesn't change position 5 年之前
  Christopher Haster 93b967fbcd Moved sanity check in lfs_format after compaction 5 年之前
  Will 4c0b4a60d4 Remove inline_files_max and lfs_t entry for metadata_max 5 年之前
  Will ed272b72f7 Add metadata_max and inline_file_max to config 5 年之前