提交历史

作者 SHA1 备注 提交日期
  Christopher Haster 8070abec34 Added rudimentary framework for journaling metadata pairs 7 年之前
  Christopher Haster 746b90965c Added lfs_fs_size for finding a count of used blocks 7 年之前
  Christopher Haster 93244a3734 Added file-level and fs-level custom attribute APIs 7 年之前
  Christopher Haster 6c754c8023 Added support for atomically committing custom attributes 7 年之前
  Christopher Haster 6ffc8d3480 Added simple custom attributes 7 年之前
  Christopher Haster 65ea6b3d0f Bumped versions, cleaned up some TODOs and missing comments 7 年之前
  Christopher Haster 6774276124 Expanded inline files up to a limit of 1023 bytes 7 年之前
  Christopher Haster 6362afa8d0 Added disk-backed limits on the name/attrs/inline sizes 7 年之前
  Christopher Haster d0e0453651 Changed how we write out superblock to use append 7 年之前
  Christopher Haster 836e23895a Shoehorned in hacky implementation of inline files 7 年之前
  Christopher Haster 9273ac708b Added size field to entry structure 7 年之前
  Christopher Haster 49698e431f Separated type/struct fields in dir entries 7 年之前
  Christopher Haster 9637b96069 Fixed lookahead overflow and removed unbounded lookahead pointers 7 年之前
  Christopher Haster 93ece2e87a Removed outdated note about moves and powerloss 7 年之前
  Christopher Haster a3fd2d4d6d Added more configurable utils 7 年之前
  Christopher Haster e611cf5050 Fix incorrect lookahead population before ack 7 年之前
  Christopher Haster a25743a82a Fixed some minor error code differences 7 年之前
  Christopher Haster 035552a858 Add version info for software library and on-disk structures 8 年之前
  Christopher Haster d88f0ac02f Added lfs_file_truncate 8 年之前
  Christopher Haster db8872781a Added error code LFS_ERR_NOTEMPTY 8 年之前
  Christopher Haster c2fab8fabb Added asserts on geometry and updated config documentation 8 年之前
  Christopher Haster bf78b09d37 Added directory list for synchronizing in flight directories 8 年之前
  Christopher Haster e169d06c57 Removed vestigial function declaration 8 年之前
  Christopher Haster f9f4f5ccec Fixed standard name mismatch LFS_ERR_EXISTS -> LFS_ERR_EXIST 8 年之前
  Christopher Haster 843e3c6c75 Added sticky-bit for preventing file syncs after write errors 8 年之前
  Christopher Haster f4aeb8331a Fixed issue with aggressively rounding down lookahead configuration 8 年之前
  Christopher Haster 83d4c614a0 Updated copyright 8 年之前
  Christopher Haster 539409e2fb Refactored deduplicate/deorphan step to single deorphan step 8 年之前
  Christopher Haster 2936514b5e Added atomic move using dirty tag in entry type 8 年之前
  Christopher Haster 273cb7c9c8 Fixed problem with lookaheads larger than block device 8 年之前