OSDN Git Service

Set ctime to mtime to ensure we don't break programs that rely on ctime (e.g. rsync).
[android-x86/external-exfat.git] / libexfat / io.c
2011-11-27 resverOn failure to open device print mode we attempted to...
2011-04-22 resverAdded exfat_open() function that opens the special...
2010-01-10 resverChanged source files headings to meet the FSF recommend...
2010-01-08 resverAdded noatime mount option.
2010-01-08 resverCall exfat_update_mtime() instead of updating node...
2010-01-08 resverUpdate atime on read.
2009-12-20 resverFixed format strings warnings.
2009-12-19 resverCheck exfat_truncate() return value in exfat_write().
2009-11-15 resverUpdate mtime on each write.
2009-11-14 resverFlush node on close instead of flushing on each node...
2009-11-09 resverRemember recently used cluster of each node. This impro...
2009-10-31 resverImplemented existing files writing in libexfat.
2009-10-30 resverMoved MIN macro to header to be used by other units.
2009-10-26 resverPass pointer to a node to exfat_next_cluster() and...
2009-09-14 resverInitial check in.