OSDN Git Service

Update copyright years.
[android-x86/external-exfat.git] / libexfat /
2015-08-24 relanCopy the whole name buffer on renaming.
2015-08-24 relanAlways erase output name buffer in exfat_split().
2015-08-24 relanAdd byte order macros for *BSD and Solaris.
2015-08-24 relanBump version to 0.9.1.
2015-08-24 relanMove version constants into a separate header.
2015-08-24 relanDo not use unions for date and time conversion.
2015-08-24 relanFix byte order macros for Mac OS X.
2015-08-24 relanAdd __packed__ attribute to all on-disk structures...
2015-08-24 relanAllow clusters bitmap size to exceed minimum value.
2015-08-24 relanParse root directory on mount to catch FS errors earlier.
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 relanCheck FAT count on mount.
2015-08-24 relanCheck FS version on mount.
2015-08-24 relanFix integer overflow in block number calculation code.
2015-08-24 relanUpdate superblock format definition.
2015-08-24 relanBump version to 0.9.0.
2015-08-24 relanImplement dynamic calculation of free clusters count.
2015-08-24 relanFix truncate().
2015-08-24 relanPass actual return code from lookup_name() instead...
2015-08-24 relanFix rename(): replace target if it exists.
2015-08-24 relanAdd cluster size check on mount.
2015-08-24 relanDo not write EOD when growing directory.
2015-08-24 relanErase allocated space when growing a file.
2015-08-24 relanRename entries structures for consistency.
2015-08-24 relanCheck file name for characters that are not allowed.
2015-08-24 relanFix Mac OS X support.
2015-08-24 relanMove endianness stuff into a separate header.
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 relanMove nodes tree manipulation code into separate functions.
2015-08-24 relanBig-endian machines support.
2015-08-24 relanAdd noatime mount option.
2015-08-24 relanCheck that FS is mounted in read-write mode on node...
2015-08-24 relanClean up mtime updating.
2015-08-24 relanAdd function that updates node mtime.
2015-08-24 relanUpdate atime on read.
2015-08-24 relanAdd function that updates node atime.
2015-08-24 relanAdd additional check of cluster index on freeing.
2015-08-24 relanUpdate parent directory mtime when file is removed.
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 utimens (file time stamps updating).
2015-08-24 relanUpdate mtime of parent directory when file is created.
2015-08-24 relanUpdate mtime on file truncation.
2015-08-24 relanSet st_blocks field in struct stat.
2015-08-24 relanFix format string.
2015-08-24 relanFix format strings warnings.
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 relanFix file flag updating on node flush.
2015-08-24 relanCheck exfat_truncate() return value in exfat_write().
2015-08-24 relanAdd file size fields check.
2015-08-24 relanFix file size updating on node flush.
2015-08-24 relanFix FS structure definition.
2015-08-24 relanMove new node allocation and initialization into functions.
2015-08-24 relanAllocate buffer immediately in opendir() 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 relanFix memory leak.
2015-08-24 relanImplement unlink and rmdir in libexfat.
2015-08-24 relanAdd function that calculates UTF-16 string length.
2015-08-24 relanFix node flush.
2015-08-24 relanAdd pointer to parent for each node.
2015-08-24 relanRename nextent() function to fetch_next_entry().
2015-08-24 relanRepresent directory entry address as cluster + offset.
2015-08-24 relanFix directory contents reading.
2015-08-24 relanUpdate mtime on each write.
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 relanAdd directory size verification on node creation.
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 relanErase struct exfat on mount.
2015-08-24 relanImplement existing files writing in libexfat.
2015-08-24 relanImplement checksum verification on node creation.
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 relanEnable write in libexfat.
2015-08-24 relanMove mount and unmount functions into separate file.
2015-08-24 relanImplement nodes cache (in-core directory structure...
2015-08-24 relanMake get_comp() static because it is used only in one...
2015-08-24 relanImplement dynamic nodes allocation.
2015-08-24 relanAdd function that converts Unix time to exFAT time.
2015-08-24 relanAdd macro that checks whether year is leap.
2015-08-24 relanAdd macro that calculates leap years count passed from...
2015-08-24 relanRemove commented out debug code.
next