OSDN Git Service

Set errno to EROFS on failure to open the device in RW mode.
[android-x86/external-exfat.git] / libexfat /
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().
2015-08-24 relanClose device and free super block on failure to read...
2015-08-24 relanHandle I/O errors in erase_entry().
2015-08-24 relanHandle I/O errors in rename_entry().
2015-08-24 relanHandle I/O error in set_next_cluster().
2015-08-24 relanHandle I/O error in erase_raw().
2015-08-24 relanHandle I/O errors.
2015-08-24 relanGive the caller of pread()/pwrite() a chance to handle...
2015-08-24 relanAddress clusters bitmap using size_t-sized blocks inste...
2015-08-24 relanCheck max continuations count when reading file entry.
2015-08-24 relanFix buffer overflows for file names of exactly 256...
2015-08-24 relanImplement fsync() and fsyncdir().
2015-08-24 relanRelicense the code from GPLv3+ to GPLv2+.
2015-08-24 relanUse safer names for byteorder stuff.
2015-08-24 relanRemove OpenBSD-specific macros.
2015-08-24 relanRemove Solaris-specific macros.
2015-08-24 relanFix __attribute => __attribute__.
2015-08-24 relanUse C11 _Static_assert if it is supported by a compiler.
2015-08-24 relanImprove STATIC_ASSERT.
2015-08-24 relanRemove excessive semicolons after static asserts.
2015-08-24 relanMove compiler-specific code into a separate header.
2015-08-24 relanUpdate volume label in struct exfat on exfat_set_label().
2015-08-24 relanFix handling of long non-ASCII file names.
2015-08-24 relanMove platform-specific code into a separate header.
2015-08-24 relanRelax mode handling.
2015-08-24 relanAdd "quiet" option.
2015-08-24 relanAvoid extra erase on writes to the end of a file.
2015-08-24 relanUse bool type.
2015-08-24 relanMake next_entry() function static.
2015-08-24 relanFix unexpected removal of a directory if it is moved...
2015-08-24 relanFix "Operation not permitted" error on reading an empty...
2015-08-24 relanBump version to 1.0.0 and update changelog.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanFix allocation of a cluster beyond valid clusters range.
2015-08-24 relanRemove duplicate code in reset_cache().
2015-08-24 relanMove tree_attach() and tree_detach() upper.
2015-08-24 relanFix extra decrement of reference counter of hanging...
2015-08-24 relanSeek to the beginning of the device after detecting...
2015-08-24 relanPrint device name in the error message.
2015-08-24 relanFix exfat_generic_pwrite().
2015-08-24 relanCheck size of off_t type in SConscript.
2015-08-24 relanFix crash in exfat_rename().
2015-08-24 relanOS X: fix raw device size detection.
2015-08-24 relanUse bool type.
2015-08-24 relanOS X: correctly detect device size.
2015-08-24 relanRename exfat_mode() to exfat_get_mode().
2015-08-24 relanRemove extra include.
2015-08-24 relanCheck file size after all name entries are parsed.
2015-08-24 relanDo not print directory name on size check failure.
2015-08-24 relanUse bool type.
2015-08-24 relanDo BLKROGET ioctl to make sure the device is not read...
2015-08-24 relanRefactor device access mode handling.
2015-08-24 relanImprove invalid clusters handling.
2015-08-24 relanBump version to 0.9.8 and update changelog.
2015-08-24 relanThe new mkfs rewritten in more declarative style.
2015-08-24 relanExplicitly require C99 and define _GNU_SOURCE.
2015-08-24 relanFix _FILE_OFFSET_BITS check: it can be not defined...
2015-08-24 relanFix handling of characters beyond BMP.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanEcho messages to syslog only if stderr is not attached...
2015-08-24 relanSelect suitable cluster size when creating a huge FS.
2015-08-24 relanAdd constant for the last possible valid cluster number.
2015-08-24 relanFix huge sizes formatting.
2015-08-24 relanBump version to 0.9.7 and update changelog.
2015-08-24 relanFix format warnings produced by clang.
2015-08-24 relanFix error message about device type.
2015-08-24 relanAdd ublio support for FreeBSD.
2015-08-24 relanRepresent device as an extensible structure.
2015-08-24 relanAdd exfat_seek() interface (wrapper for lseek()).
2015-08-24 relanAdd exfat_read() and exfat_write() interfaces.
2015-08-24 relanUse appropriate feature test macro for pread() and...
2015-08-24 relanAdd exfat_fsync() function.
2015-08-24 relanAdd exfat_close() function.
2015-08-24 relanRename read/write functions.
2015-08-24 relanFix mtime centiseconds field initialization.
2015-08-24 relanUse a more portable way to obtain timezone offset.
2015-08-24 relanMove time-related stuff into a separate file.
2015-08-24 relanRemove _XOPEN_SOURCE define.
2015-08-24 relanPut _XOPEN_SOURCE define before any includes as recomme...
2015-08-24 relanFix minutes field extraction.
2015-08-24 relanIncrease comments indentation.
2015-08-24 relanRemove obsolete FIXME comment.
2015-08-24 relanRemove obsolete FIXME comment.
2015-08-24 relanRemove EOD entry handling.
2015-08-24 relanBump version to 0.9.6 and update changelog.
next