OSDN Git Service

Fix compilation on GNU/HURD.
[android-x86/external-exfat.git] / libexfat / io.c
2017-12-16 relanFix compilation on GNU/HURD.
2017-09-05 Edward BettsCorrect spelling mistake in a comment.
2017-03-31 relanFix crash when started with stdin, stdout or stderr...
2017-03-19 relanImprove upper bound check in CLUSTER_INVALID() macro.
2017-01-28 relanUpdate copyright years.
2017-01-16 relanGeneric I/O for directories: do not update times.
2016-12-27 relanPropagate ENOSPC on write.
2016-06-03 relanUpdate copyright years.
2016-06-03 relanRemove ublio support.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUpdate copyright years.
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 relanFix compilation on OpenBSD.
2015-08-24 relanAdd OpenBSD support.
2015-08-24 relanFix return codes from exfat_close() and exfat_fsync().
2015-08-24 relanHandle I/O errors.
2015-08-24 relanGive the caller of pread()/pwrite() a chance to handle...
2015-08-24 relanRelicense the code from GPLv3+ to GPLv2+.
2015-08-24 relanAvoid extra erase on writes to the end of a file.
2015-08-24 relanFix "Operation not permitted" error on reading an empty...
2015-08-24 relanUpdate copyright years.
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 relanOS X: fix raw device size detection.
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 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 relanExplicitly require C99 and define _GNU_SOURCE.
2015-08-24 relanFix _FILE_OFFSET_BITS check: it can be not defined...
2015-08-24 relanUpdate copyright years.
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 relanPrint desired mode when device opening fails.
2015-08-24 relanAdd exfat_open() function.
2015-08-24 relanChange source files headings to meet FSF recommendations.
2015-08-24 relanAdd noatime mount option.
2015-08-24 relanClean up mtime updating.
2015-08-24 relanUpdate atime on read.
2015-08-24 relanFix format strings warnings.
2015-08-24 relanCheck exfat_truncate() return value in exfat_write().
2015-08-24 relanUpdate mtime on each write.
2015-08-24 relanFlush node on close instead of flushing on each node...
2015-08-24 relanRemember recently used cluster of each node.
2015-08-24 relanImplement existing files writing in libexfat.
2015-08-24 relanMove MIN macro to header to be used by other units.
2015-08-24 relanPass node to exfat_next_cluster() and exfat_advance_clu...
2015-08-24 relanInitial code drop.