OSDN Git Service

Interpret version field as a structure for convenience.
[android-x86/external-exfat.git] / libexfat / mount.c
2015-08-24 relanInterpret version field as a structure for convenience.
2015-08-24 relanCheck upcase table and clusters bitmap presence on...
2015-08-24 relanParse root directory on mount to catch FS errors earlier.
2015-08-24 relanCheck FAT count on mount.
2015-08-24 relanCheck FS version on mount.
2015-08-24 relanAdd cluster size check on mount.
2015-08-24 relanChange source files headings to meet FSF recommendations.
2015-08-24 relanAdd noatime mount option.
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 relanFix options string parsing.
2015-08-24 relanImplement umask, dmask and fmask mount options.
2015-08-24 relanPass mount options to exfat_mount().
2015-08-24 relanFix memory leak.
2015-08-24 relanPass struct exfat to exfat_put_node() function.
2015-08-24 relanRemember recently used cluster of each node.
2015-08-24 relanErase struct exfat on mount.
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 relanRemove separate field for the root directory size.
2015-08-24 relanEnable write in libexfat.
2015-08-24 relanMove mount and unmount functions into separate file.