OSDN Git Service

Rename real_size to valid_size and add comment about this field.
[android-x86/external-exfat.git] / libexfat / exfatfs.h
2015-08-24 relanRename real_size to valid_size and add comment about...
2015-08-24 relanRelicense the code from GPLv3+ to GPLv2+.
2015-08-24 relanImprove STATIC_ASSERT.
2015-08-24 relanRemove excessive semicolons after static asserts.
2015-08-24 relanMove compiler-specific code into a separate header.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanAdd constant for the last possible valid cluster number.
2015-08-24 relanRemove EOD entry handling.
2015-08-24 relanSet "mounted" flag on mount and clear it on unmount.
2015-08-24 relanClean up meta2 flags.
2015-08-24 relanRename block to sector to avoid confusion.
2015-08-24 relanInterpret version field as a structure for convenience.
2015-08-24 relanAdd __packed__ attribute to all on-disk structures...
2015-08-24 relanUpdate superblock format definition.
2015-08-24 relanRename entries structures for consistency.
2015-08-24 relanMove endianness stuff into a separate header.
2015-08-24 relanChange source files headings to meet FSF recommendations.
2015-08-24 relanBig-endian machines support.
2015-08-24 relanFix FS structure definition.
2015-08-24 relanImplement existing files writing in libexfat.
2015-08-24 relanInitial code drop.