OSDN Git Service

Revert "Use fuse_main() instead of lower level functions."
[android-x86/external-exfat.git] / libexfat /
2019-04-20 Nathan HunspergerAdd support for timezone offsets.
2018-09-15 relanRepairing: implement unknown entry type fix.
2018-09-15 relanRepairing: implement invalid node checksum fix.
2018-09-15 relanRepairing: implement invalid VBR checksum fix.
2018-09-15 relanRepairing: pass struct exfat to verify_vbr_checksum().
2018-09-15 relanRepairing: add repair hooks file.
2018-09-15 relanRepairing: add "repair=n" option.
2018-04-02 LongPingWEIAndroid: convert Android.mk to Android.bp.
2018-04-02 Pablo Mendez HernandezAndroid: fix logcat support building in AOSP.
2018-04-02 relanAndroid: print log messages to logcat.
2018-04-02 liminghaoAndroid: support building exfat-utils.
2018-04-02 Tomohiro KusumiFix predefined macro for DragonFlyBSD.
2018-04-02 Oleksii SamorukovFix FreeBSD support, add UBLIO support.
2018-02-03 relanUpdate copyright years.
2018-01-19 m4rkusxxlFix searching for free slots in the root directory.
2017-12-16 relanFix compilation on GNU/HURD.
2017-09-05 Edward BettsCorrect spelling mistake in a comment.
2017-05-02 relanFix clusters bitmap size.
2017-04-01 relanClean up unused parameters in libexfat.
2017-03-31 relanFix crash when started with stdin, stdout or stderr...
2017-03-21 relanCheck clusters count validity.
2017-03-21 relanCheck that file or directory size does not exceed clust...
2017-03-19 relanRefactor error handling in exfat_mount().
2017-03-19 relanRemove excessive check in free_cluster().
2017-03-19 relanImprove upper bound check in CLUSTER_INVALID() macro.
2017-03-17 relanPass struct exfat to check_node().
2017-01-28 relanUpdate copyright years.
2017-01-16 relanAdd tail entries support.
2017-01-16 relanGeneric I/O for directories: switch readdir().
2017-01-16 relanGeneric I/O for directories: switch find_slot().
2017-01-16 relanGeneric I/O for directories: switch exfat_flush_node().
2017-01-16 relanGeneric I/O for directories: switch rename_entry().
2017-01-16 relanGeneric I/O for directories: switch erase_entry().
2017-01-16 relanGeneric I/O for directories: switch commit_entry().
2017-01-16 relanGeneric I/O for directories: switch find_label().
2017-01-16 relanGeneric I/O for directories: switch exfat_set_label().
2017-01-16 relanGeneric I/O for directories: do not update times.
2017-01-16 relanGeneric I/O for directories: add [read|write]_entries().
2017-01-16 relanRename node field flags to attrib.
2017-01-16 relanReplace node flags with bit fields.
2017-01-16 relanRename write_entry() to commit_entry().
2017-01-15 relanUse ROUND_UP() macro instead of DIV_ROUND_UP().
2016-12-27 relanPropagate ENOSPC on write.
2016-12-26 relanReduce the sizes of name buffers.
2016-12-26 relanChange output buffer size semantics for UTF functions.
2016-12-26 relanRemove buffer size argument for exfat_get_name().
2016-12-26 relanAvoid name length calculation in exfat_calc_name_hash().
2016-12-26 relanRefactor file entry checksum calculation.
2016-12-26 relanFix max file name length.
2016-12-05 relanMove meta2 fields checking into check_node().
2016-12-05 relanAdd node start cluster checks.
2016-12-05 relanRun all checks in check_node().
2016-12-05 relanImprove error messages in opendir().
2016-12-05 relanRemove unused field of struct iterator.
2016-11-12 relanFix memory leak on error path when directory read fails.
2016-08-06 relanRespect daylight saving time.
2016-08-06 relanUse DIV_ROUND_UP macro.
2016-06-03 relanUpdate copyright years.
2016-06-03 relanSupport upcase table compression.
2016-06-03 relanRemove ublio support.
2015-12-19 relanFix clusters loss when file renaming replaces target.
2015-11-07 relanFlush clusters bitmap on each file close.
2015-11-07 relanMove nodes flush from exfat_flush() into a separate...
2015-10-09 relanSupport platform macros for GNU/kFreeBSD and GNU/HURD.
2015-09-24 relanDetect infinite loop in rootdir_size().
2015-09-24 relanCheck sector and cluster size before use.
2015-09-24 relanDo not set archive bit on directory creation.
2015-08-26 relanDrop version.h header.
2015-08-26 relanInclude local headers before system headers.
2015-08-26 relanUse GNU build system (autotools).
2015-08-24 relanSupport musl libc that does not define __GLIBC__ macro.
2015-08-24 relanTurn "FS is larger than device" error into warning.
2015-08-24 relanRecognize optional entries.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanMove off_t size check from build script to code.
2015-08-24 relanPass default_permissions to FUSE.
2015-08-24 relanBump version to 1.1.0 and update changelog.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUse bool type in fetch_next_entry().
2015-08-24 relanUse bool type in verify_vbr_checksum().
2015-08-24 relanRename real_size to valid_size and add comment about...
2015-08-24 relanPrint errno on device open/close/fsync failure.
2015-08-24 relanUse apostrophe for both opening and closing quotes...
2015-08-24 relanFix opening of a regular file (broken in r403).
2015-08-24 relanSet errno to EROFS on failure to open the device in...
2015-08-24 relanHandle I/O errors in exfat_put_node().
2015-08-24 relanCheck device size on mount.
2015-08-24 relanValidate VBR checksum before other checks.
2015-08-24 relanFix return value from exfat_rename().
2015-08-24 relanFix memory use after free on error paths.
2015-08-24 relanFix compilation on OpenBSD.
2015-08-24 relanAdd OpenBSD support.
2015-08-24 relanRelax node size check. This fixes pagefile.sys error.
2015-08-24 relanMove node checks into a separate function check_node().
2015-08-24 relanSimplify return code checking in shrink_directory().
2015-08-24 relanFix bitmaps handling on big-endian machines.
2015-08-24 relanHandle I/O error in exfat_next_cluster().
2015-08-24 relanFix return codes from exfat_close() and exfat_fsync().
2015-08-24 relanHandle I/O error in exfat_flush().
2015-08-24 relanHandle I/O errors in exfat_flush_node().
next