OSDN Git Service

Implement directories shrinking.
[android-x86/external-exfat.git] / libexfat / exfat.h
2015-08-24 relanMove version constants into a separate header.
2015-08-24 relanBump version to 0.9.0.
2015-08-24 relanImplement dynamic calculation of free clusters count.
2015-08-24 relanFix rename(): replace target if it exists.
2015-08-24 relanRename entries structures for consistency.
2015-08-24 relanChange source files headings to meet FSF recommendations.
2015-08-24 relanAdd patchlevel constant.
2015-08-24 relanImplement rename in libexfat.
2015-08-24 relanAdd noatime mount option.
2015-08-24 relanAdd function that updates node mtime.
2015-08-24 relanAdd function that updates node atime.
2015-08-24 relanOpen special file in RO mode if FS was mounted with...
2015-08-24 relanImplement uid and gid mount options.
2015-08-24 relanImplement utimens (file time stamps updating).
2015-08-24 relanAdd attributes for printf-style functions.
2015-08-24 relanImplement umask, dmask and fmask mount options.
2015-08-24 relanPass struct exfat to exfat_stat().
2015-08-24 relanPass mount options to exfat_mount().
2015-08-24 relanImplement mknod and mkdir in libexfat.
2015-08-24 relanAdd file name hash calculation function.
2015-08-24 relanSplit checksum calculation into a separate function.
2015-08-24 relanMove DIV_ROUND_UP macro to header to be used by other...
2015-08-24 relanImplement unlink and rmdir in libexfat.
2015-08-24 relanAdd function that calculates UTF-16 string length.
2015-08-24 relanAdd pointer to parent for each node.
2015-08-24 relanRepresent directory entry address as cluster + offset.
2015-08-24 relanRemove non-existent functions declarations.
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 relanPass struct exfat to exfat_put_node() function.
2015-08-24 relanRemember recently used cluster of each node.
2015-08-24 relanImplement existing files writing in libexfat.
2015-08-24 relanAdd checksum calculation functions.
2015-08-24 relanMove MIN macro to header to be used by other units.
2015-08-24 relanPass node to exfat_next_cluster() and exfat_advance_clu...
2015-08-24 relanRemove separate field for the root directory size.
2015-08-24 relanMove mount and unmount functions into separate file.
2015-08-24 relanImplement nodes cache (in-core directory structure...
2015-08-24 relanImplement dynamic nodes allocation.
2015-08-24 relanAdd function that converts Unix time to exFAT time.
2015-08-24 relanFix atime and mtime for the root directory.
2015-08-24 relanCalculate root directory size and represent it.
2015-08-24 relanInitial code drop.