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 / cluster.c
2011-11-12 resverErase whole clusters instead of sectors. This fixes...
2011-02-23 resverRenamed block to sector to avoid confusion.
2011-02-05 resverAdded -u option for dumpexfat that prints used sectors...
2010-11-09 resverexfat_count_free_clusters() should not modify the argument.
2010-11-09 resverMoved bitmap macros to header to be used by other units.
2010-08-21 resverAdded assertion.
2010-05-21 resverAdded missing endianness conversion for cluster number...
2010-05-16 resverAdded missing endianness conversion for cluster number...
2010-05-16 resverUse b2o() in exfat_c2o() for consistency.
2010-04-20 resverFixed integer overflow in block number calculation...
2010-02-15 resverImplemented dynamic calculation of free clusters count...
2010-02-13 resverFixed truncate(): rollback clusters allocation when...
2010-01-24 resverErase allocated space when growing a file.
2010-01-10 resverChanged source files headings to meet the FSF recommend...
2010-01-08 resverCall exfat_update_mtime() instead of updating node...
2010-01-08 resverAdded additional check of cluster index on freeing.
2009-12-21 resverUpdate mtime on file truncation.
2009-11-14 resverFlush clusters bitmap on file close instead of flushing...
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-11-07 resverImproved clusters allocation algorithm: now it attempts...
2009-11-07 resverImproved find_bit_and_set() function: now it scans...
2009-11-06 resverFixed clusters bitmap handling: it starts from cluster...
2009-10-31 resverImplemented existing files writing in libexfat.
2009-10-26 resverPass pointer to a node to exfat_next_cluster() and...
2009-09-14 resverInitial check in.