OSDN Git Service

Replace node flags with bit fields.
[android-x86/external-exfat.git] / libexfat / cluster.c
2017-01-16 relanReplace node flags with bit fields.
2016-08-06 relanUse DIV_ROUND_UP macro.
2016-06-03 relanUpdate copyright years.
2015-11-07 relanMove nodes flush from exfat_flush() into a separate...
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanHandle I/O errors in exfat_put_node().
2015-08-24 relanHandle I/O error in exfat_next_cluster().
2015-08-24 relanHandle I/O error in exfat_flush().
2015-08-24 relanHandle I/O error in set_next_cluster().
2015-08-24 relanHandle I/O error in erase_raw().
2015-08-24 relanHandle I/O errors.
2015-08-24 relanAddress clusters bitmap using size_t-sized blocks inste...
2015-08-24 relanImplement fsync() and fsyncdir().
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 relanUse bool type.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanFix allocation of a cluster beyond valid clusters range.
2015-08-24 relanUse bool type.
2015-08-24 relanImprove invalid clusters handling.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanRepresent device as an extensible structure.
2015-08-24 relanRename read/write functions.
2015-08-24 relanRemove obsolete FIXME comment.
2015-08-24 relanRemove obsolete FIXME comment.
2015-08-24 relanErase whole clusters instead of sectors.
2015-08-24 relanRename block to sector to avoid confusion.
2015-08-24 relanAdd -u option for dumpexfat that prints used sectors.
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.