OSDN Git Service

Move VBR checksum calculation functions to libexfat.
[android-x86/external-exfat.git] / libexfat / cluster.c
2015-08-24 relanexfat_count_free_clusters() should not modify the argument.
2015-08-24 relanMove bitmap macros to header to be used by other units.
2015-08-24 relanAdd assertion.
2015-08-24 relanAdd cluster number endianness conversion when writing...
2015-08-24 relanAdd missing endianness conversion for cluster number.
2015-08-24 relanUse b2o() in exfat_c2o() for consistency.
2015-08-24 relanFix integer overflow in block number calculation code.
2015-08-24 relanImplement dynamic calculation of free clusters count.
2015-08-24 relanFix truncate().
2015-08-24 relanErase allocated space when growing a file.
2015-08-24 relanChange source files headings to meet FSF recommendations.
2015-08-24 relanClean up mtime updating.
2015-08-24 relanAdd additional check of cluster index on freeing.
2015-08-24 relanUpdate mtime on file truncation.
2015-08-24 relanFlush clusters bitmap on file close.
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 relanImprove clusters allocation algorithm.
2015-08-24 relanImprove find_bit_and_set() function.
2015-08-24 relanFix clusters bitmap handling: it starts from cluster...
2015-08-24 relanImplement existing files writing in libexfat.
2015-08-24 relanPass node to exfat_next_cluster() and exfat_advance_clu...
2015-08-24 relanInitial code drop.