OSDN Git Service

Change source files headings to meet FSF recommendations.
[android-x86/external-exfat.git] / libexfat / cluster.c
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.